Skip to content

Commit

Permalink
Merge pull request #3 from ckoven/prescribed_phys_unitchange
Browse files Browse the repository at this point in the history
fixed units of prescribed npp terms in prescribed physiology mode
  • Loading branch information
rgknox authored May 7, 2019
2 parents 8e33b52 + 55c6eae commit d5b21ff
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 d5b21ff

Please sign in to comment.