Skip to content

Commit

Permalink
Add cycled keys to exglobal_stage_ic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 14, 2024
1 parent 81d070c commit bb94111
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions scripts/exglobal_stage_ic.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ def main():
stage = Stage(config)

# Pull out all the configuration keys needed to run stage job
keys = ['RUN', 'MODE', 'DO_WAVE', 'DO_OCN', 'DO_ICE', 'DO_NEST',
'current_cycle', 'EXP_WARM_START', 'CDUMP', 'rCDUMP',
'ROTDIR', 'PARMgfs', 'ntiles', 'MEMDIR',
'BASE_CPLIC', 'waveGRD', 'OCNRES', 'USE_OCN_PERTURB_FILES',
keys = ['RUN', 'MODE', 'CASE', 'CASE_ENS', 'OCNRES', 'ICERES', 'waveGRD',
'EXP_WARM_START', 'current_cycle', 'CDUMP', 'rCDUMP',
'ROTDIR', 'PARMgfs', 'ICSDIR',
'ntiles', 'MEMDIR', 'USE_OCN_PERTURB_FILES',
'DO_WAVE', 'DO_OCN', 'DO_ICE', 'DO_NEST', # TODO: Add DO_MED
'CPL_ATMIC', 'CPL_ICEIC', 'CPL_OCNIC', 'CPL_WAVIC']

stage_dict = AttrDict()
Expand Down

0 comments on commit bb94111

Please sign in to comment.