NCAR / CESM_postprocessing

Project repository for the CESM python based post-processing code, documentation and issues tracking.
77 stars 45 forks source link

fix for ocn_diagnostics_geyser #124

Closed bertinia closed 6 years ago

bertinia commented 6 years ago

The ocn_diagnostics_geyser batch script that is created when create_postprocess is run on cheyenne needs to set the OCNDIAG_DIAGROOTPATH XML variable to point to the geyser virtualenv (POSTPROCESS_PATH_GEYSER/ocn_diag) rather than the default cheyenne virtualenv (POSTPROCESS_PATH/ocn_diag) because the zonal average tool (za) is compiled differently for each machine.

This PR also includes a fix for running IMB on cheyenne so that the libudunits is included in the LD_LIBRARY_PATH.