Changeset 12346
- Timestamp:
- 2020-01-28T17:08:32+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/SBC/sbcmod.F90
r12236 r12346 467 467 IF( ln_icebergs ) THEN 468 468 CALL icb_stp( kt ) ! compute icebergs 469 ! icebergs may advect into haloes during the icb step and alter emp. 470 ! A lbc_lnk is necessary here to ensure restartability (#2113) 469 ! Icebergs do not melt over the haloes. 470 ! So emp values over the haloes are no more consistent with the inner domain values. 471 ! A lbc_lnk is therefore needed to ensure reproducibility and restartability. 472 ! see ticket #2113 for discussion about this lbc_lnk. 471 473 IF( .NOT. ln_passive_mode ) CALL lbc_lnk( 'sbcmod', emp, 'T', 1. ) ! ensure restartability with icebergs 472 474 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.