Skip to content

Commit

Permalink
fix snow and soca test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed May 2, 2024
1 parent 45c8142 commit 2bf319f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/snow/create_bkg_ens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [[ ${DAtype} == 'letkfoi_snow' ]]; then

B=30 # background error std for LETKFOI

JEDI_EXEC="fv3jedi_letkf.x"
JEDI_EXEC="gdas.x fv3jedi localensembleda"

# FOR LETKFOI, CREATE THE PSEUDO-ENSEMBLE
for ens in 001 002
Expand Down
2 changes: 1 addition & 1 deletion test/snow/letkfoi_snowda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [[ ${DAtype} == 'letkfoi_snow' ]]; then

B=30 # background error std for LETKFOI

JEDI_EXEC="fv3jedi_letkf.x"
JEDI_EXEC="gdas.x fv3jedi localensembleda"

# FOR LETKFOI, CREATE THE PSEUDO-ENSEMBLE
for ens in 001 002
Expand Down
2 changes: 1 addition & 1 deletion ush/soca/marine_recenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def run(self):
chdir(self.runtime_config.DATA)

exec_cmd_gridgen = Executable(self.config.APRUN_OCNANALECEN)
exec_name_gridgen = os.path.join(self.config.JEDI_BIN, 'soca_gridgen.x')
exec_name_gridgen = os.path.join(self.config.JEDI_BIN, 'gdas_soca_gridgen.x')
exec_cmd_gridgen.add_default_arg(exec_name_gridgen)
exec_cmd_gridgen.add_default_arg(self.config.gridgen_yaml)

Expand Down

0 comments on commit 2bf319f

Please sign in to comment.