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 11852 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/src/OCE/ISF/isfhdiv.F90 – NEMO

Ignore:
Timestamp:
2019-11-04T19:00:27+01:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: fix WED025 restartability, finish removing useless USE, remove useless lbc_lnk

File:
1 edited

Legend:

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

    r11541 r11852  
    11MODULE isfhdiv 
    22 
    3    USE dom_oce 
    4    USE iom 
    5    USE isf 
    6    USE isfutils 
    7    USE phycst 
    8    USE in_out_manager 
     3   USE isf                    ! ice shelf 
     4   USE dom_oce                ! time and space domain 
     5   USE phycst , ONLY: r1_rau0 ! physical constant 
     6   USE in_out_manager         ! 
    97 
    108   IMPLICIT NONE 
     
    3937         ! 
    4038         ! ice sheet coupling contribution  
    41          IF ( ln_isfcpl ) THEN 
     39         IF ( ln_isfcpl .AND. kt /= 0 ) THEN 
    4240            ! 
    4341            ! correct divergence only for the first time step 
Note: See TracChangeset for help on using the changeset viewer.