-
Notifications
You must be signed in to change notification settings - Fork 213
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
Questions about case.setup #2576
Comments
env_mach_pes.xml and env_mach_specific.xml. Batch settings are now updated in the case.submit stage. ./case.setup is the first time it's run ./case.setup --reset thereafter. It used to be a requirement to run |
Also if you change config_compilers.xml and want a new Macros file generated you can manually remove the current Macros file and run case.setup to generate it again. |
Thanks, @jedwards4b . From looking at the code a bit and playing around with this, it looks like:
cime/scripts/lib/CIME/case/case_setup.py Lines 138 to 175 in fcebaad
So based on this, I'll probably put in the documentation that, if you want to rerun |
sure |
In addressing #1668 , I found I have two questions about case.setup for which I cannot find an answer:
(1) What files need to be changed before running case.setup? I know this includes env_mach_pes.xml, and at one point this included batch settings, but: are there still batch settings that need to be changed before running case.setup?; are there others?
(2) When do you need to run
./case.setup --reset
as opposed to just rerunning./case.setup
?@jedwards4b @jgfouca can you please either answer these questions here or update the help for case.setup in mvertens/documentation_updates, and/or the cime web documentation, to answer these questions?
The text was updated successfully, but these errors were encountered: