Skip to content

Commit

Permalink
Merge pull request NGEET#453 from rgknox/rgknox-frbstor-14pft
Browse files Browse the repository at this point in the history
Added new fields from the coastal veg PR to the 14 parameter cdl file
  • Loading branch information
rgknox authored Dec 20, 2018
2 parents 987cbe8 + e7c97ab commit 81be580
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions parameter_files/fates_params_14pfts.cdl
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ variables:
float fates_alloc_storage_cushion(fates_pft) ;
fates_alloc_storage_cushion:units = "fraction" ;
fates_alloc_storage_cushion:long_name = "maximum size of storage C pool, relative to maximum size of leaf C pool" ;
float fates_allom_frbstor_repro(fates_pft) ;
fates_allom_frbstor_repro:units = "fraction" ;
fates_allom_frbstor_repro:long_name = "fraction of bstore goes to reproduction after plant dies" ;
float fates_allom_agb1(fates_pft) ;
fates_allom_agb1:units = "variable" ;
fates_allom_agb1:long_name = "Parameter 1 for agb allometry" ;
Expand Down Expand Up @@ -584,6 +587,9 @@ variables:
float fates_part_dens ;
fates_part_dens:units = "kg/m2" ;
fates_part_dens:long_name = "spitfire parameter, oven dry particle density, Table A1 Thonicke et al 2010" ;
float fates_soil_salinity(fates_scalar) ;
fates_soil_salinity:units = "ppt" ;
fates_soil_salinity:long_name = "soil salinity used for model when not coupled to dynamic soil salinity" ;

// global attributes:
:history = "This file was made from FatesPFTIndexSwapper.py \n",
Expand Down Expand Up @@ -693,6 +699,8 @@ data:
"reproduction ",
"structure ";

fates_allom_frbstor_repro = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;

fates_alloc_storage_cushion = 2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2,
1.2, 1.2, 1.2, 1.2, 1.2 ;

Expand Down Expand Up @@ -1192,4 +1200,6 @@ data:
fates_miner_total = 0.055 ;

fates_part_dens = 513 ;

fates_soil_salinity = 0.4;
}

0 comments on commit 81be580

Please sign in to comment.