Changeset 2834


Ignore:
Timestamp:
05/12/16 10:50:45 (8 years ago)
Author:
cetlod
Message:

activate passive tracers restoring on closed seas

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
4 edited

Legend:

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

    r2825 r2834  
    1717&namtrc     !   tracers definition 
    1818!----------------------------------------------------------------------- 
     19   ln_trcdmp_clo =  .true.  !  restoring on closed seas (T) or not (F)  
     20 
    1921!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
    2022!                !           !                                           !  units       ! from file    ! or not !  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ORCA2_cfg

    r2685 r2834  
    1818&namtrc     !   tracers definition 
    1919!----------------------------------------------------------------------- 
     20   ln_trcdmp_clo =  .true.  !  restoring on closed seas (T) or not (F)  
     21 
    2022!                !    name   !           title of the field              ! initial data ! initial data ! save   ! 
    2123!                !           !                                           !  units       ! from file    ! or not !  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/namelist_top_ref

    r2674 r2834  
    3030   ln_trcdta     =   .true.  !  Initialisation from data input file (T) or not (F) 
    3131   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    32    ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas 
     32   ln_trcdmp_clo =  .false.  !  restoring on closed seas (T) or not (F)  
    3333/ 
    3434!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6/SOURCES/NEMO/trcdmp.F90

    r2830 r2834  
    226226            !                                           ! Victoria Lake 
    227227            nctsi1(7)   = 321  ; nctsj1(7)   = 180 - isrow 
    228             nctsi2(7)   = 321  ; nctsj2(7)   = 189 - isrow 
     228            nctsi2(7)   = 322  ; nctsj2(7)   = 189 - isrow 
    229229            !                                           ! Baltic Sea 
    230230            nctsi1(8)   = 297  ; nctsj1(8)   = 270 - isrow 
Note: See TracChangeset for help on using the changeset viewer.