-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FATES land use change module to pass LUH2 data to FATES #5760
Changes from all commits
cbb0890
1bffbfe
b559bd3
088b63f
f09f5e3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,7 @@ attributes from the config_cache.xml file (with keys converted to upper-case). | |
<!-- ================================================================== --> | ||
<!-- FATES default parameter file --> | ||
<!-- ================================================================== --> | ||
<fates_paramfile >lnd/clm2/paramdata/fates_params_api25.5.0_12pft_c230710.nc</fates_paramfile> | ||
<fates_paramfile >lnd/clm2/paramdata/fates_params_api.32.0.0_12pft_c231215.nc</fates_paramfile> | ||
|
||
<!-- soil order related parameters (relative to {csmdata}) --> | ||
<fsoilordercon >lnd/clm2/paramdata/CNP_parameters_c131108.nc</fsoilordercon> | ||
|
@@ -565,6 +565,11 @@ lnd/clm2/surfdata_map/surfdata_conusx4v1_simyr2000_c160503.nc</fsurdat> | |
<flanduse_timeseries hgrid="ne30np4" rcp="2.6" sim_year_range="1850-2100" | ||
use_crop=".false." >lnd/clm2/surfdata_map/surfdata.pftdyn_ne30np4_rcp2.6_simyr1850-2100_c130524.nc</flanduse_timeseries> | ||
|
||
<!-- Land Use Harmonization unified data sets for dynamic FATES land use change --> | ||
<fluh_timeseries hgrid="4x5" sim_year_range="1850-2015" use_fates=".true." | ||
>lnd/clm2/surfdata_map/fates-sci.1.68.3_api.31.0.0_tools.1.0.1/LUH2_states_transitions_management.timeseries_4x5_hist_simyr1850-2015_c231101.nc</fluh_timeseries> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. File is also on the other data server too https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/lnd/clm2/surfdata_map/fates-sci.1.68.3_api.31.0.0_tools.1.0.1/ |
||
|
||
|
||
<!-- GLC mask datasets (relative to {csmdata}) --> | ||
<!-- Currently glc_grid is not being read from anywhere, so these rules are broken. --> | ||
<!-- Until that is fixed, the first entry matching hgrid will be used. --> | ||
|
@@ -2136,6 +2141,7 @@ this mask will have smb calculated over the entire global land surface | |
<use_fates_logging use_fates=".true.">.false.</use_fates_logging> | ||
<use_fates_cohort_age_tracking use_fates=".true.">.false.</use_fates_cohort_age_tracking> | ||
<use_fates_sp use_fates=".true.">.false.</use_fates_sp> | ||
<use_fates_luh use_fates=".true.">.false.</use_fates_luh> | ||
<fates_parteh_mode use_fates=".true.">1</fates_parteh_mode> | ||
<fates_seeddisp_cadence use_fates=".true.">0</fates_seeddisp_cadence> | ||
<use_fates_inventory_init use_fates=".true.">.false.</use_fates_inventory_init> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../fates_cold |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
flanduse_timeseries = '$DIN_LOC_ROOT/lnd/clm2/surfdata_map/landuse.timeseries_4x5_hist_simyr1850-2015_200311.nc' | ||
do_harvest = .true. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../fates_cold |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
./xmlchange TEST_MEMLEAK_TOLERANCE=0.2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use_fates_luh = .true. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is not available on https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bishtgautam I'll email you the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file is on the other server though. https://svn-ccsm-inputdata.cgd.ucar.edu/trunk/inputdata/lnd/clm2/paramdata/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, FATES also contributes code to CTSM, so it is on NCAR's server. In that case, we don't need to put on the E3SM server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice, I didn't realize that! Thanks @peterdschwartz