Skip to content

Commit 81bbae5

Browse files
committed
Split global_time_series
1 parent d6d5bd0 commit 81bbae5

20 files changed

+77
-32
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_deprecated_parameters_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ walltime = "00:30:00"
3636
active = True
3737
atmosphere_only = "False" # DEPRECATED in https://github.com/E3SM-Project/zppy/pull/654
3838
climo_years = "1985-1989", "1990-1995",
39-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
39+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
4040
experiment_name = "v3.LR.historical_0051"
4141
figstr = "v3.LR.historical_0051"
4242
moc_file=mocTimeSeries_1985-1995.nc

tests/integration/generated/test_min_case_global_time_series_custom_chrysalis.cfg

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

3434
[global_time_series]
3535
active = True
36-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
36+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
3737
experiment_name = "v3.LR.historical_0051"
3838
figstr = "v3.LR.historical_0051"
3939
plots_original=""

tests/integration/generated/test_min_case_global_time_series_original_8_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ walltime = "00:30:00"
3939
[global_time_series]
4040
active = True
4141
climo_years = "1985-1989", "1990-1995",
42-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
42+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
4343
experiment_name = "v3.LR.historical_0051"
4444
figstr = "v3.LR.historical_0051"
4545
moc_file=mocTimeSeries_1985-1995.nc

tests/integration/generated/test_min_case_global_time_series_original_8_missing_ocn_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ walltime = "00:30:00"
2626
[global_time_series]
2727
active = True
2828
climo_years = "1985-1989", "1990-1995",
29-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
29+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
3030
experiment_name = "v3.LR.historical_0051"
3131
figstr = "v3.LR.historical_0051"
3232
# plots_original -- use the default vars,

tests/integration/generated/test_min_case_global_time_series_original_8_no_ocn_chrysalis.cfg

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

2626
[global_time_series]
2727
active = True
28-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
28+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
2929
experiment_name = "v3.LR.historical_0051"
3030
figstr = "v3.LR.historical_0051"
3131
plots_original="net_toa_flux_restom,global_surface_air_temperature,toa_radiation,net_atm_energy_imbalance,net_atm_water_imbalance"

tests/integration/generated/test_min_case_global_time_series_viewers_all_land_variables_chrysalis.cfg

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

3434
[global_time_series]
3535
active = True
36-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
36+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
3737
experiment_name = "v3.LR.historical_0051"
3838
figstr = "v3.LR.historical_0051"
3939
make_viewer = True

tests/integration/generated/test_min_case_global_time_series_viewers_chrysalis.cfg

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

3434
[global_time_series]
3535
active = True
36-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
36+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
3737
experiment_name = "v3.LR.historical_0051"
3838
figstr = "v3.LR.historical_0051"
3939
make_viewer = True

tests/integration/generated/test_min_case_global_time_series_viewers_original_8_chrysalis.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ walltime = "00:30:00"
3939
[global_time_series]
4040
active = True
4141
climo_years = "1985-1989", "1990-1995",
42-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
42+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
4343
experiment_name = "v3.LR.historical_0051"
4444
figstr = "v3.LR.historical_0051"
4545
make_viewer = True

tests/integration/generated/test_min_case_global_time_series_viewers_original_atm_plus_land_chrysalis.cfg

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

3333
[global_time_series]
3434
active = True
35-
environment_commands = "source <INSERT PATH TO CONDA>/conda.sh; conda activate <INSERT ENV NAME>"
35+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi-gts-split-20250603"
3636
experiment_name = "v3.LR.historical_0051"
3737
figstr = "v3.LR.historical_0051"
3838
make_viewer = True

0 commit comments

Comments
 (0)