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

Ignore:
Timestamp:
2019-11-19T18:30:57+01:00 (4 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF_nemo: add comments, improve memory usage of ln_isfcpl_cons option, fix issue in ISOMIP+ configuration

File:
1 moved

Legend:

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

    r11852 r11931  
    1 MODULE isfnxt 
     1MODULE isfdynnxt 
    22   !!========================================================================= 
    33   !!                       ***  MODULE  isfnxt  *** 
     
    3232      !! ** Purpose : compute the ice shelf volume filter correction for cavity, param, ice sheet coupling case 
    3333      !! 
    34       !!-------------------------------------------------------------------- 
    3534      !!-------------------------- OUT ------------------------------------- 
    3635      INTEGER ,                     INTENT(in   ) :: kt 
    3736      ! 
    3837      REAL(wp),                     INTENT(in   ) :: pcoef           ! atfp * rdt * r1_rau0 
    39       !!-------------------------- IN  ------------------------------------- 
    4038      !!-------------------------------------------------------------------- 
    4139      INTEGER :: jk  ! loop index 
     
    6260      !! ** Purpose : compute the ice shelf volume filter correction for cavity or param 
    6361      !! 
    64       !!-------------------------------------------------------------------- 
    65       !!-------------------------- OUT ------------------------------------- 
    6662      !!-------------------------- IN  ------------------------------------- 
    6763      INTEGER , DIMENSION(jpi,jpj), INTENT(in   ) :: ktop , kbot     ! top and bottom level of tbl 
     
    9288   END SUBROUTINE isf_dynnxt_mlt 
    9389 
    94 END MODULE isfnxt 
     90END MODULE isfdynnxt 
Note: See TracChangeset for help on using the changeset viewer.