Skip to content

Commit

Permalink
squash this commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MJHarrison-GFDL committed Mar 18, 2021
1 parent 4d411ba commit 5681882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocean_data_assim/MOM_oda_driver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 5681882

Please sign in to comment.