Skip to content
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

Drought deciduous phenology updates #958

Merged
merged 51 commits into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
f9d9220
Changes and updates to drought deciduous phenology to improve process…
mpaiao Dec 1, 2022
046fea5
Merge branch 'main' into mpaiao-drgt-decid
mpaiao Dec 3, 2022
f17e871
Merge branch 'main' into mpaiao-drgt-decid
mpaiao Dec 4, 2022
f785cf0
Fix units for soil matric potential in the output.
mpaiao Dec 6, 2022
8b8b7dc
Minor update to carbon allocation for deciduous PFTs.
mpaiao Dec 6, 2022
1638b65
Bug fixes in the revised carbon allocation.
mpaiao Dec 7, 2022
74a5c61
Drought thresholds are now PFT-specific. Also moved some phenology pa…
mpaiao Dec 21, 2022
b570b36
Bug fix in PRTParamsFATESMod.F90. Missing allocation of phen_moist_th…
mpaiao Dec 21, 2022
95c4a07
Documented and fixed the additional meaning of leaf life span for dro…
mpaiao Mar 6, 2023
010d95a
Multiple updates following PR revision.
mpaiao Apr 4, 2023
b42a6ce
A few bug fixes in the code.
mpaiao Apr 15, 2023
f9af3cc
Merge branch 'main' into mpaiao-pr-drgt-decid
mpaiao Apr 25, 2023
8c76111
Update to the crown damage recovery procedure for drought deciduous. …
mpaiao May 1, 2023
0c2d335
Add parameter patch file
glemieux May 10, 2023
9ec5545
update UpdateParamAPI tool
glemieux May 16, 2023
ea5d83a
update parameter file
glemieux May 16, 2023
21c573b
correct indexing for elongation factor
glemieux May 19, 2023
934ad20
Changed defaults for drought deciduous.
mpaiao May 24, 2023
befe7dd
Adding the fates_rad_model to the parameter file
rgknox Jun 6, 2023
5956465
Merge pull request #2 from rgknox/mpaiao-pr-drgt-decid
mpaiao Jun 6, 2023
afb8194
Added TRS recruitment parameters
rgknox Jun 6, 2023
894206b
Small syntax updates to trs parameter long-names
rgknox Jun 6, 2023
4a14057
Merged in Adam HBs definitions for pft parameters
rgknox Jun 6, 2023
fea2085
Merged in more regeneration parameter definitions and the model switc…
rgknox Jun 6, 2023
fb05618
Merge pull request #3 from rgknox/mpaiao-pr-drgt-decid
mpaiao Jun 6, 2023
074c043
Added AHB parameters to parteh
rgknox Jun 7, 2023
4aae59a
Merge branch 'mpaiao-pr-drgt-decid' of github.com:mpaiao/fates into m…
rgknox Jun 7, 2023
49c30b0
Merge pull request #4 from rgknox/mpaiao-pr-drgt-decid
mpaiao Jun 7, 2023
091627e
Updated memory needed for phenoology restart
rgknox Jun 7, 2023
fad6947
Merge pull request #5 from rgknox/mpaiao-pr-drgt-decid
mpaiao Jun 7, 2023
efde58c
Fix to the restart order issue
rgknox Jun 23, 2023
49f82ab
moved nlevsclass calculation earlier in subroutine
rgknox Jun 23, 2023
180ba13
Moved restart calls for new phen variables to different location
rgknox Jun 26, 2023
fa431f5
removed change of vcmax parameter
rgknox Jun 26, 2023
bd82b5f
updating the default parameter file per fixes in the api update xml t…
rgknox Jun 26, 2023
facbf55
fix to the parameter file
rgknox Jun 27, 2023
0a3c66c
Added future parameters for addressing issue 1014 in an upcoming pull…
mpaiao Jun 27, 2023
6aba10c
Merge resolution
rgknox Jun 27, 2023
59f56ee
reapplied parameter update from xml, something got lost in a merge
rgknox Jun 27, 2023
cbf0d69
add seed dispersal parameters for PR 1005
glemieux Jun 28, 2023
a6008b9
adds two new parameters to address issue 1014
glemieux Jun 28, 2023
e4cf214
provisions for frozen/arid conditions on drought deciduous suction tr…
rgknox Jun 28, 2023
6f44d03
Merge branch 'mpaiao-pr-drgt-decid' of github.com:mpaiao/fates into m…
rgknox Jun 28, 2023
8d2d765
Updating parameter file
rgknox Jun 28, 2023
1864070
simple conflict resolution
rgknox Jun 28, 2023
f87ea87
fixed parameter name
rgknox Jun 28, 2023
5830b35
Update EDPhysiologyMod.F90
mpaiao Jun 28, 2023
a1f3dc5
Merge pull request #6 from rgknox/mpaiao-pr-drgt-decid
mpaiao Jun 28, 2023
6da2d85
correct values assignment error for param patch
glemieux Jun 28, 2023
693061b
Merge branch 'drdt-decid-seed-disp-cp' into mpaiao-pr-drgt-decid
glemieux Jun 28, 2023
516c7e8
fix default param name in file
glemieux Jun 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating parameter file
  • Loading branch information
