We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e959af + b48f9ef commit 4ddd2e6Copy full SHA for 4ddd2e6
src/Applications/GEOSdas_App/fvsens
@@ -283,12 +283,16 @@ while ( $ic < $ntp1 )
283
284
# First edit CAP
285
# --------------
286
+ set segnhrs = $nhrs
287
+ if( $nday > 0 && $segnhrs == 24 ) then
288
+ set segnhrs = "00"
289
+ endif
290
rm -f sed_file
291
echo "s/>>>NYMDB<<</$nymdb/1" >> sed_file
292
echo "s/>>>NHMSB<<</$nhmsb/1" >> sed_file
293
echo "s/>>>NYMDE<<</$nymde/1" >> sed_file
294
echo "s/>>>NHMSE<<</$nhmse/1" >> sed_file
- echo "s/>>>JOB_SGMT<<</$nday ${nhrs}0000/1" >> sed_file
295
+ echo "s/>>>JOB_SGMT<<</$nday ${segnhrs}0000/1" >> sed_file
296
echo "s/>>>PDT<<</$rundt/1" >> sed_file
297
298
/bin/rm -f ./CAP_apert.rc
0 commit comments