-
Notifications
You must be signed in to change notification settings - Fork 313
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
Update ctsm5.2 branch to ctsm5.1.dev176 and some small updates #2464
Commits on Mar 13, 2023
-
An initial commit to enable CLM to read in Zender's soil erodibility …
…streams (dmleung 12 Mar 2023)
Configuration menu - View commit details
-
Copy full SHA for 8434fbb - Browse repository at this point
Copy the full SHA 8434fbbView commit details
Commits on Mar 21, 2023
-
first commit on adding a global tuning factor to tune global total du…
…st emission (dmleung 20 Mar 2023)
Configuration menu - View commit details
-
Copy full SHA for 2c9974c - Browse repository at this point
Copy the full SHA 2c9974cView commit details
Commits on Apr 5, 2023
-
After discussing with CAM people, I took away the lines relevant to t…
…he global tuning factor. We will keep the global tuning factor in CAM. dmleung 5 Apr 2023
Configuration menu - View commit details
-
Copy full SHA for 4f5dcb9 - Browse repository at this point
Copy the full SHA 4f5dcb9View commit details
Commits on Apr 28, 2023
-
Merge tag 'ctsm5.1.dev122' into zendersource_dev
Rework handling of evaporation constraint in SoilFluxes Occasionally, h2osoi_ice was going significantly negative in UpdateState_TopLayerFluxes - see ESCOMP#1979. As noted in that issue, this seems to be due to h2osoi_ice having a very different magnitude from h2osoi_liq, leading to greater-than-roundoff-level differences from zero final state in a relative sense (i.e., relative to the magnitude of h2osoi_ice) - I think because of the appearance of the sum (h2osoi_ice + h2osoi_liq) in the equations that limit fluxes. To try to deal with this, I have reworked the handling of the evaporation constraint to directly limit both the liqevap and solidevap, so that both of them should result in the equivalent liq or ice states going to 0 within roundoff. To do that, I needed to move the partitioning of the total flux into liquid and solid to earlier in the subroutine and then recalculate those partitioning fluxes in conditions where we're applying an evaporation constraint. Note that I applied a max of 0 to the new fluxes because many initial conditions files have roundoff-level negative H2OSOI_LIQ, so without this limit, we were getting roundoff-level negative fluxes. Resolves ESCOMP#1979
Configuration menu - View commit details
-
Copy full SHA for 7616b5c - Browse repository at this point
Copy the full SHA 7616b5cView commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4dde3d - Browse repository at this point
Copy the full SHA f4dde3dView commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a2caf1 - Browse repository at this point
Copy the full SHA 2a2caf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b1f4a - Browse repository at this point
Copy the full SHA 35b1f4aView commit details
Commits on Aug 18, 2023
-
Some updates from the review, this compiles, but fails to run when it…
… gets to the soil eroditability file
Configuration menu - View commit details
-
Copy full SHA for a27f6f5 - Browse repository at this point
Copy the full SHA a27f6f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb81fdb - Browse repository at this point
Copy the full SHA cb81fdbView commit details
Commits on Aug 21, 2023
-
Add lnd_tuning modes for CAM4.0 and CAM5.0 for all CLM physics option…
…s and add tests for it that currently fail
Configuration menu - View commit details
-
Copy full SHA for 019282a - Browse repository at this point
Copy the full SHA 019282aView commit details
Commits on Sep 9, 2023
-
Get cam4,cam5 options working with coldstarts, add more tests, make s…
…ure lnd_tuning_mode has all of the clm physics options paired with all of the forcing types, build-namelist tests now pass
Configuration menu - View commit details
-
Copy full SHA for 70289af - Browse repository at this point
Copy the full SHA 70289afView commit details -
Configuration menu - View commit details
-
Copy full SHA for a931e74 - Browse repository at this point
Copy the full SHA a931e74View commit details
Commits on Jan 26, 2024
-
Merge tag 'ctsm5.1.dev166' into zendersource_dev
BFB merge tag dev166 2315 @TeaganKing Refactoring run_neon for PLUMBER2 part1 2326 @samsrabin run_sys_tests: Check Python environment for FatesColdTwoStream tests 2213 @samsrabin Automatically assign high priority items to project 25 2330 @samsrabin Add Izumi version of the aux_clm unit testing Conflicts: bld/namelist_files/namelist_defaults_ctsm.xml bld/namelist_files/namelist_definition_ctsm.xml bld/unit_testers/build-namelist_test.pl cime_config/config_component.xml
Configuration menu - View commit details
-
Copy full SHA for a22b089 - Browse repository at this point
Copy the full SHA a22b089View commit details
Commits on Jan 29, 2024
-
Add two new namelist options to control the dust emission method and …
…for the Zender scheme how the soil eroditability file is handled
Configuration menu - View commit details
-
Copy full SHA for 08d3c86 - Browse repository at this point
Copy the full SHA 08d3c86View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3553bef - Browse repository at this point
Copy the full SHA 3553befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9f513 - Browse repository at this point
Copy the full SHA 8a9f513View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd61c14 - Browse repository at this point
Copy the full SHA dd61c14View commit details -
Add new test mods that include using Zender_2003 dust and lnd_tuning_…
…modes for CAM4 and CAM5
Configuration menu - View commit details
-
Copy full SHA for 0d19e85 - Browse repository at this point
Copy the full SHA 0d19e85View commit details -
Add in the new dust handling namelist parameters, and some control lo…
…gic for it, this compilers, but does NOT run
Configuration menu - View commit details
-
Copy full SHA for c3f2b30 - Browse repository at this point
Copy the full SHA c3f2b30View commit details
Commits on Feb 2, 2024
-
Get simple case with Zender soil eroditablity off working so SMS_D_Ld…
…1_Mmpi-serial.1x1_brazil.I2000Clm51SpRs.derecho_gnu.clm-clm51cam6LndTuningMode PASSes
Configuration menu - View commit details
-
Copy full SHA for 15bf184 - Browse repository at this point
Copy the full SHA 15bf184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9c979 - Browse repository at this point
Copy the full SHA 0b9c979View commit details
Commits on Feb 3, 2024
-
Add tests for Zender dust with soil eroditability file in CTSM for CA…
…M4, CAM5, CAM6 cases
Configuration menu - View commit details
-
Copy full SHA for 3921fbf - Browse repository at this point
Copy the full SHA 3921fbfView commit details -
Add dust soil eroditability files for all CAM options, which requires…
… a version for each lnd_tuning_mode, and for CAM4 cases for the f09 grid
Configuration menu - View commit details
-
Copy full SHA for 2ad96ff - Browse repository at this point
Copy the full SHA 2ad96ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3011818 - Browse repository at this point
Copy the full SHA 3011818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e226ba - Browse repository at this point
Copy the full SHA 7e226baView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7a41a - Browse repository at this point
Copy the full SHA ef7a41aView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1941d2a - Browse repository at this point
Copy the full SHA 1941d2aView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68a35de - Browse repository at this point
Copy the full SHA 68a35deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8e983 - Browse repository at this point
Copy the full SHA 9f8e983View commit details
Commits on Feb 27, 2024
-
Use straight logic rather than a logical not of the straightforward c…
…ase for simplicity, suggested by @slevis-lmwg
Configuration menu - View commit details
-
Copy full SHA for 2d9aacc - Browse repository at this point
Copy the full SHA 2d9aaccView commit details -
Change names with zendersoilerod in them, in some cases removing the …
…zender part of it, and for zendersoilerodmapalgo add a underscore for readability
Configuration menu - View commit details
-
Copy full SHA for 8c42551 - Browse repository at this point
Copy the full SHA 8c42551View commit details -
Fix some issues from comments in the PR, make sure all namelist items…
… are broadcast, remove an unneeded item, add checks that namelist items are set (or not set) appropriately
Configuration menu - View commit details
-
Copy full SHA for 1421d6d - Browse repository at this point
Copy the full SHA 1421d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b66c1f0 - Browse repository at this point
Copy the full SHA b66c1f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23eb33b - Browse repository at this point
Copy the full SHA 23eb33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de177b - Browse repository at this point
Copy the full SHA 4de177bView commit details -
Add some Zender soil eroditability tests for izumi, and a 1-degree CL…
…M4 test for Derecho
Configuration menu - View commit details
-
Copy full SHA for cd005b3 - Browse repository at this point
Copy the full SHA cd005b3View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dc57da - Browse repository at this point
Copy the full SHA 9dc57daView commit details
Commits on Mar 15, 2024
-
Merge tag 'ctsm5.1.dev174' into zendersource_dev
Changes to improve vegetation health at high latitudes Details in PR ESCOMP#2348 Conflicts: bld/unit_testers/build-namelist_test.pl
Configuration menu - View commit details
-
Copy full SHA for dd87593 - Browse repository at this point
Copy the full SHA dd87593View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04d7790 - Browse repository at this point
Copy the full SHA 04d7790View commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0537d1 - Browse repository at this point
Copy the full SHA d0537d1View commit details -
Merge tag 'ctsm5.1.dev175' into merge-b4bdev-20240321
Merge b4bdev 20240321
Configuration menu - View commit details
-
Copy full SHA for c76af67 - Browse repository at this point
Copy the full SHA c76af67View commit details
Commits on Mar 22, 2024
-
Merge pull request ESCOMP#2432 from slevis-lmwg/merge-b4bdev-20240321
Merge tag 'ctsm5.1.dev175' into b4bdev
Configuration menu - View commit details
-
Copy full SHA for 4ffba74 - Browse repository at this point
Copy the full SHA 4ffba74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5168f9 - Browse repository at this point
Copy the full SHA f5168f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67bbf59 - Browse repository at this point
Copy the full SHA 67bbf59View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d64435 - Browse repository at this point
Copy the full SHA 1d64435View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ae9cd - Browse repository at this point
Copy the full SHA d8ae9cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bfba6 - Browse repository at this point
Copy the full SHA 36bfba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7943f8d - Browse repository at this point
Copy the full SHA 7943f8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e3fe9 - Browse repository at this point
Copy the full SHA 20e3fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63459e - Browse repository at this point
Copy the full SHA b63459eView commit details
Commits on Mar 26, 2024
-
Remove a bunch of uneeded settings for initial conditions and use_ini…
…t_interp, this gets the ERI_D.ne30pg3_t232.I1850Clm51BgcCrop.derecho_intel.clm-clm51cam6LndTuningMode test giving identical answers as baseline
Configuration menu - View commit details
-
Copy full SHA for 296a00e - Browse repository at this point
Copy the full SHA 296a00eView commit details -
Change compilers up for ZDustSoilErod tests a bit, and make sure ther…
…e is a izumi_nag test
Configuration menu - View commit details
-
Copy full SHA for b01fbb5 - Browse repository at this point
Copy the full SHA b01fbb5View commit details
Commits on Mar 27, 2024
-
Merge pull request ESCOMP#1967 from dmleung/zendersource_dev
Move the dust emission source function soil erodibility for the Zender scheme from CAM to CTSM
Configuration menu - View commit details
-
Copy full SHA for e007f67 - Browse repository at this point
Copy the full SHA e007f67View commit details -
changes needed for adding a dglc
Mariana Vertenstein committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ef7de61 - Browse repository at this point
Copy the full SHA ef7de61View commit details
Commits on Apr 1, 2024
-
Merge branch 'master' into feature/add_dglc
Mariana Vertenstein committedApr 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 79d431f - Browse repository at this point
Copy the full SHA 79d431fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f5bbb - Browse repository at this point
Copy the full SHA 29f5bbbView commit details -
refactored the use of GLC_USE_ANTARCTICA
Mariana Vertenstein committedApr 1, 2024 Configuration menu - View commit details
-
Copy full SHA for bedafa3 - Browse repository at this point
Copy the full SHA bedafa3View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d7b488 - Browse repository at this point
Copy the full SHA 4d7b488View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a69456e - Browse repository at this point
Copy the full SHA a69456eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6cea3 - Browse repository at this point
Copy the full SHA 1d6cea3View commit details
Commits on Apr 4, 2024
-
Merge pull request ESCOMP#2449 from mvertens/feature/add_dglc
change needed for the addition of a dglc component in cdeps
Configuration menu - View commit details
-
Copy full SHA for d79c236 - Browse repository at this point
Copy the full SHA d79c236View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d06a72 - Browse repository at this point
Copy the full SHA 5d06a72View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8704598 - Browse repository at this point
Copy the full SHA 8704598View commit details -
Configuration menu - View commit details
-
Copy full SHA for e54f08a - Browse repository at this point
Copy the full SHA e54f08aView commit details -
Merge pull request ESCOMP#2455 from adrifoster/merge-b4bdev-20240404
Merge b4bdev 20240404
Configuration menu - View commit details
-
Copy full SHA for a65df14 - Browse repository at this point
Copy the full SHA a65df14View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b32df77 - Browse repository at this point
Copy the full SHA b32df77View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9af2d - Browse repository at this point
Copy the full SHA ec9af2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91a4906 - Browse repository at this point
Copy the full SHA 91a4906View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f13bd - Browse repository at this point
Copy the full SHA c9f13bdView commit details -
Updates to ChangeLog from @slevis-lmwg review, and a few additions fr…
…om going through issues
Configuration menu - View commit details
-
Copy full SHA for 146d44a - Browse repository at this point
Copy the full SHA 146d44aView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b1ee03 - Browse repository at this point
Copy the full SHA 5b1ee03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705d0c7 - Browse repository at this point
Copy the full SHA 705d0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b5ef22 - Browse repository at this point
Copy the full SHA 9b5ef22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bfb9af - Browse repository at this point
Copy the full SHA 6bfb9afView commit details -
Merge tag 'ctsm5.1.dev176' into updatetodev176
Merge b4b-dev Conflicts: bld/namelist_files/namelist_defaults_ctsm.xml bld/namelist_files/namelist_defaults_overall.xml bld/namelist_files/namelist_definition_ctsm.xml bld/unit_testers/build-namelist_test.pl cime_config/config_component.xml cime_config/testdefs/testlist_clm.xml doc/ChangeLog doc/ChangeSum
Configuration menu - View commit details
-
Copy full SHA for 156fb3a - Browse repository at this point
Copy the full SHA 156fb3aView commit details -
Merge branch 'updatetodev176' of github.com:ekluzek/CTSM into updatet…
…odev176 Conflicts: cime_config/config_component.xml doc/ChangeSum
Configuration menu - View commit details
-
Copy full SHA for 63bda08 - Browse repository at this point
Copy the full SHA 63bda08View commit details
Commits on Apr 12, 2024
-
From @slevis-lmwg suggestion. Co-authored-by: Samuel Levis <slevis@ucar.edu>
Configuration menu - View commit details
-
Copy full SHA for 7cd7f80 - Browse repository at this point
Copy the full SHA 7cd7f80View commit details -
Update namelist with needed cam4.0, cam5.0, and clm6_0 changes so that the namelist tester works and compares as expected to the previous version.
Configuration menu - View commit details
-
Copy full SHA for babd281 - Browse repository at this point
Copy the full SHA babd281View commit details -
Remove the unneeded PE layout changes
for ctsm_sci tests with the updated default PE layouts we have in place.
Configuration menu - View commit details
-
Copy full SHA for ec7814c - Browse repository at this point
Copy the full SHA ec7814cView commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91aadeb - Browse repository at this point
Copy the full SHA 91aadebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a0ea4 - Browse repository at this point
Copy the full SHA 98a0ea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96ca8c1 - Browse repository at this point
Copy the full SHA 96ca8c1View commit details -
Add cam4/cam5 to LND_TUNING_MDOE
Make sure CAM4/CAM5 options are including in the mapping in buildnml for LND_TUNING_MODE. Right now they are just warning about what the tuning is based on.
Configuration menu - View commit details
-
Copy full SHA for e92db99 - Browse repository at this point
Copy the full SHA e92db99View commit details -
Merge branch 'updatetodev176' of github.com:ekluzek/CTSM into updatet…
…odev176 Conflicts: cime_config/buildnml
Configuration menu - View commit details
-
Copy full SHA for 8a255d0 - Browse repository at this point
Copy the full SHA 8a255d0View commit details -
Rename mksurfdata build script and add some error checking when the s…
…cript doesn't exist
Configuration menu - View commit details
-
Copy full SHA for 0b239c2 - Browse repository at this point
Copy the full SHA 0b239c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0334e - Browse repository at this point
Copy the full SHA 8e0334eView commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5667fa - Browse repository at this point
Copy the full SHA b5667faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 434edda - Browse repository at this point
Copy the full SHA 434eddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f0743 - Browse repository at this point
Copy the full SHA f0f0743View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe3285 - Browse repository at this point
Copy the full SHA fbe3285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f541fe - Browse repository at this point
Copy the full SHA 4f541feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 374f8b8 - Browse repository at this point
Copy the full SHA 374f8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b41171a - Browse repository at this point
Copy the full SHA b41171aView commit details -
Add one of the NEON tests in the fates testsuite to expected fail for…
… NEON server or file length issues
Configuration menu - View commit details
-
Copy full SHA for aca1530 - Browse repository at this point
Copy the full SHA aca1530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172e746 - Browse repository at this point
Copy the full SHA 172e746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bec1f - Browse repository at this point
Copy the full SHA 52bec1fView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 447d783 - Browse repository at this point
Copy the full SHA 447d783View commit details
Commits on Apr 19, 2024
-
Add expected fail for a MOSART test because it's using a Clm51 compse…
…t and needs to update to Clm60
Configuration menu - View commit details
-
Copy full SHA for 35404eb - Browse repository at this point
Copy the full SHA 35404ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6926f4b - Browse repository at this point
Copy the full SHA 6926f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce6605c - Browse repository at this point
Copy the full SHA ce6605cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b2267 - Browse repository at this point
Copy the full SHA 78b2267View commit details