rgknox committed Jun 28, 2023
commit 8d2d76585f97e6a38994afbf3bde47f5540a29a6
14 changes: 14 additions & 0 deletions parameter_files/archive/api25.4.0_041023_pr958.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@
<new_file>fates_params_default.cdl</new_file>
<pft_list> 1,2,3,4,5,6,7,8,9,10,11,12 </pft_list>
<mods>
<mod type="variable_add">
<na> maintresp_reduction_upthresh </na>
<di> fates_pft </di>
<un> unitless (0-1) </un>
<ln> upper threshold for storage biomass (relative to leaf biomass) above which MR is not reduced </ln>
<val> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 </val>
</mod>
<mod type="variable_add">
<na> fates_mort_upthresh_cstarvation </na>
<di> fates_pft </di>
<un> unitless </un>
<ln> threshold for storage biomass (relative to target leaf biomass) above which carbon starvation is zero </ln>
<val> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 </val>
</mod>
<mod type="variable_change" name="fates_phen_fnrt_drop_frac">
<na> fates_phen_fnrt_drop_fraction </na>
<ln> fraction of fine roots to drop during drought/cold </ln>
Expand Down
12 changes: 6 additions & 6 deletions parameter_files/fates_params_default.cdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
netcdf fates_params_default {
netcdf tmp {
dimensions:
fates_NCWD = 4 ;
fates_history_age_bins = 7 ;
Expand Down Expand Up @@ -389,9 +389,6 @@ variables:
double fates_maintresp_reduction_intercept(fates_pft) ;
fates_maintresp_reduction_intercept:units = "unitless (0-1)" ;
fates_maintresp_reduction_intercept:long_name = "intercept of MR reduction as f(carbon storage), 0=no throttling, 1=max throttling" ;
double fates_maintresp_reduction_upthresh(fates_pft) ;
fates_maintresp_reduction_upthresh:units = "unitless (0-1)" ;
fates_maintresp_reduction_upthresh:long_name = "upper threshold for storage biomass (relative to leaf biomass) above which MR is not reduced" ;
double fates_mort_bmort(fates_pft) ;
fates_mort_bmort:units = "1/yr" ;
fates_mort_bmort:long_name = "background mortality rate" ;
Expand Down Expand Up @@ -623,6 +620,9 @@ variables:
double fates_woody(fates_pft) ;
fates_woody:units = "logical flag" ;
fates_woody:long_name = "Binary woody lifeform flag" ;
double maintresp_reduction_upthresh(fates_pft) ;
maintresp_reduction_upthresh:units = "unitless (0-1)" ;
maintresp_reduction_upthresh:long_name = "upper threshold for storage biomass (relative to leaf biomass) above which MR is not reduced" ;
double fates_hlm_pft_map(fates_hlm_pftno, fates_pft) ;
fates_hlm_pft_map:units = "area fraction" ;
fates_hlm_pft_map:long_name = "In fixed biogeog mode, fraction of HLM area associated with each FATES PFT" ;
Expand Down Expand Up @@ -1295,8 +1295,6 @@ data:

fates_maintresp_reduction_intercept = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;

fates_maintresp_reduction_upthresh = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;

fates_mort_bmort = 0.014, 0.014, 0.014, 0.014, 0.014, 0.014, 0.014, 0.014,
0.014, 0.014, 0.014, 0.014 ;

Expand Down Expand Up @@ -1533,6 +1531,8 @@ data:

fates_woody = 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0 ;

maintresp_reduction_upthresh = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;

fates_hlm_pft_map =
0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
Expand Down