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 3146 – NEMO

Changeset 3146


Ignore:
Timestamp:
2011-11-17T16:55:11+01:00 (12 years ago)
Author:
cetlod
Message:

dev_NEMO_MERGE_2011:Minor modification for AMM12 namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3126 r3146  
    101101   ! 
    102102   cn_dir        = './'     !  root directory for the location of the runoff files 
    103    ln_tsd_init   = .false.  !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    104    ln_tsd_tradmp = .false.  !  damping of ocean T & S toward T &S input data (T) or not (F) 
     103   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
     104   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    105105/ 
    106106!!====================================================================== 
     
    301301                           !  or to SSS only (=1) or no damping term (=0) 
    302302   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    303    rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
     303   rn_deds     =  -27.7    !  magnitude of the damping on salinity   [mm/day] 
    304304   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    305305   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     
    393393    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    394394    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
    395     nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     395    nn_dyn2d_dta  =  2                    !  = 0, bdy data are equal to the initial state 
    396396                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    397397                                          !  = 2, use tidal harmonic forcing data from files 
     
    401401                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    402402    nn_tra        =  1                    !  boundary conditions for T and S 
    403     nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
     403    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
    404404                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    405405    nn_rimwidth  = 10                      !  width of the relaxation zone 
     
    873873                           !  0 < n : debug section number n 
    874874/ 
    875  
    876875!!====================================================================== 
    877876!!            ***  Observation & Assimilation namelists *** 
Note: See TracChangeset for help on using the changeset viewer.