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

Script for modifying neon surface dataset #1375

Merged
merged 15 commits into from
Jul 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions test/tools/README.testnames
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ m is the resolution
7 -- 1x1 brazil
8 -- US-UMB
9 -- 4x5
a -- NEON YELL
c -- US-UMB with cycling on forcing and transient use-case
g -- US-UMB with global forcing and grid PFT and soil
y -- 1.9x2.5 with transient 1850-2100 for rcp=2.6 and glacier-MEC on
Expand Down
6 changes: 6 additions & 0 deletions test/tools/input_tests_master
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ bliT4 TBLscript_tools.sh mksurfdata_map mksurfdata.pl mksrfdt_1x1_numaIA_crp_200
smiT2 TSMscript_tools.sh mksurfdata_map mksurfdata.pl mksrfdt_1x1_numaIA_crp_SSP5-8.5_1850-2100^tools__s
bliT2 TBLscript_tools.sh mksurfdata_map mksurfdata.pl mksrfdt_1x1_numaIA_crp_SSP5-8.5_1850-2100^tools__s

smia1 TSMscript_tools.sh contrib subset_data.py subset_data_YELL
blia1 TSMscript_tools.sh contrib subset_data.py subset_data_YELL

smia2 TSMscript_tools.sh contrib modify_singlept_site_neon.py modify_data_YELL
blia2 TSMscript_tools.sh contrib modify_singlept_site_neon.py modify_data_YELL

smi#2 TSMscript_tools.sh mkmapdata mkmapdata.sh mkmapdata_ne30np4
bli#2 TBLscript_tools.sh mkmapdata mkmapdata.sh mkmapdata_ne30np4
smi59 TSMscript_tools.sh mkmapdata mkmapdata.sh mkmapdata_if10
Expand Down
2 changes: 2 additions & 0 deletions test/tools/test_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module load nco
module load python
module load ncl

ncar_pylib


##omp threads
if [ -z "\$CLM_THREADS" ]; then #threads NOT set on command line
Expand Down
2 changes: 2 additions & 0 deletions test/tools/tests_pretag_cheyenne_nompi
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ smc#4 blc#4
sme14 ble14
sme@4 ble@4
smg54 blg54
smia1 blia1
smia2 blia2
smi04 bli04
smi24 bli24
smi53 bli53
Expand Down
Loading