Skip to content

Commit

Permalink
fixed units of prescribed npp terms in prescribed physiology mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoven committed May 6, 2019
1 parent 8e33b52 commit 55c6eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parameter_files/fates_params_default.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ variables:
fates_prescribed_mortality_understory:units = "1/yr" ;
fates_prescribed_mortality_understory:long_name = "mortality rate of understory trees for prescribed physiology mode" ;
float fates_prescribed_npp_canopy(fates_pft) ;
fates_prescribed_npp_canopy:units = "gC / m^2 / yr" ;
fates_prescribed_npp_canopy:units = "kgC / m^2 / yr" ;
fates_prescribed_npp_canopy:long_name = "NPP per unit crown area of canopy trees for prescribed physiology mode" ;
float fates_prescribed_npp_understory(fates_pft) ;
fates_prescribed_npp_understory:units = "gC / m^2 / yr" ;
fates_prescribed_npp_understory:units = "kgC / m^2 / yr" ;
fates_prescribed_npp_understory:long_name = "NPP per unit crown area of understory trees for prescribed physiology mode" ;
float fates_prescribed_recruitment(fates_pft) ;
fates_prescribed_recruitment:units = "n/yr" ;
Expand Down

0 comments on commit 55c6eae

Please sign in to comment.