-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid creating a case directory until all input options are validated. #4
Comments
Alternatively, you could consider adding a --force options to |
This is admittedly a very minor issue, but I hit this a lot because I make a lot of typos and then forget that I have to remove the case directory afterward. I don't think that we want Most command-line tools that I use on a regular basis check for valid options before doing anything (and |
Skybridge config added Still doesn't work because the account directive is not making it to the slurm submit script. [BFB] * jgfouca/skybridge_config_added: Skybridge config added
Adding ability to set GPTL externally
Merge up to the head of the master
Fixed in new python version. |
Add unit tests, fix some bugs, refactor for greater code reuse
Fix bug in incorrect indexing in esmFlds.F90 Test suite: SMS_Vnuopc.f19_g16.X.cheyenne_intel - changes answers SMS_Vnuopc_Ld1.T31_g37_rx1.A.cheyenne_intel - changes answers SMS_Vnuopc_Ld2.ww3a.ADWAV.cheyenne_intel - BFB SMS_Vnuopc_Ld3.f09_f09_mg16.ADLND.cheyenne_intel.drv-glcnec10 - BFB SMS_Vnuopc_Ln5.T62_g37.DTEST.cheyenne_intel.cice-nuopc_cap - changes answers SMS_Vnuopc_Ln5.f45_f45_mg37.F2000Nuopc.cheyenne_intel.cam-nuopc_cap - BFB SMS_Vnuopc_Ln5.f45_f45_mg37.I2000Clm50SpNuopc.cheyenne_intel.clm-nuopc_cap - BFB SMS_Vnuopc_Ln5.ne16_ne16_mg17.QPC4.cheyenne_intel.cam-nuopc_cap - BFB Test baseline: see above Test namelist changes: NA Test status: see above Fixes #3 User interface changes?: None Update gh-pages html? :N Code review:
Avoid the round option for project option
Update before cpl_hist_zeros push and PR
The
create_newcase
command (and other scripts, e.g.create_test
) should not create directories or write any files until first validating user-specified options. If someone forgets to add the-compset
option, for instance, the directory is created, but the command fails, meaning that you have to go wipe it before trying again.The text was updated successfully, but these errors were encountered: