Skip to content
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

migrate FATES to use the normal BGC call sequence #1959

Merged
merged 55 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
ff2e756
Mocked up the updated cbalance checking with fates
rgknox Jan 27, 2023
55f0af2
Incremental progress towareds converting fates-clm carbon accounting …
rgknox Feb 3, 2023
789eb9c
another incremental step towards having the native cn balancing and c…
rgknox Feb 13, 2023
c506151
more incremental fates-clm mass balance checking and pathway coupling…
rgknox Feb 16, 2023
f38d9a3
Incremental progress towards getting fates to work with the C and N b…
rgknox Mar 1, 2023
2f1ec52
Pass through of getting fates in the full BGC call sequence. This inc…
rgknox Mar 2, 2023
cb4f510
Added suppln to fates cases
rgknox Mar 2, 2023
782b894
added vertical profile code to the fates bgc call sequence
rgknox Mar 6, 2023
4772204
minor changes ot clmbuildnamelist
rgknox Mar 6, 2023
12e6b11
Removed various if-clauses that prevented BGC calls and initializatio…
rgknox Mar 9, 2023
5539289
FATES bgc work. Add use_fates_bgc, cleaned out some use_fates filteri…
rgknox Mar 10, 2023
0248331
Merge branch 'master' into clmfates-cbalance
rgknox Mar 10, 2023
8e638d4
updated fates external and the default parameter file
rgknox Mar 13, 2023
4bdfea6
moved the use_fates broadcast earlier in the control process
rgknox Mar 14, 2023
f4092b3
Fixes to CN wood products restart w/ fates on
rgknox Mar 15, 2023
873883c
cleaning up clm-fates bgc pr
rgknox Mar 15, 2023
79a77d6
cleanup of fates-bgc coupling
rgknox Mar 16, 2023
ff923e1
FATES in the normal bgc call sequence, addressing reviewer comments
rgknox May 25, 2023
158b182
Part-way through re-name-spacing the soilc and soilp filters for BGC
rgknox May 25, 2023
82d9b57
Updates to the build-namelist
rgknox May 26, 2023
1d3e8d0
Reverting namelist defaults related to NDEP, we were getting ahead of…
rgknox Jun 7, 2023
c9b6ce9
merge resolution, mostly conflicts with Gross Unrepresented Landuse t…
rgknox Jun 7, 2023
7fa071d
Fixes to build
rgknox Jun 8, 2023
6959556
Reverted use_cn filter on ndep namelist settings
rgknox Jun 8, 2023
27e28ab
preserving b4b on nitrogen variables by referting a filter to allc
rgknox Jun 8, 2023
0f2d990
Updates to the fates-clm bgc call sequence, to preserve b4b behavior …
rgknox Jun 12, 2023
0676ac2
various fixes for fates bgc
rgknox Jun 14, 2023
868e8c2
reverted call order on readfirenml
rgknox Jun 30, 2023
080cd5b
Update default scope of cn_products_type procedures
rgknox Jun 30, 2023
a4e690b
update to the span of columns that carbon summary variables are calcu…
rgknox Jul 4, 2023
40e7600
Fixes to zeroing carbon and nitrogen summary variables
rgknox Jul 5, 2023
f452386
merge resolution on fates bgc call sequence and dev 130
rgknox Jul 12, 2023
3a8fb5c
forgot to remove conflict tags
rgknox Jul 12, 2023
27f336d
Return this to what it was before the FATES addition should come later
ekluzek Jul 19, 2023
132f4eb
Check that with FATES on neither LUNA nor FUN can be on
ekluzek Jul 19, 2023
d4261c8
Explicitly make sure you can not turn LUNA on with FATES, and add a u…
ekluzek Jul 19, 2023
d2306c5
Add a test that FATES with suplemental nitrogen on is NOT allowed, th…
ekluzek Jul 19, 2023
739cf7c
Add error check for suplnitro for FATES
ekluzek Jul 20, 2023
d4ed2f6
resolving reviewer requests for clmfate-cbalance
rgknox Jul 24, 2023
9dac206
removed fates columns from the nocrop filter
rgknox Jul 24, 2023
6f3a2f1
Added calls to set the litter source on restart for fates
rgknox Jul 26, 2023
dbac92c
Updates to nfixing during fates run
rgknox Jul 27, 2023
7c920c6
Moved a call to update a call to fates litter fluxes to be immediatel…
rgknox Aug 10, 2023
e305a29
conflict resolutions between dev133 and clmfates-bgc
rgknox Aug 11, 2023
907ca1a
Provisions to satisfy nag compiler, cnveg datastructures on now alloc…
Aug 12, 2023
eaea030
Update to clm-fates-bgc zero-allocating instead of not allocating cnv…
Aug 14, 2023
6925f8c
Update fates external pointer to the fates bgc call sequence tag
rgknox Aug 14, 2023
1ccf0d9
update changelog
rgknox Aug 14, 2023
8056ae6
Run through black, fix #2112
ekluzek Aug 16, 2023
c05ce88
Add black commit to git blame ignore file
ekluzek Aug 16, 2023
76f1310
Add list of source files and directories to the github action
ekluzek Aug 16, 2023
89ad049
Try it with a one line list with square brackets
ekluzek Aug 16, 2023
44c696e
Add actions for each source
ekluzek Aug 16, 2023
bab1735
Needs a dot in front of the directory, so doesn't do an absolute path
ekluzek Aug 16, 2023
5765f94
Update Change files
ekluzek Aug 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Externals_CLM.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[fates]
local_path = src/fates
protocol = git
repo_url = https://github.com/NGEET/fates
tag = sci.1.61.0_api.25.0.0
repo_url = https://github.com/rgknox/fates
branch = clm-cbalance
required = True

