Skip to content

Commit

Permalink
Use ODA_2018_ANSWERS to specify ODA remapping
Browse files Browse the repository at this point in the history
Added the new run-time parameter ODA_2018_ANSWERS to recover the answers from the previous version of the code, which did not supply properly dimensional rescaled minimum thicknesses for the remapping calls in the ODA driver.  When this is set to True, all answers are bitwise identical.
  • Loading branch information
Hallberg-NOAA authored Apr 20, 2022
1 parent b9697e2 commit 861a8f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ocean_data_assim/MOM_oda_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ subroutine init_oda(Time, G, GV, diag_CS, CS)
call get_param(PF, mdl, "DEFAULT_2018_ANSWERS", default_2018_answers, &
"This sets the default value for the various _2018_ANSWERS parameters.", &
default=.false., do_not_log=.true.)
call get_param(PF, mdl, "REMAPPING_2018_ANSWERS", CS%answers_2018, &
call get_param(PF, mdl, "ODA_2018_ANSWERS", CS%answers_2018, &
"If true, use the order of arithmetic and expressions that recover the "//&
"answers from the end of 2018. Otherwise, use updated and more robust "//&
"forms of the same expressions.", default=default_2018_answers, &
"answers from original version of the ODA driver. Otherwise, use updated and "//&
"more robust forms of the same expressions.", default=default_2018_answers, &
do_not_log=.true.)
inputdir = slasher(inputdir)

Expand Down

0 comments on commit 861a8f1

Please sign in to comment.