Skip to content

Commit

Permalink
changed handling of var.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Jun 13, 2023
1 parent 2895f79 commit b26e534
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/exgdas_global_marine_analysis_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ function clean_yaml()

################################################################################
# run 3DVAR FGAT
clean_yaml var.yaml
$APRUN_OCNANAL $JEDI_BIN/soca_var.x var.yaml
cp var.yaml cleaned_var.yaml
clean_yaml cleaned_var.yaml
$APRUN_OCNANAL $JEDI_BIN/soca_var.x cleaned_var.yaml
export err=$?; err_chk

################################################################################
Expand Down

0 comments on commit b26e534

Please sign in to comment.