Skip to content

Commit cc48dbf

Browse files
committed
fixed imp.
1 parent 7708128 commit cc48dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediator/esmFldsExchange_coastal_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ subroutine esmFldsExchange_coastal_advt(gcomp, phase, rc)
288288
! to ice: ocean fields
289289
! ---------------------------------------------------------------------
290290
if (coastal_attr%ocn_present .and. coastal_attr%ice_present) then
291-
allocate(S_flds(7))
291+
allocate(S_flds(8))
292292
S_flds = (/'So_u ', & ! ocn_current_zonal
293293
'So_v ', & ! ocn_current_merid
294294
'So_t ', & ! SST

0 commit comments

Comments
 (0)