NCAR / CESM_postprocessing

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

pp_config does not honor --caseroot option #206

Open jedwards4b opened 5 years ago

jedwards4b commented 5 years ago

the pp_config script assumes that it is in the postprocess directory before it checks the value of the --caseroot option, this results in an error: pp_config ERROR: env_postprocess.xml does not exist in this directory.

bertinia commented 5 years ago

--caseroot should be --pp_caseroot in order to support both stand-alone and existing CESM caseroot instances.