-
Notifications
You must be signed in to change notification settings - Fork 339
Merge b4bdev 20251002 #3517
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
Merge b4bdev 20251002 #3517
Conversation
Merge b4b-dev to master Add dask and fortls to ctsm_pylib. Fortls added for using MS VS Code there's also a .vscode directory added with a sample settings template with some recommend settings to use when using VS Code with CTSM. See the README.md file in .vscode for how to use. Dask is added to lower memory needs with chunking and also allow CTSM tools to run faster by allowing multiple threads to be used on compute. Add some more PE layouts for mpasa3p75 and tests for them to the uhr_decomp_init test list.
Merge master 20250924
Merge b4b-dev into master. Add dask and fortls to ctsm_pylib. Fortls added for using MS VS Code there's also a .vscode directory added with a sample settings template with some recommend settings to use when using VS Code with CTSM. See the README.md file in .vscode for how to use. Dask is added to lower memory needs with chunking and also allow CTSM tools to run faster by allowing multiple threads to be used on compute. Add some more PE layouts for mpasa3p75 and tests for them to the uhr_decomp_init test list.
…Init_lnd timers to around the calls rather than for the entire subroutine, because the things at the top that may abort will then have a broken timer
…etup/clean for each DecompInit test, move the decomp_mod_clean to decompMod and use it for the decompInit tests
…re each allocate has an error code handled
But, change them a bit. Conflicts: src/main/decompInitMod.F90
Conflicts: src/main/clm_initializeMod.F90
… stuff in it when use_noio is TRUE Conflicts: src/main/clm_initializeMod.F90
Conflicts: src/main/clm_initializeMod.F90
…d initialize2 calls, add timer for the InitializeRealize subroutine in this case inside of it
…d initialize2 calls, add timer for the InitializeRealize subroutine in this case inside of it
…de that does the same thing
Decompinit timer updates Merging ESCOMP#3506 was approved by @slevis-lmwg already so bypassing review here.
Add a failing test as a reminder for mosart history issue
Adjustment of albedo timestep filtering with FATES slevis resolved conflicts: cime_config/testdefs/ExpectedTestFails.xml
aux_clm
|
The test-suites are in progress, so I asked @mvdebolskiy to review/approve, with the idea that he may do so before I return to this on Friday. But it's also fine if anyone else wishes to review/approve. |
@mvdebolskiy are you able to approve this now? |
Thank you @mvdebolskiy :-) |
if (clump_pproc > 0) then | ||
nclumps = clump_pproc * npes | ||
if (nclumps < npes) then | ||
write(iulog,*) 'decompInit_lnd(): Number of gridcell clumps= ',nclumps, & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mvdebolskiy this is the original error message, which looks like it was correct and I messed it up below. This is actually something where I couldn't add a unit test for it in #3412 because I couldn't think of a way to test for it. Which on second thought means that this is an error condition to remove.
I'll create an issue to talk about this.
Description of changes
New work in b4b-dev:
PR #3516 @mvdebolskiy
PR #3511 @ekluzek
Specific notes
CTSM Issues Fixed (include github issue #):
Makes visible #3494
Fixes #3387
Some work in #3448
Fixes #3508
Fixes #3509
Are answers expected to change (and if so in what way)?
No
Any User Interface Changes (namelist or namelist defaults changes)?
New test added; added same test to expected failures
Does this create a need to change or add documentation? Did you do so?
No
Testing performed, if any: