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 5385 for trunk/NEMOGCM/CONFIG/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2015-06-09T15:50:42+02:00 (9 years ago)
Author:
cetlod
Message:

merge 2015/dev_r5204_CNRS_PISCES_dcy branch into the trunk, see ticket #1532

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5341 r5385  
    5252&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5353!----------------------------------------------------------------------- 
    54    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    5554!                               !  Type of the operator :  
    5655   ln_trcldf_lap    =  .true.   !     laplacian operator        
     
    8281                           !                   =2 no damping in the mixed  layer (rho crieria) 
    8382   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0) 
     83!----------------------------------------------------------------------- 
     84&namtrc_ice       !    Representation of sea ice growth & melt effects 
     85!----------------------------------------------------------------------- 
     86   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     87                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     88                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     89                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
    8490/ 
    8591!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.