Skip to content

Commit

Permalink
add config files for UFS-DA atm var python g-w (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Feb 27, 2023
1 parent dd40cff commit a48ad14
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
31 changes: 31 additions & 0 deletions parm/config/config.atmanl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/bash -x

########## config.atmanal ##########
# configuration common to all atm analysis tasks

echo "BEGIN: config.atmanal"

export OBS_YAML_DIR=${HOMEgfs}/sorc/gdas.cd/parm/atm/obs/config/
export OBS_LIST=${HOMEgfs}/sorc/gdas.cd/parm/atm/obs/lists/gdas_prototype.yaml
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
export layout_y=1

export io_layout_x=1
export io_layout_y=1

export JEDIVAREXE=${HOMEgfs}/exec/fv3jedi_var.x
export CRTM_VER="2.3.0"

echo "END: config.atmanal"
10 changes: 10 additions & 0 deletions parm/config/config.atmanlfinal
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -x

########## config.atmanlfinal ##########
# Post Atm Analysis specific

echo "BEGIN: config.atmanlfinal"

# Get task specific resources
. $EXPDIR/config.resources atmanlfinal
echo "END: config.atmanlfinal"
10 changes: 10 additions & 0 deletions parm/config/config.atmanlinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash -x

########## config.atmanlinit ##########
# Pre Atm Analysis specific

echo "BEGIN: config.atmanlinit"

# Get task specific resources
. $EXPDIR/config.resources atmanlinit
echo "END: config.atmanlinit"
11 changes: 11 additions & 0 deletions parm/config/config.atmanlrun
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash -x

########## config.atmanlrun ##########
# Atmsol Analysis specific

echo "BEGIN: config.atmanlrun"

# Get task specific resources
. $EXPDIR/config.resources atmanlrun

echo "END: config.atmanlrun"

0 comments on commit a48ad14

Please sign in to comment.