Skip to content

Commit

Permalink
update atm var and ens ctests to new GFS COM directory structure (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed May 4, 2023
1 parent a1785d8 commit f5ae69c
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 144 deletions.
11 changes: 2 additions & 9 deletions test/atm/global-workflow/config.atmanl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -x
#! /usr/bin/env bash

########## config.atmanl ##########
# configuration common to all atm analysis tasks
# configuration common to all atm var analysis tasks

echo "BEGIN: config.atmanl"

Expand All @@ -10,13 +10,6 @@ export OBS_LIST=@OBS_LIST@
export ATMVARYAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/variational/3dvar_dripcg.yaml
export STATICB_TYPE="identity"
export BERROR_YAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/berror/staticb_${STATICB_TYPE}.yaml
export FV3JEDI_FIX=${HOMEgfs}/fix/gdas
export R2D2_OBS_DB='ufsda_test'
export R2D2_OBS_DUMP='oper_gdas'
export R2D2_OBS_SRC='ncdiag'
export R2D2_BC_SRC='gsi'
export R2D2_BC_DUMP='oper_gdas'
export R2D2_ARCH_DB='local'
export INTERP_METHOD='barycentric'

export layout_x=1
Expand Down
Loading

0 comments on commit f5ae69c

Please sign in to comment.