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 8065 for branches/2016 – NEMO

Changeset 8065 for branches/2016


Ignore:
Timestamp:
2017-05-24T16:14:25+02:00 (7 years ago)
Author:
vancop
Message:

melt pond namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6859_LIM3_meltponds/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref

    r7293 r8065  
    169169!------------------------------------------------------------------------------ 
    170170                 ! -- limmp      -- ! 
    171    ln_limMP       = .true.          !  activate melt ponds 
    172    nn_limMP       = 4               !  type of melt pond implementation (1=rad+fw,2=rad only, 3=fw only, 4=passive) 
     171   ln_pnd         = .true.          !  activate melt ponds 
     172   nn_pnd_scheme  = 1               !  type of melt pond scheme:   =0 prescribed ( Tsu>0 ), =1 empirical, =2 topographic 
     173   nn_pnd_cpl     = 3               !  type of melt pond coupling: =0 passive, =1 full, =2 radiation only, =3 freshwater only 
     174   rn_apnd        = 0.0             !  prescribed pond fraction (0<rn_apnd<1), only if nn_pnd_scheme = 0 
    173175/ 
    174176!------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.