Skip to content

Commit 81be580

Browse files
authored
Merge pull request #453 from rgknox/rgknox-frbstor-14pft
Added new fields from the coastal veg PR to the 14 parameter cdl file
2 parents 987cbe8 + e7c97ab commit 81be580

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

parameter_files/fates_params_14pfts.cdl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ variables:
126126
float fates_alloc_storage_cushion(fates_pft) ;
127127
fates_alloc_storage_cushion:units = "fraction" ;
128128
fates_alloc_storage_cushion:long_name = "maximum size of storage C pool, relative to maximum size of leaf C pool" ;
129+
float fates_allom_frbstor_repro(fates_pft) ;
130+
fates_allom_frbstor_repro:units = "fraction" ;
131+
fates_allom_frbstor_repro:long_name = "fraction of bstore goes to reproduction after plant dies" ;
129132
float fates_allom_agb1(fates_pft) ;
130133
fates_allom_agb1:units = "variable" ;
131134
fates_allom_agb1:long_name = "Parameter 1 for agb allometry" ;
@@ -584,6 +587,9 @@ variables:
584587
float fates_part_dens ;
585588
fates_part_dens:units = "kg/m2" ;
586589
fates_part_dens:long_name = "spitfire parameter, oven dry particle density, Table A1 Thonicke et al 2010" ;
590+
float fates_soil_salinity(fates_scalar) ;
591+
fates_soil_salinity:units = "ppt" ;
592+
fates_soil_salinity:long_name = "soil salinity used for model when not coupled to dynamic soil salinity" ;
587593

588594
// global attributes:
589595
:history = "This file was made from FatesPFTIndexSwapper.py \n",
@@ -693,6 +699,8 @@ data:
693699
"reproduction ",
694700
"structure ";
695701

702+
fates_allom_frbstor_repro = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ;
703+
696704
fates_alloc_storage_cushion = 2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2,
697705
1.2, 1.2, 1.2, 1.2, 1.2 ;
698706

@@ -1192,4 +1200,6 @@ data:
11921200
fates_miner_total = 0.055 ;
11931201

11941202
fates_part_dens = 513 ;
1203+
1204+
fates_soil_salinity = 0.4;
11951205
}

0 commit comments

Comments
 (0)