[externals_description]
Expand Down
45 changes: 25 additions & 20 deletions bld/CLMBuildNamelist.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ OPTIONS
This toggles off the namelist variable: use_cn
bgc = Carbon Nitrogen with methane, nitrification, vertical soil C,
CENTURY or MIMICS decomposition
This toggles on the namelist variables:
This toggles on the namelist variables:
use_cn, use_lch4, use_nitrif_denitrif
fates = FATES/Ecosystem Demography with below ground BGC
This toggles on the namelist variables:
use_fates
fates = FATES/Ecosystem Demography with below ground BGC
CENTURY or MIMICS decomposition
This toggles on the namelist variables:
use_fates. use_lch4 and use_nitrif_denitrif are optional

(Only for CLM4.5/CLM5.0)
-[no-]chk_res Also check [do NOT check] to make sure the resolution and
land-mask is valid.
Expand Down Expand Up @@ -757,7 +759,7 @@ sub setup_cmdl_fates_mode {

# The following variables may be set by the user and are compatible with use_fates
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
# no need to set defaults, covered in a different routine
my @list = ( "use_lch4" );
my @list = ( "use_lch4", "use_nitrif_denitrif" );
foreach my $var ( @list ) {
if ( defined($nl->get_value($var)) ) {
$nl_flags->{$var} = $nl->get_value($var);
Expand Down Expand Up @@ -2892,20 +2894,25 @@ sub setup_logic_supplemental_nitrogen {
'suplnitro', 'use_cn'=>$nl_flags->{'use_cn'}, 'use_crop'=>$nl_flags->{'use_crop'});
}

if ( $nl_flags->{'bgc_mode'} ne "sp" && $nl_flags->{'bgc_mode'} eq "fates" ) {
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl,
'suplnitro', 'use_fates'=>$nl_flags->{'use_fates'});
}

#
# Error checking for suplnitro
#
my $suplnitro = $nl->get_value('suplnitro');
if ( defined($suplnitro) ) {
if ( $nl_flags->{'bgc_mode'} eq "sp" ) {
$log->fatal_error("supplemental Nitrogen (suplnitro) is set, but neither CN nor CNDV is active!");
$log->fatal_error("supplemental Nitrogen (suplnitro) is set, but neither CN nor CNDV nor FATES is active!");
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
}
if ( ! &value_is_true($nl_flags->{'use_crop'}) && $suplnitro =~ /PROG_CROP_ONLY/i ) {
$log->fatal_error("supplemental Nitrogen is set to run over prognostic crops, but prognostic crop is NOT active!");
}

if ( $suplnitro =~ /ALL/i ) {
if ( $nl_flags->{'bgc_spinup'} eq "on" ) {
if ( $nl_flags->{'bgc_spinup'} eq "on" && $nl_flags->{'bgc_mode'} ne "fates" ) {
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
$log->warning("There is no need to use a bgc_spinup mode when supplemental Nitrogen is on for all PFT's, as these modes spinup Nitrogen" );
}
}
Expand Down Expand Up @@ -3388,36 +3395,34 @@ sub setup_logic_nitrogen_deposition {
my ($opts, $nl_flags, $definition, $defaults, $nl) = @_;

#
# Nitrogen deposition for bgc=CN
# Nitrogen deposition for bgc=CN or fates
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
#
if ( $nl_flags->{'bgc_mode'} =~/bgc/ ) {
if ( ($nl_flags->{'bgc_mode'} =~/bgc/) or ($nl_flags->{'bgc_mode'} =~/fates/) ) {
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndepmapalgo', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'hgrid'=>$nl_flags->{'res'},
'hgrid'=>$nl_flags->{'res'},
'clm_accelerated_spinup'=>$nl_flags->{'clm_accelerated_spinup'} );
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_taxmode', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'ndep_varlist', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'} );
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_year_first_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'sim_year'=>$nl_flags->{'sim_year'},
'sim_year'=>$nl_flags->{'sim_year'},
'sim_year_range'=>$nl_flags->{'sim_year_range'});
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_year_last_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'sim_year'=>$nl_flags->{'sim_year'},
'sim_year'=>$nl_flags->{'sim_year'},
'sim_year_range'=>$nl_flags->{'sim_year_range'});
# Set align year, if first and last years are different
if ( $nl->get_value('stream_year_first_ndep') != $nl->get_value('stream_year_last_ndep') ) {
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'model_year_align_ndep', 'sim_year'=>$nl_flags->{'sim_year'},
'sim_year_range'=>$nl_flags->{'sim_year_range'});
}
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_fldfilename_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'hgrid'=>"0.9x1.25", 'ssp_rcp'=>$nl_flags->{'ssp_rcp'}, 'nofail'=>1 );
if ( ! defined($nl->get_value('stream_fldfilename_ndep') ) ) {
# Also check at f19 resolution
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_fldfilename_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'hgrid'=>"1.9x2.5", 'ssp_rcp'=>$nl_flags->{'ssp_rcp'}, 'nofail'=>1 );
# If not found report an error
if ( ! defined($nl->get_value('stream_fldfilename_ndep') ) ) {
Expand All @@ -3429,12 +3434,12 @@ sub setup_logic_nitrogen_deposition {
}
if ($opts->{'driver'} eq "nuopc" ) {
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_meshfile_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'hgrid'=>"0.9x1.25", 'ssp_rcp'=>$nl_flags->{'ssp_rcp'}, 'nofail'=>1 );
if ( ! defined($nl->get_value('stream_fldfilename_ndep') ) ) {
# Also check at f19 resolution
add_default($opts, $nl_flags->{'inputdata_rootdir'}, $definition, $defaults, $nl, 'stream_meshfile_ndep', 'phys'=>$nl_flags->{'phys'},
'use_cn'=>$nl_flags->{'use_cn'}, 'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'lnd_tuning_mode'=>$nl_flags->{'lnd_tuning_mode'},
'hgrid'=>"1.9x2.5", 'ssp_rcp'=>$nl_flags->{'ssp_rcp'}, 'nofail'=>1 );
# If not found report an error
if ( ! defined($nl->get_value('stream_meshfile_ndep') ) ) {
Expand Down
94 changes: 47 additions & 47 deletions bld/namelist_files/namelist_defaults_ctsm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ attributes from the config_cache.xml file (with keys converted to upper-case).

<!-- Supplmental Nitrogen mode -->
<suplnitro use_cn=".true." >NONE</suplnitro>
<suplnitro use_fates=".true." >NONE</suplnitro>
<suplnitro use_fates=".true." >ALL</suplnitro>

<!-- Albedo for glaciers -->
<albice phys="clm5_1" >0.50,0.30</albice>
Expand Down Expand Up @@ -493,7 +493,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_api.25.0.0_12pft_c221128.nc</fates_paramfile>
<fates_paramfile>lnd/clm2/paramdata/fates_params_api.25.2.0_12pft_c230310.nc</fates_paramfile>

<!-- ======================================================================================== -->
<!-- clm 5.0 BGC nitrogen model -->
Expand Down Expand Up @@ -1435,72 +1435,72 @@ lnd/clm2/surfdata_map/release-clm5.0.30/surfdata_ne0np4.CONUS.ne30x8_hist_78pfts
<fsnowaging >lnd/clm2/snicardata/snicar_drdt_bst_fit_60_c070416.nc</fsnowaging>

<!-- Nitrogen deposition streams namelist defaults -->
ekluzek marked this conversation as resolved.
Show resolved Hide resolved
<stream_year_first_ndep phys="clm4_5" use_cn=".true." sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm4_5" use_cn=".true." sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm4_5" use_cn=".true." sim_year_range="1850-2100" >2015</model_year_align_ndep>
<stream_year_first_ndep phys="clm4_5" sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm4_5" sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm4_5" sim_year_range="1850-2100" >2015</model_year_align_ndep>

<stream_year_first_ndep phys="clm5_0" use_cn=".true." sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm5_0" use_cn=".true." sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm5_0" use_cn=".true." sim_year_range="1850-2100" >2015</model_year_align_ndep>
<stream_year_first_ndep phys="clm5_0" sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm5_0" sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm5_0" sim_year_range="1850-2100" >2015</model_year_align_ndep>

<stream_year_first_ndep phys="clm5_1" use_cn=".true." sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm5_1" use_cn=".true." sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm5_1" use_cn=".true." sim_year_range="1850-2100" >2015</model_year_align_ndep>
<stream_year_first_ndep phys="clm5_1" sim_year_range="1850-2100" >2015</stream_year_first_ndep>
<stream_year_last_ndep phys="clm5_1" sim_year_range="1850-2100" >2101</stream_year_last_ndep>
<model_year_align_ndep phys="clm5_1" sim_year_range="1850-2100" >2015</model_year_align_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="2018" >2018</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="2018" >2018</stream_year_last_ndep>
<stream_year_first_ndep sim_year="2018" >2018</stream_year_first_ndep>
<stream_year_last_ndep sim_year="2018" >2018</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="2010" >2010</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="2010" >2010</stream_year_last_ndep>
<stream_year_first_ndep sim_year="2010" >2010</stream_year_first_ndep>
<stream_year_last_ndep sim_year="2010" >2010</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="2000" >2000</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="2000" >2000</stream_year_last_ndep>
<stream_year_first_ndep sim_year="2000" >2000</stream_year_first_ndep>
<stream_year_last_ndep sim_year="2000" >2000</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="1850" >1850</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="1850" >1850</stream_year_last_ndep>
<stream_year_first_ndep sim_year="1850" >1850</stream_year_first_ndep>
<stream_year_last_ndep sim_year="1850" >1850</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="1000" >2000</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="1000" >2000</stream_year_last_ndep>
<stream_year_first_ndep sim_year="1000" >2000</stream_year_first_ndep>
<stream_year_last_ndep sim_year="1000" >2000</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="constant" sim_year_range="1000-1002" >2000</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="constant" sim_year_range="1000-1002" >2000</stream_year_last_ndep>
<stream_year_first_ndep sim_year="constant" sim_year_range="1000-1002" >2000</stream_year_first_ndep>
<stream_year_last_ndep sim_year="constant" sim_year_range="1000-1002" >2000</stream_year_last_ndep>

<stream_year_first_ndep use_cn=".true." sim_year="constant" sim_year_range="1000-1004" >2000</stream_year_first_ndep>
<stream_year_last_ndep use_cn=".true." sim_year="constant" sim_year_range="1000-1004" >2000</stream_year_last_ndep>
<stream_year_first_ndep sim_year="constant" sim_year_range="1000-1004" >2000</stream_year_first_ndep>
<stream_year_last_ndep sim_year="constant" sim_year_range="1000-1004" >2000</stream_year_last_ndep>

<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" ssp_rcp="hist" >lnd/clm2/ndepdata/fndep_clm_hist_b.e21.BWHIST.f09_g17.CMIP6-historical-WACCM.ensmean_1849-2015_monthly_0.9x1.25_c180926.nc</stream_fldfilename_ndep>

<stream_meshfile_ndep hgrid="1.9x2.5">share/meshes/fv1.9x2.5_141008_ESMFmesh_c20191001.nc</stream_meshfile_ndep>
<stream_meshfile_ndep hgrid="0.9x1.25">share/meshes/fv0.9x1.25_141008_polemod_ESMFmesh.nc</stream_meshfile_ndep>

<!-- Only the CMIP6 Tier I Nitogen deposition files are available -->
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP5-8.5"
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" ssp_rcp="SSP5-8.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP5-8.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP1-2.6"
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" ssp_rcp="SSP1-2.6"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP1-2.6-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP2-4.5"
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" ssp_rcp="SSP2-4.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP2-4.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP3-7.0"
<stream_fldfilename_ndep phys="clm5_1" hgrid="0.9x1.25" ssp_rcp="SSP3-7.0"
>lnd/clm2/ndepdata/fndep_clm_SSP370_b.e21.BWSSP370cmip6.f09_g17.CMIP6-SSP3-7.0-WACCM.002_1849-2101_monthly_0.9x1.25_c211216.nc</stream_fldfilename_ndep>

<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP5-8.5"
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" ssp_rcp="SSP5-8.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP5-8.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP1-2.6"
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" ssp_rcp="SSP1-2.6"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP1-2.6-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP2-4.5"
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" ssp_rcp="SSP2-4.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP2-4.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP3-7.0"
<stream_fldfilename_ndep phys="clm5_0" hgrid="0.9x1.25" ssp_rcp="SSP3-7.0"
>lnd/clm2/ndepdata/fndep_clm_SSP370_b.e21.BWSSP370cmip6.f09_g17.CMIP6-SSP3-7.0-WACCM.002_1849-2101_monthly_0.9x1.25_c211216.nc</stream_fldfilename_ndep>

<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP5-8.5"
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" ssp_rcp="SSP5-8.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP5-8.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP1-2.6"
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" ssp_rcp="SSP1-2.6"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP1-2.6-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP2-4.5"
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" ssp_rcp="SSP2-4.5"
>lnd/clm2/ndepdata/fndep_clm_f09_g17.CMIP6-SSP2-4.5-WACCM_1849-2101_monthly_c191007.nc</stream_fldfilename_ndep>
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" use_cn=".true." ssp_rcp="SSP3-7.0"
<stream_fldfilename_ndep phys="clm4_5" hgrid="0.9x1.25" ssp_rcp="SSP3-7.0"
>lnd/clm2/ndepdata/fndep_clm_SSP370_b.e21.BWSSP370cmip6.f09_g17.CMIP6-SSP3-7.0-WACCM.002_1849-2101_monthly_0.9x1.25_c211216.nc</stream_fldfilename_ndep>

<ndep_taxmode phys="clm5_1" use_cn=".true.">cycle</ndep_taxmode>
Expand All @@ -1512,14 +1512,14 @@ lnd/clm2/surfdata_map/release-clm5.0.30/surfdata_ne0np4.CONUS.ne30x8_hist_78pfts
<ndep_taxmode phys="clm4_5" use_cn=".true.">cycle</ndep_taxmode>
<ndep_varlist phys="clm4_5" use_cn=".true.">NDEP_month</ndep_varlist>

<ndepmapalgo use_cn=".true." >bilinear</ndepmapalgo>
<ndepmapalgo >bilinear</ndepmapalgo>

<ndepmapalgo use_cn=".true." hgrid="1x1_brazil" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="1x1_mexicocityMEX" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="1x1_vancouverCAN" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="1x1_urbanc_alpha" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="1x1_asphaltjungleNJ" >nn</ndepmapalgo>
<ndepmapalgo use_cn=".true." hgrid="5x5_amazon" >nn</ndepmapalgo>
<ndepmapalgo hgrid="1x1_brazil" >nn</ndepmapalgo>
<ndepmapalgo hgrid="1x1_mexicocityMEX" >nn</ndepmapalgo>
<ndepmapalgo hgrid="1x1_vancouverCAN" >nn</ndepmapalgo>
<ndepmapalgo hgrid="1x1_urbanc_alpha" >nn</ndepmapalgo>
<ndepmapalgo hgrid="1x1_asphaltjungleNJ" >nn</ndepmapalgo>
<ndepmapalgo hgrid="5x5_amazon" >nn</ndepmapalgo>

<!-- Soilm moisture streams namelist defaults -->
<!-- This is if you want to prescribe the soil moisture from input datasets rather than model it -->
Expand Down
Loading