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

Debug rc5 issues #475

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Compy zppy dev with rc10 packages
  • Loading branch information
forsyth2 committed Aug 9, 2023
commit cc4f92e095ae4787439088b676b8ed67a1d81914
2 changes: 1 addition & 1 deletion tests/integration/generated/test_bundles_compy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
case = v2.LR.historical_0201
constraint = ""
dry_run = "False"
environment_commands = "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc9_compy.sh"
environment_commands = "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc10_compy.sh"
input = "/compyfs/fors729/E3SMv2/v2.LR.historical_0201"
input_subdir = archive/atm/hist
mapping_file = "map_ne30pg2_to_cmip6_180x360_aave.20200201.nc"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/generated/test_complete_run_compy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
case = v2.LR.historical_0201
constraint = ""
dry_run = "False"
environment_commands = "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc9_compy.sh"
environment_commands = "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc10_compy.sh"
input = "/compyfs/fors729//E3SMv2/v2.LR.historical_0201"
input_subdir = archive/atm/hist
mapping_file = "map_ne30pg2_to_cmip6_180x360_aave.20200201.nc"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_compy_expansions(config):
# To run this test, replace conda environment with your e3sm_diags dev environment
"diags_environment_commands": "source /qfs/people/fors729/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_dev_20230807",
"diags_walltime": "03:00:00",
"environment_commands_test": "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc9_compy.sh",
"environment_commands_test": "source /share/apps/E3SM/conda_envs/test_e3sm_unified_1.9.0rc10_compy.sh",
"expected_dir": "/compyfs/www/zppy_test_resources/",
"partition_long": "slurm",
"partition_short": "short",
Expand Down
Loading