-
Notifications
You must be signed in to change notification settings - Fork 362
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
Change hi-res tests to use the v3 grid configurations #6479
Conversation
|
@rljacob -- I didn't test this yet. It looks like the e3sm_hi_res suite runs on pm-cpu, so I can try that |
A quick test running:
successfully built and submitted two of the tests. The third,
failed in setup due to:
|
I tried
|
Thanks @ndkeen -- let me track down those files |
Go ahead and switch that test to 1850 . |
@ndkeen -- is that from master? I don't see those files in config_grids |
Ah, no that was with |
Changed the fully-coupled test to 1850, verified that it sets up and builds on pm-cpu |
Two of the three tests ran successfully on pm-cpu but this one:
fails because we don't have default spunup ocn/ice ICs. We can either add a default set of IC files temporarily or try testing with WCYCL1850NS |
Using 1850NS would be ok. |
OK, I've submitted a test of:
If it runs successfully, I'll change the test in this PR to match |
The most recent test,
ran OK but timed out after three days. Trying now with SMS_Ld3 |
Passes: Modified test to run for three days |
Change hi-res tests to use the v3 grid configurations The current high-resolutions tests use older grid configurations. This updates the tests to use the new RRSwISC6to18E3r5 mesh as well as r025 for trigrid tests. [BFB]
merged to next |
merged to master |
Change fully-coupled HR test to WCYCL1850NS This was intended to be part of PR #6479 but I missed that commit. It changes the current fully-active high-res test from WCYCL1850 to WCYCL1850NS because the ocn and ice do not have spunup initial conditions defined yet for the RRSwISC6to18E3r5 mesh. [BFB] for all tested configurations
Change fully-coupled HR test to WCYCL1850NS This was intended to be part of PR #6479 but I missed that commit. It changes the current fully-active high-res test from WCYCL1850 to WCYCL1850NS because the ocn and ice do not have spunup initial conditions defined yet for the RRSwISC6to18E3r5 mesh. [BFB] for all tested configurations
The current high-resolutions tests use older grid configurations. This updates the tests to use the new RRSwISC6to18E3r5 mesh as well as r025 for trigrid tests.
[BFB]