NGEET / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://e3sm.org
Other
1 stars 0 forks source link

Allow FATES parameter to control the time-since-disturbance host land model column binning #12

Open glemieux opened 3 months ago

glemieux commented 3 months ago

The FATES parameter file read currently happens prior to land use decomposition and grid cell initialization (in initialize1). This should allow FATES to define the number of columns based on the time-since-fire age binning in the parameter file.

This issue task could also cover passing the number of land use types from the fates parameter file to the appropriate hlm initialization subroutine.

### Tasks
- [ ] Pass relevant fates parameter value to the appropriate hlm subroutine