Skip to content

Commit

Permalink
Get rid of DRIPCG (#850)
Browse files Browse the repository at this point in the history
A little (tall?) birdie has informed us that we apparently should not be
using DRIPCG, and seems we are using DRIPCG in our tests. This PR
removes that. Note that the global-workflow will likely need modified in
`config.atmanl` to use the different YAML name.
  • Loading branch information
CoryMartin-NOAA committed Jan 16, 2024
1 parent 639ef16 commit 5056169
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parm/aero/variational/3dvar_fgat_gfs_aero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cost function:
observations: !INC ${OBS_LIST}
variational:
minimizer:
algorithm: DRIPCG
algorithm: DRPCG
iterations:
- ninner: 35
gradient norm reduction: 1e-10
Expand Down
2 changes: 1 addition & 1 deletion parm/aero/variational/3dvar_gfs_aero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cost function:
observations: !INC ${OBS_LIST}
variational:
minimizer:
algorithm: DRIPCG
algorithm: DRPCG
iterations:
- ninner: 35
gradient norm reduction: 1e-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cost function:
observations: !INC ${OBS_LIST}
variational:
minimizer:
algorithm: DRIPCG
algorithm: DRPCG
iterations:
- ninner: 2
gradient norm reduction: 1e-10
Expand Down
2 changes: 1 addition & 1 deletion test/atm/global-workflow/config.atmanl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "BEGIN: config.atmanl"
export CASE_ANL="@ATMRES_ANL@"
export OBS_YAML_DIR=${HOMEgfs}/sorc/gdas.cd/parm/atm/obs/config/
export OBS_LIST=@OBS_LIST@
export ATMVARYAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/variational/3dvar_dripcg.yaml
export ATMVARYAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/variational/3dvar_drpcg.yaml
export STATICB_TYPE="identity"
export BERROR_YAML=${HOMEgfs}/sorc/gdas.cd/parm/atm/berror/staticb_${STATICB_TYPE}.yaml
export INTERP_METHOD='barycentric'
Expand Down

0 comments on commit 5056169

Please sign in to comment.