Question about grass phenology #1111
-
Hello all, I am currently conducting point-simulations using FATES across various sites where C3 grass is the dominant vegetation. In my specific sites, C3 grass seems to respond only to temperature, suggesting a seasonal deciduous (or cold-deciduous) behavior in FATES I believe. I have adjusted the binary flag for leaf habit in the parameter file (specifically, 'fates_phen_season_decid' and 'fates_phen_stress_decid') and found no technical issues. However, I would like to confirm if such modifications are in line with the intended model settings. Could anyone provide some insights? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi Hannah, Default phenology of C3 grasses in FATES is stress-deciduous (or drought deciduous), which to my knowledge should only respond to change in soil water content or water potential averaged across root profile, depending on how you parameterize it (determined by fates_phen_drought_threshold and fates_phen_moist_threshold in the recent version of FATES; in older version it's only determined by fates_phen_drought_threshold and only meant to be volumetric soil water content). In our California annual grassland simulations, where we also used C3, drought deciduous grasses, seasonal variation in matter and energy fluxes are strongly influenced by the fates_phen_drought_threshold parameters, but you'll also probably have to tune your drought mortality and other drought response parameters (e.g smpsc, smpso, fates_mort_scalar_hydrfailure) in order to see a quick drop in GPP and LAI once dry season starts. Otherwise, there always will be some plants stay active even during dry season, which can be due to combinations of new recruitments and plants that can resist low water availability (depending on how you set your phenology threshold and drought tolerance). If your C3 grasses are indeed cold-deciduous grasses instead of drought deciduous, yes, you should change the leaf phenology flag to seasonal deciduous. And for cold deciduous, there are many parameters you can tune to make your case works. those are: phen_chilltemp, phen_coldtemp, phen_mindayson, phen_mindaysoff, phen_ncolddayslim, and maybe cold tolerance and mortality parameters. By changing the leaf phenology flag parameter alone, I doubt the default settings of all the parameters I just mentioned will work perfectly for your case. Hope this can help. |
Beta Was this translation helpful? Give feedback.
-
also, try changing this ED_val_phen_mindayson to phen_doff_time in this line so your phen_midfaysoff parameter can kick into effect when you change it. fates/biogeochem/EDPhysiologyMod.F90 Line 1112 in 1d18bb6 |
Beta Was this translation helpful? Give feedback.
Hi Hannah,
Default phenology of C3 grasses in FATES is stress-deciduous (or drought deciduous), which to my knowledge should only respond to change in soil water content or water potential averaged across root profile, depending on how you parameterize it (determined by fates_phen_drought_threshold and fates_phen_moist_threshold in the recent version of FATES; in older version it's only determined by fates_phen_drought_threshold and only meant to be volumetric soil water content). In our California annual grassland simulations, where we also used C3, drought deciduous grasses, seasonal variation in matter and energy fluxes are strongly influenced by the fates_phen_drought_threshold parame…