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

Ignore:
Timestamp:
2015-08-26T16:14:53+02:00 (9 years ago)
Author:
davestorkey
Message:

Updating UKMO/DEV_r5107_dynvor_updates branch to be relative to revision 5518 of the trunk
(= branching point for NEMO 3.6_STABLE).

File:
1 edited

Legend:

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

    r5102 r5709  
    2121                           !                  = 2 calendar parameters read in the restart file 
    2222   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     23   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts 
    2324   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     25   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts 
    2426/ 
    2527!----------------------------------------------------------------------- 
     
    5052&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5153!----------------------------------------------------------------------- 
    52    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    5354!                               !  Type of the operator :  
    5455   ln_trcldf_lap    =  .true.   !     laplacian operator        
     
    8283/ 
    8384!----------------------------------------------------------------------- 
     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!----------------------------------------------------------------------- 
    8493&namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    8594!                          or mixed-layer trends          ('key_trdmld_trc') 
Note: See TracChangeset for help on using the changeset viewer.