Skip to content

Commit

Permalink
Minor updates regarding how replay is handled; removed unnecessary code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-jstassi committed Aug 23, 2022
1 parent f4902f5 commit e6e8fc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/Applications/GEOSdas_App/GEOSdas.csm
Original file line number Diff line number Diff line change
Expand Up @@ -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 \\
Expand Down
5 changes: 0 additions & 5 deletions src/Applications/GEOSdas_App/fvsetup
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit e6e8fc7

Please sign in to comment.