Skip to content

Commit

Permalink
Merge pull request #6 from wwieder/PLUMBERcsv
Browse files Browse the repository at this point in the history
Plumber csv
  • Loading branch information
wwieder authored Apr 2, 2024
2 parents d2fa030 + 3a01490 commit 1f4cb01
Show file tree
Hide file tree
Showing 171 changed files with 173 additions and 173 deletions.
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AR-SLu/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2010-2010.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AR-SLu/LAI_stream_AR-SLu_2010-2010.nc'" >> user_nl_clm
echo "model_year_align_lai=2010" >> user_nl_clm
echo "stream_year_first_lai=2010" >> user_nl_clm
echo "stream_year_last_lai=2010" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AT-Neu/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2002-2012.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AT-Neu/LAI_stream_AT-Neu_2002-2012.nc'" >> user_nl_clm
echo "model_year_align_lai=2002" >> user_nl_clm
echo "stream_year_first_lai=2002" >> user_nl_clm
echo "stream_year_last_lai=2012" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-ASM/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-ASM/LAI_stream_AU-ASM_2011-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Cow/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2010-2015.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Cow/LAI_stream_AU-Cow_2010-2015.nc'" >> user_nl_clm
echo "model_year_align_lai=2010" >> user_nl_clm
echo "stream_year_first_lai=2010" >> user_nl_clm
echo "stream_year_last_lai=2015" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Cpr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Cpr/LAI_stream_AU-Cpr_2011-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Ctr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2010-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Ctr/LAI_stream_AU-Ctr_2010-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2010" >> user_nl_clm
echo "stream_year_first_lai=2010" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Cum/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2013-2018.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Cum/LAI_stream_AU-Cum_2013-2018.nc'" >> user_nl_clm
echo "model_year_align_lai=2013" >> user_nl_clm
echo "stream_year_first_lai=2013" >> user_nl_clm
echo "stream_year_last_lai=2018" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-DaP/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2009-2012.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-DaP/LAI_stream_AU-DaP_2009-2012.nc'" >> user_nl_clm
echo "model_year_align_lai=2009" >> user_nl_clm
echo "stream_year_first_lai=2009" >> user_nl_clm
echo "stream_year_last_lai=2012" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-DaS/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2010-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-DaS/LAI_stream_AU-DaS_2010-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2010" >> user_nl_clm
echo "stream_year_first_lai=2010" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Dry/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2015.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Dry/LAI_stream_AU-Dry_2011-2015.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2015" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Emr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2012-2013.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Emr/LAI_stream_AU-Emr_2012-2013.nc'" >> user_nl_clm
echo "model_year_align_lai=2012" >> user_nl_clm
echo "stream_year_first_lai=2012" >> user_nl_clm
echo "stream_year_last_lai=2013" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-GWW/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2013-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-GWW/LAI_stream_AU-GWW_2013-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2013" >> user_nl_clm
echo "stream_year_first_lai=2013" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Gin/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2012-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Gin/LAI_stream_AU-Gin_2012-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2012" >> user_nl_clm
echo "stream_year_first_lai=2012" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-How/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2003-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-How/LAI_stream_AU-How_2003-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2003" >> user_nl_clm
echo "stream_year_first_lai=2003" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Lit/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2016-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Lit/LAI_stream_AU-Lit_2016-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2016" >> user_nl_clm
echo "stream_year_first_lai=2016" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Otw/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2009-2010.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Otw/LAI_stream_AU-Otw_2009-2010.nc'" >> user_nl_clm
echo "model_year_align_lai=2009" >> user_nl_clm
echo "stream_year_first_lai=2009" >> user_nl_clm
echo "stream_year_last_lai=2010" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Rig/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2016.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Rig/LAI_stream_AU-Rig_2011-2016.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2016" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Rob/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2014-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Rob/LAI_stream_AU-Rob_2014-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2014" >> user_nl_clm
echo "stream_year_first_lai=2014" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Sam/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Sam/LAI_stream_AU-Sam_2011-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Stp/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2010-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Stp/LAI_stream_AU-Stp_2010-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2010" >> user_nl_clm
echo "stream_year_first_lai=2010" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-TTE/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2013-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-TTE/LAI_stream_AU-TTE_2013-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2013" >> user_nl_clm
echo "stream_year_first_lai=2013" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Tum/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2002-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Tum/LAI_stream_AU-Tum_2002-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2002" >> user_nl_clm
echo "stream_year_first_lai=2002" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Whr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2015-2016.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Whr/LAI_stream_AU-Whr_2015-2016.nc'" >> user_nl_clm
echo "model_year_align_lai=2015" >> user_nl_clm
echo "stream_year_first_lai=2015" >> user_nl_clm
echo "stream_year_last_lai=2016" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Wrr/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2016-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Wrr/LAI_stream_AU-Wrr_2016-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2016" >> user_nl_clm
echo "stream_year_first_lai=2016" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/AU-Ync/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2011-2017.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/AU-Ync/LAI_stream_AU-Ync_2011-2017.nc'" >> user_nl_clm
echo "model_year_align_lai=2011" >> user_nl_clm
echo "stream_year_first_lai=2011" >> user_nl_clm
echo "stream_year_last_lai=2017" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/BE-Bra/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2004-2014.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/BE-Bra/LAI_stream_BE-Bra_2004-2014.nc'" >> user_nl_clm
echo "model_year_align_lai=2004" >> user_nl_clm
echo "stream_year_first_lai=2004" >> user_nl_clm
echo "stream_year_last_lai=2014" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/BE-Lon/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2005-2014.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/BE-Lon/LAI_stream_BE-Lon_2005-2014.nc'" >> user_nl_clm
echo "model_year_align_lai=2005" >> user_nl_clm
echo "stream_year_first_lai=2005" >> user_nl_clm
echo "stream_year_last_lai=2014" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/BE-Vie/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_1997-2014.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/BE-Vie/LAI_stream_BE-Vie_1997-2014.nc'" >> user_nl_clm
echo "model_year_align_lai=1997" >> user_nl_clm
echo "stream_year_first_lai=1997" >> user_nl_clm
echo "stream_year_last_lai=2014" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/BR-Sa3/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2001-2003.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/BR-Sa3/LAI_stream_BR-Sa3_2001-2003.nc'" >> user_nl_clm
echo "model_year_align_lai=2001" >> user_nl_clm
echo "stream_year_first_lai=2001" >> user_nl_clm
echo "stream_year_last_lai=2003" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/BW-Ma1/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2000-2000.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/BW-Ma1/LAI_stream_BW-Ma1_2000-2000.nc'" >> user_nl_clm
echo "model_year_align_lai=2000" >> user_nl_clm
echo "stream_year_first_lai=2000" >> user_nl_clm
echo "stream_year_last_lai=2000" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS1/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2003-2003.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS1/LAI_stream_CA-NS1_2003-2003.nc'" >> user_nl_clm
echo "model_year_align_lai=2003" >> user_nl_clm
echo "stream_year_first_lai=2003" >> user_nl_clm
echo "stream_year_last_lai=2003" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS2/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2002-2004.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS2/LAI_stream_CA-NS2_2002-2004.nc'" >> user_nl_clm
echo "model_year_align_lai=2002" >> user_nl_clm
echo "stream_year_first_lai=2002" >> user_nl_clm
echo "stream_year_last_lai=2004" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS4/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2003-2004.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS4/LAI_stream_CA-NS4_2003-2004.nc'" >> user_nl_clm
echo "model_year_align_lai=2003" >> user_nl_clm
echo "stream_year_first_lai=2003" >> user_nl_clm
echo "stream_year_last_lai=2004" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS5/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2003-2004.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS5/LAI_stream_CA-NS5_2003-2004.nc'" >> user_nl_clm
echo "model_year_align_lai=2003" >> user_nl_clm
echo "stream_year_first_lai=2003" >> user_nl_clm
echo "stream_year_last_lai=2004" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS6/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2002-2004.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS6/LAI_stream_CA-NS6_2002-2004.nc'" >> user_nl_clm
echo "model_year_align_lai=2002" >> user_nl_clm
echo "stream_year_first_lai=2002" >> user_nl_clm
echo "stream_year_last_lai=2004" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-NS7/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2003-2004.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-NS7/LAI_stream_CA-NS7_2003-2004.nc'" >> user_nl_clm
echo "model_year_align_lai=2003" >> user_nl_clm
echo "stream_year_first_lai=2003" >> user_nl_clm
echo "stream_year_last_lai=2004" >> user_nl_clm
Expand Down
2 changes: 1 addition & 1 deletion cime_config/usermods_dirs/PLUMBER2/CA-Qcu/shell_commands
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

# Turn on LAI streams for a SP case
if [[ $compset =~ .*CLM[0-9]+%[^_]*SP.* ]]; then
echo "stream_fldfilename_lai=\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/${PLUMBER2SITE}/LAI_stream_${PLUMBER2SITE}_2002-2006.nc" >> user_nl_clm
echo "stream_fldfilename_lai='\$DIN_LOC_ROOT/lnd/clm2/lai_streams/PLUMBER2/CA-Qcu/LAI_stream_CA-Qcu_2002-2006.nc'" >> user_nl_clm
echo "model_year_align_lai=2002" >> user_nl_clm
echo "stream_year_first_lai=2002" >> user_nl_clm
echo "stream_year_last_lai=2006" >> user_nl_clm
Expand Down
Loading

0 comments on commit 1f4cb01

Please sign in to comment.