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 11553 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/DOM – NEMO

Ignore:
Timestamp:
2019-09-16T18:54:28+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF: fix coupling issue (ticket #2142)

Location:
NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/DOM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/DOM/domain.F90

    r11521 r11553  
    2626   !!---------------------------------------------------------------------- 
    2727   USE oce            ! ocean variables 
     28   USE isfstp 
    2829   USE dom_oce        ! domain: ocean 
    2930   USE sbc_oce        ! surface boundary condition: ocean 
     
    448449#endif 
    449450      ! 
     451      ! need to know ln_isfcpl for istate (restart extrapolation) 
     452      ! and for domvvl_init (ssh extrapolation when recompute e3 variable 
     453      CALL isf_nam 
     454      ! 
    450455   END SUBROUTINE dom_nam 
    451456 
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/DOM/domvvl.F90

    r11521 r11553  
    822822               CALL isfcpl_ssh() 
    823823               ! 
    824                ! everything need to compute over new water column 
     824               ! e3t need to be computed where ice shelf draft changed (new ht_0) 
    825825               id1 = 0 ; id2 = 0 ; id3 = 0 ; id4 = 0 ; id5 = 0 
    826826               ! 
Note: See TracChangeset for help on using the changeset viewer.