Skip to content

Commit

Permalink
Address reviewer's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaruidong2017 committed Jul 19, 2024
1 parent 15fb45e commit 7773f81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/exglobal_prep_snow_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
# Instantiate the snow prepare task
SnowAnl = SnowAnalysis(config)
SnowAnl.prepare_GTS()
SnowAnl.task_config.cyc = f'{SnowAnl.task_config.cyc:02d}'
if f"{ SnowAnl.task_config.cyc }" == '00':
if SnowAnl.task_config.cyc == 0:
SnowAnl.prepare_IMS()

0 comments on commit 7773f81

Please sign in to comment.