-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1872 from wwieder/neon_updates
Neon updates
- Loading branch information
Showing
65 changed files
with
853 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<use_case_desc>Simulate transient land-use, and aerosol deposition changes from 2018 to current day with a mix of historical data, and future scenario data</use_case_desc> | ||
|
||
<!-- Have a minimal list of things set here, sim_year, sim_year_range, and ssp_rcp, other things should be dependent on these and | ||
set in a namelist_defaults xml file --> | ||
|
||
<sim_year>2018</sim_year> | ||
|
||
<sim_year_range>1850-2100</sim_year_range> | ||
|
||
<!-- Use future data as needed from the SSP3-7.0 scenario--> | ||
<ssp_rcp>SSP3-7.0</ssp_rcp> | ||
|
||
<stream_year_first_ndep use_cn=".true." >2018</stream_year_first_ndep> | ||
<stream_year_last_ndep use_cn=".true." >2022</stream_year_last_ndep> | ||
<model_year_align_ndep use_cn=".true." >2018</model_year_align_ndep> | ||
|
||
<stream_year_first_popdens cnfireson=".true." >2018</stream_year_first_popdens> | ||
<stream_year_last_popdens cnfireson=".true." >2022</stream_year_last_popdens> | ||
<model_year_align_popdens cnfireson=".true." >2018</model_year_align_popdens> | ||
|
||
<stream_year_first_urbantv >2018</stream_year_first_urbantv> | ||
<stream_year_last_urbantv >2022</stream_year_last_urbantv> | ||
<model_year_align_urbantv >2018</model_year_align_urbantv> | ||
|
||
</namelist_defaults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
|
||
<namelist_defaults> | ||
|
||
<use_case_desc>Conditions to simulate 2018 land-use</use_case_desc> | ||
|
||
<sim_year>2018</sim_year> | ||
|
||
<sim_year_range>constant</sim_year_range> | ||
|
||
<!-- Use future data as needed from the SSP3-7.0 scenario--> | ||
<ssp_rcp>SSP3-7.0</ssp_rcp> | ||
|
||
</namelist_defaults> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
#!/bin/bash | ||
|
||
./xmlchange NEONSITE=BARR | ||
./xmlchange PTS_LON=203.349781 | ||
./xmlchange PTS_LAT=71.281711 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019,DATM_YR_END=2022 | ||
./xmlchange STOP_N=39 | ||
|
||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
./xmlchange NEONSITE=CPER | ||
./xmlchange PTS_LON=255.25545 | ||
./xmlchange PTS_LAT=40.81297 | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange STOP_N=50 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
#!/bin/bash | ||
|
||
./xmlchange NEONSITE=GUAN | ||
./xmlchange PTS_LON=293.13112 | ||
./xmlchange PTS_LAT=17.96882 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
./xmlchange STOP_N=39 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
./xmlchange NEONSITE=KONA | ||
./xmlchange PTS_LON=263.38956 | ||
./xmlchange PTS_LAT=39.10828 | ||
# Setup to run with prognostic crops for this site | ||
# If you want to explicitly run in SP mode or add other | ||
# options you'll need to add that after this... | ||
./xmlchange CLM_BLDNML_OPTS="--bgc bgc --crop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=LAJA | ||
./xmlchange PTS_LON=292.92392 | ||
./xmlchange PTS_LAT=18.02184 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
./xmlchange STOP_N=39 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
#!/bin/bash | ||
|
||
./xmlchange NEONSITE=LENO | ||
./xmlchange PTS_LON=271.83897 | ||
./xmlchange PTS_LAT=31.8531 | ||
./xmlchange RUN_STARTDATE=2021-01-01 | ||
./xmlchange DATM_YR_ALIGN=2021,DATM_YR_START=2021 | ||
./xmlchange STOP_N=15 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2021-01-01 | ||
./xmlchange STOP_N=15 | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=MLBS | ||
./xmlchange PTS_LON=279.47575 | ||
./xmlchange PTS_LAT=37.37783 | ||
./xmlchange STOP_N=24 | ||
./xmlchange DATM_YR_END=2019 | ||
|
||
# Different default number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange DATM_YR_END=2020 | ||
./xmlchange STOP_N=24 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=MOAB | ||
./xmlchange PTS_LON=250.61118 | ||
./xmlchange PTS_LAT=38.25136 | ||
./xmlchange RUN_STARTDATE=2018-01-01 | ||
./xmlchange DATM_YR_ALIGN=2018,DATM_YR_START=2018,DATM_YR_END=2020 | ||
./xmlchange STOP_N=36 | ||
|
||
|
||
./xmlchange DATM_YR_END=2020 | ||
# Different default number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange DATM_YR_END=2021 | ||
./xmlchange STOP_N=36 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=ONAQ | ||
./xmlchange PTS_LON=276.49815 | ||
./xmlchange PTS_LAT=35.68839 | ||
./xmlchange RUN_STARTDATE=2018-01-01 | ||
./xmlchange DATM_YR_ALIGN=2018,DATM_YR_START=2018,DATM_YR_END=2019 | ||
./xmlchange STOP_N=24 | ||
|
||
|
||
./xmlchange DATM_YR_END=2019 | ||
# Different default number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange DATM_YR_END=2020 | ||
./xmlchange STOP_N=24 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=SJER | ||
./xmlchange PTS_LON=240.267 | ||
./xmlchange PTS_LAT=37.107117 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
./xmlchange STOP_N=39 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi | ||
|
||
#./xmlchange RUN_STARTDATE=2018-09-01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
./xmlchange NEONSITE=STER | ||
./xmlchange PTS_LON=256.96992 | ||
./xmlchange PTS_LAT=40.45984 | ||
# Setup to run with prognostic crops for this site | ||
# If you want to explicitly run in SP mode or add other | ||
# # options you'll need to add that after this... | ||
./xmlchange CLM_BLDNML_OPTS="--bgc bgc --crop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=TEAK | ||
./xmlchange PTS_LON=240.99424199999999 | ||
./xmlchange PTS_LAT=37.006472 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
./xmlchange STOP_N=39 | ||
|
||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=TOOL | ||
./xmlchange PTS_LON=210.629872 | ||
./xmlchange PTS_LAT=68.66045 | ||
./xmlchange RUN_STARTDATE=2020-01-01 | ||
./xmlchange DATM_YR_ALIGN=2020,DATM_YR_START=2020 | ||
./xmlchange STOP_N=27 | ||
|
||
|
||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2020-01-01 | ||
./xmlchange STOP_N=27 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=WREF | ||
./xmlchange PTS_LON=238.04162 | ||
./xmlchange PTS_LAT=45.81637 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
#!/bin/bash | ||
./xmlchange NEONSITE=YELL | ||
./xmlchange PTS_LON=249.45803999999998 | ||
./xmlchange PTS_LAT=44.95597 | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
./xmlchange STOP_N=39 | ||
# ./xmlchange RUN_STARTDATE=2018-08-01 | ||
./xmlchange DATM_YR_ALIGN=2019,DATM_YR_START=2019 | ||
# Different default start date and number of months to run for transient case | ||
if [[ $compset =~ ^HIST ]]; then | ||
./xmlchange RUN_STARTDATE=2019-01-01 | ||
./xmlchange STOP_N=39 | ||
fi |
Oops, something went wrong.