NOAA-EMC / CMEPS

NUOPC Community Mediator for Earth Prediction Systems
https://escomp.github.io/CMEPS/
0 stars 20 forks source link

allow coupler history files to be written to a different directory than the restart files #21

Closed DeniseWorthen closed 3 years ago

DeniseWorthen commented 3 years ago

Currently both the coupler and history files are written using the configuration variable case_name. For consistency w/ ufs-weather and the repo-unification, the coupler history files should be written to the RESTART directory. That can be done using case_name=./RESTART/ufs.s2s. However, this forces the coupler history files to also be written to the RESTART directory instead of the run directory.

We need to add a new optional config variable to specify the restart directory. The history files would then be written by default to the run directory.