Skip to content

Commit

Permalink
restoring original develop version of lenkf_j_template.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-rreichle committed May 6, 2024
1 parent 833d0c9 commit 8a97ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GEOSldas_App/lenkf_j_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
set NDAYS = `cal $MM $YYYY | awk 'NF {{DAYS = $NF}}; END {{print DAYS}}'`
cd $THISMONTH
foreach ThisCol ($collections)
# if monthly exists, move on to the next collection
if (-f $EXPID.${{ThisCol}}.monthly.$YYYY$MM.nc4) continue
Expand Down Expand Up @@ -651,6 +651,7 @@
endif
continue
endif
end # each collection
end # each month
cd $PWD
Expand Down

0 comments on commit 8a97ed3

Please sign in to comment.