Can't handle interpolating from a fates restart file because of the cohort dimension
Open
enhancement
FATES
test: fates
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
You can't run use_init_interp=.true. on a fates restart file, because it doesn't know what to do with the cohort dimension, which is on over a dozen variables in the restart file from a simulation with fates.
This is what the error looks like when you try to do that:
Interpolating: fates_to_bgc_last_edts_col => fates_to_bgc_last_edts_col
Interpolating: fates_seed_rain_flux_site => fates_seed_rain_flux_site
Interpolating: fates_trunk_product_site => fates_trunk_product_site
ENDRUN:get_beg ERROR: Unknown subgrid level: cohortERROR in /glade/p/work/erik/clm_fates/components/clm/src/init_interp/initInterpBounds.F90 at line 159
Contributor guide
Assessment
This issue has not been assessed yet.