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 5630 for branches/UKMO/dev_r5107_restart_func_and_date/NEMOGCM/CONFIG/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2015-07-23T18:05:51+02:00 (9 years ago)
Author:
dancopsey
Message:

Merged in revision 5518 of the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5107_restart_func_and_date/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5500 r5630  
    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        
     
    8483/ 
    8584!----------------------------------------------------------------------- 
     85&namtrc_ice       !    Representation of sea ice growth & melt effects 
     86!----------------------------------------------------------------------- 
     87   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     88                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     89                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     90                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
     91/ 
     92!----------------------------------------------------------------------- 
    8693&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    8794!                          or mixed-layer trends          ('key_trdmld_trc') 
Note: See TracChangeset for help on using the changeset viewer.