Skip to content

Commit

Permalink
modified scripts\exglobal_archive_vrfy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jan 25, 2025
1 parent e0f7047 commit 1fcaf9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/exglobal_archive_vrfy.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ def main():
logger.info(f"key ({key}) not found in archive.task_config!")

# Pull out all the configuration keys needed to run the rest of archive steps
keys = ['current_cycle', 'RUN', 'PSLOT', 'ROTDIR', 'PARMgfs',
'ARCDIR', 'MODE', 'DO_JEDIATMENS', 'DO_FIT2OBS', 'DO_JEDIATMVAR'
'DO_JEDISNOWDA', 'DO_AERO_ANL', 'DO_PREP_OBS_AERO', 'NET']
keys = ['current_cycle', 'RUN', 'PSLOT', 'ROTDIR', 'PARMgfs', 'VFYARC'
'ARCDIR', 'MODE', 'DO_JEDIATMENS', 'DO_FIT2OBS', 'DO_JEDIATMVAR',
'DO_JEDISNOWDA', 'DO_AERO_ANL', 'DO_PREP_OBS_AERO', 'NET', 'MODE',
'FHMAX_HF_GFS', 'FHOUT_GFS', 'FHMAX_FITS', 'FHMAX', 'FHOUT']

archive_dict = AttrDict()
for key in keys:
Expand Down

0 comments on commit 1fcaf9b

Please sign in to comment.