Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wave_post_grid
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA authored Nov 15, 2024
2 parents 3dd2264 + 3209bea commit 0e1450e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.eupd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export lnsigcutoff=2.75 # ignored if modelspace_vloc=.true.

export lobsdiag_forenkf=".true." # use jacobian. must be .true. if modelspace_vloc=".true."
# need to specify .true. setting since config.anal sets to .false.

export taperanalperts=".true."
export NAM_ENKF="smoothparm=35,"

echo "END: config.eupd"
3 changes: 2 additions & 1 deletion scripts/exgdas_enkf_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ write_spread_diag=${write_spread_diag:-".false."}
cnvw_option=${cnvw_option:-".false."}
netcdf_diag=${netcdf_diag:-".true."}
modelspace_vloc=${modelspace_vloc:-".false."} # if true, 'vlocal_eig.dat' is needed
taperanalperts=${taperanalperts:-".false."}
IAUFHRS_ENKF=${IAUFHRS_ENKF:-6}
NMEM_ENS_MAX=${NMEM_ENS:-80}
if [ "${RUN}" = "enkfgfs" ]; then
Expand Down Expand Up @@ -287,7 +288,7 @@ cat > enkf.nml << EOFnml
univaroz=.false.,adp_anglebc=.true.,angord=4,use_edges=.false.,emiss_bc=.true.,
letkf_flag=${letkf_flag},nobsl_max=${nobsl_max},denkf=${denkf},getkf=${getkf}.,
nhr_anal=${IAUFHRS_ENKF},nhr_state=${IAUFHRS_ENKF},
lobsdiag_forenkf=$lobsdiag_forenkf,
lobsdiag_forenkf=${lobsdiag_forenkf},taperanalperts=${taperanalperts},
write_spread_diag=$write_spread_diag,
modelspace_vloc=$modelspace_vloc,
use_correlated_oberrs=${use_correlated_oberrs},
Expand Down

0 comments on commit 0e1450e

Please sign in to comment.