samsrabin / CESM_SRscripts

Scripts I use for working with CESM on Cheyenne.
MIT License
1 stars 0 forks source link

submit_chain.sh: Use date of last saved restart instead of last date in run #4

Closed samsrabin closed 2 years ago

samsrabin commented 2 years ago

Let's say RunB starts 1851-01-01, with its initial conditions generated by RunA, which starts 1850-01-01. We might want RunA to actually run for 366 days or 13 months, in order to make sure that RunA's outputs are all saved. In such a case, we would set REST_DATE or REST_N+REST_OPTION in RunA to make sure that conditions for 1851-01-01 are saved.

At the moment, submit_chain.sh is not capable of handling this.

samsrabin commented 2 years ago

Closed with 2a302b3570dc334e2106b7961cb91bf8ef79539a.