Is your feature request related to a problem? Please describe.
Similar to how cupid-timeseries just calls ncrcat, cupid-remap could call ncremap. The config file should include the path of the mapping file to use for each component (and the CESM workflow will need relative paths in env_postprocessing.xml to append to DIN_LOC_ROOT
Describe the solution you'd like
The script needs to account for the following:
- CLM grids will call
ncremap -P clm
- We will need to update the CESM workflow to add this step (and make sure ATM notebooks know whether to look in
atm/proc/tseries or atm/proc/tseries/regrid)
- Update documentation
Additional context
At some point we will want a python-based regridding script, so the python file we create in cupid might change but the workflow updates will still be useful
Is your feature request related to a problem? Please describe.
Similar to how
cupid-timeseriesjust callsncrcat,cupid-remapcould callncremap. The config file should include the path of the mapping file to use for each component (and the CESM workflow will need relative paths inenv_postprocessing.xmlto append toDIN_LOC_ROOTDescribe the solution you'd like
The script needs to account for the following:
ncremap -P clmatm/proc/tseriesoratm/proc/tseries/regrid)Additional context
At some point we will want a python-based regridding script, so the python file we create in
cupidmight change but the workflow updates will still be useful