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

Ignore:
Timestamp:
2019-09-02T15:30:17+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF: move ln_isf out of namsbc and add an easy way to run with isf cavity and no ice shelf melt (ticket #2142)

File:
1 edited

Legend:

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

    r11423 r11489  
    3030   ! 0.1 -------- ice shelf cavity parameter -------------- 
    3131   CHARACTER(LEN=256), PUBLIC :: cn_isfdir 
    32    CHARACTER(LEN=256), PUBLIC :: cn_isfload      !: ice shelf load computation method 
    33    ! 
    34    ! 0.2 -------- ice shelf cavity melt namelist parameter ------------- 
     32   ! 
     33   ! 0.2 -------- ice shelf cavity opened namelist parameter ------------- 
    3534   LOGICAL           , PUBLIC :: ln_isfcav_mlt   !: logical for the use of ice shelf parametrisation 
    3635   REAL(wp)          , PUBLIC :: rn_gammat0      !: temperature exchange coeficient    [] 
     
    3938   CHARACTER(LEN=256), PUBLIC :: cn_gammablk     !: gamma formulation 
    4039   CHARACTER(LEN=256), PUBLIC :: cn_isfcav_mlt   !: melt formulation (cavity/param) 
     40   CHARACTER(LEN=256), PUBLIC :: cn_isfload      !: ice shelf load computation method 
    4141   TYPE(FLD_N)       , PUBLIC :: sn_isfcav_fwf   !: information about the isf melting file to be read 
    4242   ! 
    43    ! 0.3 -------- ice shelf param. melt namelist parameter ------------- 
     43   ! 0.3 -------- ice shelf cavity parametrised namelist parameter ------------- 
    4444   LOGICAL           , PUBLIC :: ln_isfpar_mlt   !: logical for the computation of melt inside the cavity 
    4545   CHARACTER(LEN=256), PUBLIC :: cn_isfpar_mlt   !: melt formulation (cavity/param) 
Note: See TracChangeset for help on using the changeset viewer.