NCAR / CUPiD

CUPiD is a “one stop shop” that enables and integrates timeseries file generation, data standardization, diagnostics, and metrics from all CESM components.
https://ncar.github.io/CUPiD/
Apache License 2.0
21 stars 19 forks source link

Ocean notebook is reading data from scratch, not campaign #42

Closed mnlevy1981 closed 5 months ago

mnlevy1981 commented 5 months ago

Describe the bug surface.ipynb finds the data by looking in the case directory for DOUT_S_ROOT, so cell [3] reports

Output directory is: /glade/derecho/scratch/hannay/archive/b.e23_alpha16b.BLT1850.ne30_t232.054/ocn/hist/
Casename is: b.e23_alpha16b.BLT1850.ne30_t232.054

We need a YAML file that points to /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/b.e23_alpha16b.BLT1850.ne30_t232.054/ocn/hist instead

To Reproduce Follow the steps in README.md and then look at examples/adf-mom6/computed_notebooks/adf-quick-run/surface.ipynb

Expected behavior I would like to see

Output directory is: /glade/campaign/cesm/development/cross-wg/diagnostic_framework/CESM_output_for_testing/b.e23_alpha16b.BLT1850.ne30_t232.054/ocn/hist/
Casename is: b.e23_alpha16b.BLT1850.ne30_t232.054