samsrabin / CESM_SRscripts

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

submit_chain.sh: Allow runs with no restarts generated #5

Open samsrabin opened 2 years ago

samsrabin commented 2 years ago

Should be easy enough; just need to make sure a blank "state date" is added to that array and trips an error if a run tries to restart from it. Ideally that error would trip before any runs are submitted.

I'm assuming this is a weird edge case, so not prioritizing.