Update defaults for ne16 grids.#197
Conversation
|
@rosiealice @JessicaNeedham are we still in need for 16pft datasets for ne16? Or now running with 78 ones is fine, do you know by any chance? |
|
@mvdebolskiy , I'm actually not sure. I will try to figure this out. It is possible that with land use on the pft distribution in the surface datafile is not used but we need to confirm. |
|
@mvdebolskiy my read of the code is that the FATES pft distributions in fixed biogeography mode with land use are coming entirely from the fates_landuse_pft_map and not from the surface datafile. GetLandusePFTData reads in the landuse_pft_file and fills in a landuse_pft_map: CTSM/src/utils/clmfates_interfaceMod.F90 Line 4135 in 5acb791 which is then transferred to pft_areafrac_lu : CTSM/src/utils/clmfates_interfaceMod.F90 Line 1007 in 5acb791 and this is used in EDInitMod to initialise sites(s)%area_pft If fixed_biogeography is true but land use is not on, I think the surface data file might be used - see here: CTSM/src/utils/clmfates_interfaceMod.F90 Line 1015 in 5acb791 For CMIP and other MIPs we will only be running with land use so I don't think it is a high priority to have surface datafiles for non-landuse runs. But I'm not aware of everything that people have planned. @rosiealice and @kjetilaas - does this match your understanding? |
|
Ok, great. I am closing this then. |

Goes together with NorESMhub/fates#51.