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 ab6b444 commit ec9d16f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parameter_files/fates_params_default.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,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 @@ -698,7 +698,7 @@ data:

fates_allom_lmode = 1, 1 ;

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

fates_allom_smode = 1, 1 ;

Expand Down

0 comments on commit ec9d16f

Please sign in to comment.