-
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
Move the dust emission source function soil erodibility for the Zender scheme from CAM to CTSM #1967
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
Commits on Mar 22, 2024
-
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