From e6e8fc75328c0e2ceed033a07e375655efb79e84 Mon Sep 17 00:00:00 2001 From: Joe Stassi Date: Tue, 23 Aug 2022 12:18:35 -0400 Subject: [PATCH] Minor updates regarding how replay is handled; removed unnecessary code. --- src/Applications/GEOSdas_App/GEOSdas.csm | 2 +- src/Applications/GEOSdas_App/fvsetup | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Applications/GEOSdas_App/GEOSdas.csm b/src/Applications/GEOSdas_App/GEOSdas.csm index 2dd6e1d7..c064290a 100755 --- a/src/Applications/GEOSdas_App/GEOSdas.csm +++ b/src/Applications/GEOSdas_App/GEOSdas.csm @@ -2787,7 +2787,7 @@ exit 1 if ( $AOD_OBSCLASS == "" ) setenv AOD_OBSCLASS none if ( $AOD_OBSCLASS == 0 ) setenv AOD_OBSCLASS none - if ($GAAS_ANA && ! $REPLAY_ACQ && ("$AOD_OBSCLASS" != "none")) then + if ($GAAS_ANA && ("$AOD_OBSCLASS" != "none")) then @ mstep = $nstep * 2 fname2 acquire_obsys -v $acqflags -ssh -drc $AERO_OBSDBRC \\ fname2 " "$bnymd $bnhms 030000 $mstep \\ diff --git a/src/Applications/GEOSdas_App/fvsetup b/src/Applications/GEOSdas_App/fvsetup index 18b82e6e..bb183fcc 100755 --- a/src/Applications/GEOSdas_App/fvsetup +++ b/src/Applications/GEOSdas_App/fvsetup @@ -7785,11 +7785,6 @@ print SCRIPT <<"EOF"; setenv GSI_DIAG2TXT 1 # setenv DO_0HR_IMP 1 - if ( -e \$FVHOME/run/replay.acq ) then - setenv REPLAY_ACQ 1 # for now, replay.acq controls only meteorology (AOD is not yet replayed to) - else - setenv REPLAY_ACQ 0 - endif EOF if ( $merra2 ) {