Skip to content

Commit a4ca307

Browse files
committed
remove white space and fix comment
1 parent caa2323 commit a4ca307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/ocean_data_assim/MOM_oda_incupd.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ subroutine calc_oda_increments(h, tv, u, v, G, GV, US, CS)
450450
enddo
451451
endif
452452
enddo; enddo
453-
453+
454454
! remap u to h_obs to get increment
455455
if (CS%uv_inc) then
456456
call pass_var(h, G%Domain)

src/parameterizations/vertical/MOM_diabatic_driver.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module MOM_diabatic_driver
111111
!! domain. The exact location and properties of
112112
!! those sponges are set by calls to
113113
!! initialize_sponge and set_up_sponge_field.
114-
logical :: use_oda_incupd !!< If True, DA incremental update is
114+
logical :: use_oda_incupd !< If True, DA incremental update is
115115
!! applied everywhere
116116
logical :: use_geothermal !< If true, apply geothermal heating.
117117
logical :: use_int_tides !< If true, use the code that advances a separate set

0 commit comments

Comments
 (0)