NCAR / CESM_postprocessing

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

change ocn diag XML log path defaults #89

Closed bertinia closed 7 years ago

bertinia commented 7 years ago

Need to update the env_diags_ocn.xml XML log path defaults with the new st_archive location of the logs files:

New default paths should be:

<entry id="OCNDIAG_CPLLOGFILEPATH" value="$DOUT_S_ROOT/logs" />
<entry id="OCNDIAG_OCNLOGFILEPATH" value="$DOUT_S_ROOT/logs" />
bertinia commented 7 years ago

fixed with PR#93. This fix works now out-of-the-box for CESM2.0 short term archived data. Older model output data may require these paths to be updated manually in the env_diags_ocn.xml file.