Skip to content

Commit

Permalink
Finish removing deprecated parameters (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Jan 14, 2025
1 parent 57c0891 commit ccbf4dd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion docs/source/post.mysimulation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ years = "1:100:10",
[tc_analysis]
active = boolean(default=True)
years = "1:100:20", "1:100:50",
scratch = <scratch directory>

# E3SM Diags every 20 and 50 years
[e3sm_diags]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_bash_generation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years = "1:20:10", "1:20:20",

[e3sm_diags]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_campaign_cryosphere.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years = "1:20:10",

[e3sm_diags]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_campaign_none.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years = "1:20:10",

[e3sm_diags]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_campaign_water_cycle.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years = "1:20:10",

[e3sm_diags]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_defaults.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years= "1:20:20",

[mpas_analysis]
Expand Down
1 change: 0 additions & 1 deletion tests/integration/test_last_year.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ years = "1:20:10",

[tc_analysis]
active = True
scratch = "..."
years = "1:20:10", "1:20:20",

[e3sm_diags]
Expand Down
3 changes: 0 additions & 3 deletions tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def get_chyrsalis_expansions(config):
"partition_short": "debug",
"qos_long": "regular",
"qos_short": "regular",
"scratch": f"/lcrc/globalscratch/{username}/",
"user_input": "/lcrc/group/e3sm/ac.forsyth2/",
"user_output": f"/lcrc/group/e3sm/{username}/",
"user_www": f"{web_base_path}/{username}/",
Expand Down Expand Up @@ -203,7 +202,6 @@ def get_compy_expansions(config):
"partition_short": "short",
"qos_long": "regular",
"qos_short": "regular",
"scratch": f"/qfs/people/{username}/",
"user_input": "/compyfs/fors729/",
"user_output": f"/compyfs/{username}/",
"user_www": f"{web_base_path}/{username}/",
Expand Down Expand Up @@ -232,7 +230,6 @@ def get_perlmutter_expansions(config):
"partition_short": "",
"qos_long": "regular",
"qos_short": "regular", # debug walltime too short?
"scratch": f"/pscratch/sd/{username[0]}/{username}/",
# Use CFS for large datasets
"user_input": "/global/cfs/cdirs/e3sm/forsyth/",
"user_output": f"/global/cfs/cdirs/e3sm/{username}/",
Expand Down

0 comments on commit ccbf4dd

Please sign in to comment.