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
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
Bug fix in PRTParamsFATESMod.F90. Missing allocation of phen_moist_th…
…reshold is fixed.
  • Loading branch information
mpaiao committed Dec 21, 2022
commit b570b36f0badecbfd7533af7747cafb3194eb94a
10 changes: 7 additions & 3 deletions parteh/PRTParamsFATESMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -457,13 +457,17 @@ subroutine PRTReceivePFT(fates_params)
call fates_params%RetrieveParameterAllocate(name=name, &
data=prt_params%phen_fnrt_drop_fraction)

name = 'fates_phen_mindaysoff'
call fates_params%RetrieveParameterAllocate(name=name, &
data=prt_params%phen_doff_time)

name = 'fates_phen_drought_threshold'
call fates_params%RetrieveParameterAllocate(name=name, &
data=prt_params%phen_drought_threshold)

name = 'fates_phen_mindaysoff'
name = 'fates_phen_moist_threshold'
call fates_params%RetrieveParameterAllocate(name=name, &
data=prt_params%phen_doff_time)
data=prt_params%phen_moist_threshold)

name = 'fates_leaf_slamax'
call fates_params%RetrieveParameterAllocate(name=name, &
Expand Down Expand Up @@ -911,9 +915,9 @@ subroutine FatesReportPFTParams(is_master)
write(fates_log(),fmti) 'evergreen = ',prt_params%evergreen
write(fates_log(),fmt0) 'phen_fnrt_drop_fraction = ',prt_params%phen_fnrt_drop_fraction
write(fates_log(),fmt0) 'phen_stem_drop_fraction = ',prt_params%phen_stem_drop_fraction
write(fates_log(),fmt0) 'phen_doff_time = ',prt_params%phen_doff_time
write(fates_log(),fmt0) 'phen_drought_threshold = ',prt_params%phen_drought_threshold
write(fates_log(),fmt0) 'phen_moist_threshold = ',prt_params%phen_moist_threshold
write(fates_log(),fmt0) 'phen_doff_time = ',prt_params%phen_doff_time
write(fates_log(),fmt0) 'wood_density = ',prt_params%wood_density
write(fates_log(),fmt0) 'dbh max height = ',prt_params%allom_dbh_maxheight
write(fates_log(),fmt0) 'dbh mature = ',prt_params%dbh_repro_threshold
Expand Down