Skip to content

Commit

Permalink
black formatting for pgn.py tsc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rljacob committed Feb 16, 2024
1 parent ded4546 commit 34c2b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CIME/SystemTests/pgn.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
]
)
FCLD_NC = "cam.h0.cloud.nc"
INIT_COND_FILE_TEMPLATE = "20231105.v3b01.F2010.ne4_oQU240.chrysalis.{}.{}.0002-{:02d}-01-00000.nc"
INIT_COND_FILE_TEMPLATE = (
"20231105.v3b01.F2010.ne4_oQU240.chrysalis.{}.{}.0002-{:02d}-01-00000.nc"
)
INSTANCE_FILE_TEMPLATE = "{}{}_{:04d}.h0.0001-01-01-00000{}.nc"


Expand Down
4 changes: 3 additions & 1 deletion CIME/SystemTests/tsc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
SIM_LENGTH = 600 # seconds
OUT_FREQ = 10 # seconds
INSPECT_AT = [300, 450, 600] # seconds
INIT_COND_FILE_TEMPLATE = "20231105.v3b01.F2010.ne4_oQU240.chrysalis.{}.{}.0002-{:02d}-01-00000.nc"
INIT_COND_FILE_TEMPLATE = (
"20231105.v3b01.F2010.ne4_oQU240.chrysalis.{}.{}.0002-{:02d}-01-00000.nc"
)
VAR_LIST = [
"T",
"Q",
Expand Down

0 comments on commit 34c2b12

Please sign in to comment.