Related to #111, we need to point to the new LU files in default settings.
The files are located here on betzy:
/cluster/shared/noresm/inputdata/LU_data_CMIP7/
For 1850 cases we should use the constant lande use:
use_fates_luh = .true.
use_fates_lupft = .true.
fates_harvest_mode = 'luhdata_area'
flandusepftdat = '/cluster/shared/noresm/inputdata/share_kjetil/LU_data_CMIP7/fates_landuse_pft_map_to_surfdata_ne30np4_250530_cdf5.nc'
fluh_timeseries = '/cluster/shared/noresm/inputdata/share_kjetil/LU_data_CMIP7/LUH2_states_transitions_management.timeseries_ne30_hist_steadystate_1850_2025-06-03_cdf5.nc'
For historical, we should use:
use_fates_luh = .true.
use_fates_lupft = .true.
fates_harvest_mode = 'luhdata_area'
flandusepftdat = '/cluster/shared/noresm/inputdata/share_kjetil/LU_data_CMIP7/fates_landuse_pft_map_to_surfdata_ne30np4_250530_cdf5.nc'
fluh_timeseries = '/cluster/shared/noresm/inputdata/share_kjetil/LU_data_CMIP7/LUH3_timeseries_to_surfdata_ne30np4_250530_cdf5.nc'
do_transient_lakes = .false.
do_transient_urban = .false.
The need for turning off lakes and urban is discussed here #111 (comment)
Related to #111, we need to point to the new LU files in default settings.
The files are located here on betzy:
/cluster/shared/noresm/inputdata/LU_data_CMIP7/
For 1850 cases we should use the constant lande use:
For historical, we should use:
The need for turning off lakes and urban is discussed here #111 (comment)