Skip to content

Commit b21e36d

Browse files
committed
Split global_time_series
1 parent 05ddf0f commit b21e36d

File tree

31 files changed

+137
-45
lines changed

31 files changed

+137
-45
lines changed

conda/dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Conda development environment for testing local source code changes to zppy before merging them to production (main branch).
2+
# To set up:
3+
# conda clean --all --y
4+
# conda env create -f conda/dev.yml -n env_name
5+
# pre-commit run --all-files
6+
# pip install .
17
name: zppy_dev
28
channels:
39
- conda-forge

tests/integration/generated/test_min_case_add_dependencies_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ years = "1985:1995:5"
9393

9494
[e3sm_diags]
9595
active = True
96-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
96+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
9797
grid = '180x360_aave'
9898
multiprocessing = True
9999
num_workers = 8

tests/integration/generated/test_min_case_carryover_dependencies_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ walltime = "00:30:00"
119119

120120
[e3sm_diags]
121121
active = True
122-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
122+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
123123
grid = '180x360_aave'
124124
multiprocessing = True
125125
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_depend_on_climo_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ walltime = "00:30:00"
2424

2525
[e3sm_diags]
2626
active = True
27-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
27+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2828
grid = '180x360_aave'
2929
multiprocessing = True
3030
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_depend_on_climo_mvm_2_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ walltime = "00:30:00"
2424

2525
[e3sm_diags]
2626
active = True
27-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
27+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2828
grid = '180x360_aave'
2929
multiprocessing = True
3030
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_depend_on_ts_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ walltime = "00:30:00"
2323

2424
[e3sm_diags]
2525
active = True
26-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
26+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2727
grid = '180x360_aave'
2828
multiprocessing = True
2929
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_depend_on_ts_mvm_2_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ walltime = "00:30:00"
2323

2424
[e3sm_diags]
2525
active = True
26-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
26+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2727
grid = '180x360_aave'
2828
multiprocessing = True
2929
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_diurnal_cycle_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ walltime = "00:30:00"
2424

2525
[e3sm_diags]
2626
active = True
27-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
27+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2828
grid = '180x360_aave'
2929
multiprocessing = True
3030
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_diurnal_cycle_mvm_2_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ walltime = "00:30:00"
2424

2525
[e3sm_diags]
2626
active = True
27-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
27+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2828
grid = '180x360_aave'
2929
multiprocessing = True
3030
num_workers = 8

tests/integration/generated/test_min_case_e3sm_diags_lat_lon_land_mvm_2_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ walltime = "00:30:00"
2424

2525
[e3sm_diags]
2626
active = True
27-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
27+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
2828
grid = '180x360_aave'
2929
multiprocessing = True
3030
num_workers = 8

0 commit comments

Comments
 (0)