New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12347 – NEMO

Changeset 12347


Ignore:
Timestamp:
2020-01-28T17:13:55+01:00 (4 years ago)
Author:
mathiot
Message:

change comments about lbc_lnk for icb (#2113)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/SBC/sbcmod.F90

    r12210 r12347  
    461461      IF( ln_icebergs    )   THEN 
    462462                                     CALL icb_stp( kt )           ! compute icebergs 
    463          ! icebergs may advect into haloes during the icb step and alter emp. 
    464          ! A lbc_lnk is necessary here to ensure restartability (#2113) 
     463         ! Icebergs do not melt over the haloes.  
     464         ! So emp values over the haloes are no more consistent with the inner domain values.  
     465         ! A lbc_lnk is therefore needed to ensure reproducibility and restartability. 
     466         ! see ticket #2113 for discussion about this lbc_lnk. 
    465467         IF( .NOT. ln_passive_mode ) CALL lbc_lnk( 'sbcmod', emp, 'T', 1. ) ! ensure restartability with icebergs 
    466468      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.