Skip to content

Commit

Permalink
Reduce the sum of fates_maxpatches_per_landuse to 16 as default
Browse files Browse the repository at this point in the history
The sum of the maxpatches is used to set the natpft value
in the HLMs.  Some of the companion default surface datasets
(e.g. NEON) currently assume 16 pfts for fates and as such,
having the default paramfile with more pfts would require
rebuilding many other surface datasets.
  • Loading branch information
glemieux committed Dec 15, 2023
1 parent ece937c commit 56eec56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parameter_files/archive/api32.0.0_113023_luh2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<di> fates_landuseclass </di>
<un> count </un>
<ln> maximum number of patches per site on each land use type </ln>
<val> 10, 4, 1, 1, 1 </val>
<val> 9, 4, 1, 1, 1 </val>
</mod>
<mod type="variable_add">
<na> fates_landuseclass_name </na>
Expand Down
4 changes: 2 additions & 2 deletions parameter_files/fates_params_default.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ dimensions:
fates_history_size_bins = 13 ;
fates_hlm_pftno = 14 ;
fates_hydr_organs = 4 ;
fates_landuseclass = 5 ;
fates_leafage_class = 1 ;
fates_litterclass = 6 ;
fates_pft = 12 ;
fates_plant_organs = 4 ;
fates_string_length = 60 ;
fates_landuseclass = 5 ;
variables:
double fates_history_ageclass_bin_edges(fates_history_age_bins) ;
fates_history_ageclass_bin_edges:units = "yr" ;
Expand Down Expand Up @@ -1597,7 +1597,7 @@ data:

fates_frag_cwd_frac = 0.045, 0.075, 0.21, 0.67 ;

fates_maxpatches_by_landuse = 10, 4, 1, 1, 1 ;
fates_maxpatches_by_landuse = 9, 4, 1, 1, 1 ;

fates_canopy_closure_thresh = 0.8 ;

Expand Down

0 comments on commit 56eec56

Please sign in to comment.