From 568188292050b846cd8b3fc81447f25e85692f5f Mon Sep 17 00:00:00 2001 From: Matthew Harrison Date: Thu, 18 Mar 2021 11:36:42 -0400 Subject: [PATCH] squash this commit --- src/ocean_data_assim/MOM_oda_driver.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocean_data_assim/MOM_oda_driver.F90 b/src/ocean_data_assim/MOM_oda_driver.F90 index 7a0ca291f3..48d25eb145 100644 --- a/src/ocean_data_assim/MOM_oda_driver.F90 +++ b/src/ocean_data_assim/MOM_oda_driver.F90 @@ -209,7 +209,7 @@ subroutine init_oda(Time, G, GV, US, diag_CS, CS) "Use tripolar connectivity at the northern edge of the "//& "domain. With TRIPOLAR_N, NIGLOBAL must be even.", & default=.false.) - call get_param(PF,"MOM", "USE_TEMP_SALT_BIAS_ADJUSTMENT", CS%do_bias_adjustment, & + call get_param(PF,"MOM", "APPLY_TRACER_TENDENCY_ADJUSTMENT", CS%do_bias_adjustment, & "If true, add a spatio-temporally varying climatological adjustment "//& "to temperature and salinity.", & default=.false.)