-
Notifications
You must be signed in to change notification settings - Fork 317
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
Add soil tillage for crops #2040
Commits on May 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 298845e - Browse repository at this point
Copy the full SHA 298845eView commit details
Commits on May 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a2f56c3 - Browse repository at this point
Copy the full SHA a2f56c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c00684 - Browse repository at this point
Copy the full SHA 4c00684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adb528 - Browse repository at this point
Copy the full SHA 2adb528View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff41083 - Browse repository at this point
Copy the full SHA ff41083View commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 416eae4 - Browse repository at this point
Copy the full SHA 416eae4View commit details -
Remove patch loops in get_tillage_multipliers*() subroutines.
Each crop column should only have one patch, so by only calling these for crop columns, we can simplify things considerably.
Configuration menu - View commit details
-
Copy full SHA for 7a006dc - Browse repository at this point
Copy the full SHA 7a006dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for aefd94a - Browse repository at this point
Copy the full SHA aefd94aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e909270 - Browse repository at this point
Copy the full SHA e909270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a447d4 - Browse repository at this point
Copy the full SHA 4a447d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dda283 - Browse repository at this point
Copy the full SHA 5dda283View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2453126 - Browse repository at this point
Copy the full SHA 2453126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4a6e7 - Browse repository at this point
Copy the full SHA 6c4a6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1732c7 - Browse repository at this point
Copy the full SHA f1732c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80cfdf - Browse repository at this point
Copy the full SHA e80cfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c36b20 - Browse repository at this point
Copy the full SHA 6c36b20View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf20aa - Browse repository at this point
Copy the full SHA aaf20aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1102f - Browse repository at this point
Copy the full SHA 6e1102fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fedb42 - Browse repository at this point
Copy the full SHA 6fedb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb42243 - Browse repository at this point
Copy the full SHA eb42243View commit details
Commits on Jun 14, 2023
-
Removed a TODO that was already done.
"Throw error during namelist build if tillage is called with FATES"
Configuration menu - View commit details
-
Copy full SHA for e132e43 - Browse repository at this point
Copy the full SHA e132e43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9386d81 - Browse repository at this point
Copy the full SHA 9386d81View commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df7e4de - Browse repository at this point
Copy the full SHA df7e4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a812c4 - Browse repository at this point
Copy the full SHA 2a812c4View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 270a5cd - Browse repository at this point
Copy the full SHA 270a5cdView commit details
Commits on Jun 22, 2023
-
Merge tag 'ctsm5.1.dev128' into tillage-reorg02
Update FATES tests to double precision This pull request updates the fates tests to set the output precision to double precision. The usermod fates_sp is similarly updated.
Configuration menu - View commit details
-
Copy full SHA for 2d79b38 - Browse repository at this point
Copy the full SHA 2d79b38View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a2f1ae - Browse repository at this point
Copy the full SHA 6a2f1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ea55c - Browse repository at this point
Copy the full SHA 80ea55cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6acf76e - Browse repository at this point
Copy the full SHA 6acf76eView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4308802 - Browse repository at this point
Copy the full SHA 4308802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0049a - Browse repository at this point
Copy the full SHA 6c0049aView commit details -
Still won't work with use_crop false. FATES handles coarse woody debris separately, but I haven't added handling of that, so implicitly tillage just doesn't affect CWD.
Configuration menu - View commit details
-
Copy full SHA for e85505e - Browse repository at this point
Copy the full SHA e85505eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d144df9 - Browse repository at this point
Copy the full SHA d144df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44eeaf7 - Browse repository at this point
Copy the full SHA 44eeaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35b7f23 - Browse repository at this point
Copy the full SHA 35b7f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9090a6e - Browse repository at this point
Copy the full SHA 9090a6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c43072 - Browse repository at this point
Copy the full SHA 8c43072View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e770e - Browse repository at this point
Copy the full SHA a5e770eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a259f - Browse repository at this point
Copy the full SHA 07a259fView commit details -
Generalize tillage to work with multiple active crop patches.
Multiple active crop patches per column shouldn't be possible YET, but perhaps eventually it will be.
Configuration menu - View commit details
-
Copy full SHA for 48b697e - Browse repository at this point
Copy the full SHA 48b697eView commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70e65c3 - Browse repository at this point
Copy the full SHA 70e65c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f898c - Browse repository at this point
Copy the full SHA 13f898cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3171d - Browse repository at this point
Copy the full SHA eb3171dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 955ec7f - Browse repository at this point
Copy the full SHA 955ec7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4e019 - Browse repository at this point
Copy the full SHA 6c4e019View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9a03e6 - Browse repository at this point
Copy the full SHA f9a03e6View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d629ddd - Browse repository at this point
Copy the full SHA d629dddView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c148410 - Browse repository at this point
Copy the full SHA c148410View commit details -
Configuration menu - View commit details
-
Copy full SHA for de88db0 - Browse repository at this point
Copy the full SHA de88db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b15ad - Browse repository at this point
Copy the full SHA 49b15adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0441df0 - Browse repository at this point
Copy the full SHA 0441df0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163147e - Browse repository at this point
Copy the full SHA 163147eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a89d6 - Browse repository at this point
Copy the full SHA 23a89d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f61f983 - Browse repository at this point
Copy the full SHA f61f983View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1757d1 - Browse repository at this point
Copy the full SHA c1757d1View commit details -
Slice decomp_k by column and soil layer before passing to get_apply_t…
…illage_multipliers().
Configuration menu - View commit details
-
Copy full SHA for 8cfeafe - Browse repository at this point
Copy the full SHA 8cfeafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 750f5b9 - Browse repository at this point
Copy the full SHA 750f5b9View commit details
Commits on Aug 9, 2023
-
Merge tag 'ctsm5.1.dev132' into tillage
Add parameterization to allow excess ice in soil and subsidence Description: Parameterization for excess ice described in Lee et al. (2014): http://dx.doi.org/10.1088/1748-9326/9/12/124006 This code is a modified version of code provided by Lei Cai: https://github.com/lca041/ctsm/tree/clm5.0.dev92_exice Works only for the nuopc driver. # Conflicts: # bld/CLMBuildNamelist.pm # bld/namelist_files/namelist_defaults_ctsm.xml # bld/namelist_files/namelist_definition_ctsm.xml
Configuration menu - View commit details
-
Copy full SHA for 7eaf5e2 - Browse repository at this point
Copy the full SHA 7eaf5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8adff - Browse repository at this point
Copy the full SHA 4a8adffView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d856f1b - Browse repository at this point
Copy the full SHA d856f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b71fa23 - Browse repository at this point
Copy the full SHA b71fa23View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ee474 - Browse repository at this point
Copy the full SHA c5ee474View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe568e1 - Browse repository at this point
Copy the full SHA fe568e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3495f4b - Browse repository at this point
Copy the full SHA 3495f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1865649 - Browse repository at this point
Copy the full SHA 1865649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9063873 - Browse repository at this point
Copy the full SHA 9063873View commit details
Commits on Aug 21, 2023
-
Between CropPhenology()and get_tillage_multipliers(). New function DaysPastPlanting() shared from CNPhenologyMod to TillageMod.
Configuration menu - View commit details
-
Copy full SHA for f01adc6 - Browse repository at this point
Copy the full SHA f01adc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb5a889 - Browse repository at this point
Copy the full SHA cb5a889View commit details -
Till to 32 cm depth rather than top 5 soil layers.
In default configuration, there's no difference. This is setting up for the specification of this depth as a namelist parameter. Partially-tilled layers not yet allowed.
Configuration menu - View commit details
-
Copy full SHA for 86b81fb - Browse repository at this point
Copy the full SHA 86b81fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69451e2 - Browse repository at this point
Copy the full SHA 69451e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e67f28 - Browse repository at this point
Copy the full SHA 8e67f28View commit details
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b18572d - Browse repository at this point
Copy the full SHA b18572dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af6bf6 - Browse repository at this point
Copy the full SHA 7af6bf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebda444 - Browse repository at this point
Copy the full SHA ebda444View commit details
Commits on Aug 31, 2023
-
Moved fraction_tilled calculation to new function get_fraction_tilled().
This enables unit testing of this code.
Configuration menu - View commit details
-
Copy full SHA for 2d76faa - Browse repository at this point
Copy the full SHA 2d76faaView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e628c71 - Browse repository at this point
Copy the full SHA e628c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for b12c780 - Browse repository at this point
Copy the full SHA b12c780View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5171fe - Browse repository at this point
Copy the full SHA c5171feView commit details
Commits on Sep 15, 2023
-
Bug fix in get_fraction_tilled().
I understood zisoi to give the bottom of each layer, but it actually gives the top.
Configuration menu - View commit details
-
Copy full SHA for 579ca9a - Browse repository at this point
Copy the full SHA 579ca9aView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f7dfc8 - Browse repository at this point
Copy the full SHA 7f7dfc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46da730 - Browse repository at this point
Copy the full SHA 46da730View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1618b - Browse repository at this point
Copy the full SHA 9c1618bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b87fbd9 - Browse repository at this point
Copy the full SHA b87fbd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d8784 - Browse repository at this point
Copy the full SHA c0d8784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d0c7d - Browse repository at this point
Copy the full SHA 77d0c7dView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c24b25 - Browse repository at this point
Copy the full SHA 3c24b25View commit details -
Merge tag 'ctsm5.1.dev142' into tillage
b4b changes to Python scripts, history lists, tech note, and clm_time_manager. * Add system and unit tests for making fsurdat with all crops everywhere (ESCOMP#2081) * Rework master_list* files etc. (ESCOMP#2087) * Fixes to methane Tech Note (ESCOMP#2091) * Add is_doy_in_interval() function (ESCOMP#2158) * Avoid using subprocess.run() in FSURDATMODIFYCTSM (ESCOMP#2125) Closes issues: * Add unit test for making fsurdat with all crops everywhere (ESCOMP#2079) * Rework master_list_(no)?fates.rst? (ESCOMP#2083) * conda run -n can fail if a conda environment is already active (ESCOMP#2109) * conda fails to load for SystemTests (ESCOMP#2111)
Configuration menu - View commit details
-
Copy full SHA for d43c617 - Browse repository at this point
Copy the full SHA d43c617View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8d6754 - Browse repository at this point
Copy the full SHA c8d6754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7510431 - Browse repository at this point
Copy the full SHA 7510431View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d565176 - Browse repository at this point
Copy the full SHA d565176View commit details -
Configuration menu - View commit details
-
Copy full SHA for b86402e - Browse repository at this point
Copy the full SHA b86402eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a3a8b7 - Browse repository at this point
Copy the full SHA 1a3a8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae56384 - Browse repository at this point
Copy the full SHA ae56384View commit details
Commits on Dec 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1f08a7 - Browse repository at this point
Copy the full SHA d1f08a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d566b6d - Browse repository at this point
Copy the full SHA d566b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 693750c - Browse repository at this point
Copy the full SHA 693750cView commit details -
Merge tag 'ctsm5.1.dev159' into tillage
Various BFB fixes and updates Purpose/description of changes ------------------------------ the default comes in a later tag (slevis) Regular and python testing passed. Does not change answers relative to dev158.
Configuration menu - View commit details
-
Copy full SHA for 9af1a04 - Browse repository at this point
Copy the full SHA 9af1a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffa851 - Browse repository at this point
Copy the full SHA fffa851View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff610b4 - Browse repository at this point
Copy the full SHA ff610b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86e1b6 - Browse repository at this point
Copy the full SHA c86e1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f344ff1 - Browse repository at this point
Copy the full SHA f344ff1View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0665754 - Browse repository at this point
Copy the full SHA 0665754View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f69473 - Browse repository at this point
Copy the full SHA 2f69473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 142c2c1 - Browse repository at this point
Copy the full SHA 142c2c1View commit details