Skip to content

Commit

Permalink
get rid of DRIPCG
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryMartin-NOAA committed Jan 11, 2024
1 parent cc4c940 commit e3bb9c5
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: PCG
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: PCG
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: PCG
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_pcg.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 e3bb9c5

Please sign in to comment.