Skip to content

Commit

Permalink
Reverted to control definition of allom_sai_scaler
Browse files Browse the repository at this point in the history
  • Loading branch information
kovenock authored Jul 6, 2018
1 parent 353d710 commit ab6b444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions parameter_files/fates_params_14pfts.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ variables:
fates_allom_lmode:units = "index" ;
fates_allom_lmode:long_name = "leaf biomass allometry function index" ;
float fates_allom_sai_scaler(fates_pft) ;
fates_allom_sai_scaler:units = "fraction" ;
fates_allom_sai_scaler:long_name = "allometric ratio of SAI to LAI" ;
fates_allom_sai_scaler:units = "m2/gC" ;
fates_allom_sai_scaler:long_name = "allometric ratio of SAI to target bleaf" ;
float fates_allom_smode(fates_pft) ;
fates_allom_smode:units = "index" ;
fates_allom_smode:long_name = "sapwood allometry function index" ;
Expand Down Expand Up @@ -711,8 +711,8 @@ data:

fates_allom_lmode = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;

fates_allom_sai_scaler = 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ;
fates_allom_sai_scaler = 0.0012, 0.0012, 0.0012, 0.0012, 0.0012, 0.0012,
0.0012, 0.0012, 0.0012, 0.0012, 0.0012, 0.0012, 0.0012, 0.0012 ;

fates_allom_smode = 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ;

Expand Down

0 comments on commit ab6b444

Please sign in to comment.