Changeset 2062


Ignore:
Timestamp:
04/26/13 13:09:28 (11 years ago)
Author:
cetlod
Message:

PSLCM6_rc0 : No damping & close seas must be activated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_ORCA2

    r2061 r2062  
    9191!----------------------------------------------------------------------- 
    9292   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    93    nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     93   nn_closea    =   1      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
    9494   nn_msh      =    0      !  AUTO - create (=1) a mesh file or not (=0) 
    9595   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     
    116116   cn_dir        = './'     !  root directory for the location of the runoff files 
    117117   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    118    ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     118   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    119119/ 
    120120!!====================================================================== 
     
    609609&namtra_dmp    !   tracer: T & S newtonian damping 
    610610!----------------------------------------------------------------------- 
    611    ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
     611   ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    612612   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    613613                           !                   =XX, damping poleward of XX degrees (XX>0) 
Note: See TracChangeset for help on using the changeset viewer.