Skip to content

Commit

Permalink
no monthy or daily if ref_time is not '000000'
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed Jul 28, 2020
1 parent 2d5c156 commit 7723432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Applications/LDAS_App/lenkf.j.template
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,9 @@ while ( $counter <= ${NUM_SGMT} )
cd $THISMONTH

foreach ThisCol ($collections)


set ref_t = `cat HISTORY.rc | grep ${ThisCol}.ref_time: | cut -d':' -f2 | cut -d',' -f1`
if ( $ref_t != '000000' ) continue
# if monthly exists, move on to the next collection
if (-f $EXPID.${ThisCol}.monthly.$YYYY$MM.nc4) continue

Expand Down

0 comments on commit 7723432

Please sign in to comment.