file_regrid.py creates GCHP restart files with variable name DELPDRY
instead of DELP_DRY
#296
Closed
3 tasks done
Labels
category: Bug
Something isn't working
topic: Benchmark Plots and Tables
Issues pertaining to generating plots/tables from benchmark output
topic: Regridding
Issues pertaining to horizontal & vertical regridding
Milestone
Name and Institution (Required)
Name: Bob Yantosca
Institution: Harvard + GCST
Confirm you have reviewed the following documentation
Description of your issue or question
When using
file_regrid.py
to create a GCHP restart file from a GCClassic restart file, the dry pressure variable is created using the wrong name (DELPDRY
). The correct name should beDELP_DRY
.To reproduce :
Output:
This causes benchmark plotting jobs (i.e.
budget_ox.py
) to fail, since the plotting code is looking for the wrong name.I will make a PR with a fix.
Tagging @msulprizio @lizziel
The text was updated successfully, but these errors were encountered: