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 1477 for branches/libIGCM – NEMO

Changeset 1477 for branches/libIGCM


Ignore:
Timestamp:
2009-06-24T11:33:42+02:00 (15 years ago)
Author:
flavoni
Message:

update namelist in branches/libIGCM/ORCA2_LIM/IGCM00, see ticket #463

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1342 r1477  
    88!!              6 - Tracer           (nameos, nam_traadv, nam_traldf, namtdp) 
    99!!              7 - dynamics         (nam_dynadv, nam_dynvor, nam_dynhpg, namflg, nam_dynspg, nam_dynldf) 
    10 !!              8 - Verical physics  (namzdf, namnpc, namric, namtke, namkpp, namddm) 
     10!!              8 - Verical physics  (namzdf, namnpc, namric, namtke, namkpp, namddm, namtmx) 
    1111!!              9 - diagnostics      (namtrd, namgap, namspr, namflo, namptr) 
    1212!!              9 - miscellaneous    (namsol, nam_mpp, nam_mpp_dyndist, namctl) 
     
    3535   ndate0      =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
    3636   nleapy      =       0   !  Leap year calendar (1) or not (0) 
    37    ninist      =       1   !  output the initial state (1) or not (0) 
     37   ninist      =       0   !  output the initial state (1) or not (0) 
    3838   nstock      =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    3939   nwrite      =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
     
    6464   thetb       =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    6565   r_max       =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     66   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
     67   bb          =    0.8    !  stretching with s-sigma 
     68   hc          =  150.0    !  critical depth with s-sigma  
    6669/ 
    6770!----------------------------------------------------------------------- 
     
    204207&namqsr        !   penetrative solar radiation 
    205208!----------------------------------------------------------------------- 
    206    ln_traqsr   = .true.    !  penetrative solar radiation (T) or not (F) 
    207    rabs        =   0.58    !  fraction of qsr associated with xsi1 
    208    xsi1        =   0.35    !  first depth of extinction 
    209    xsi2        =   23.0    !  second depth of extinction 
     209!              !     file name      ! frequency (hours) ! variable   ! time interpol. !  clim   ! 'yearly' or ! weights  ! rotation ! 
     210!              !                    !  (if <0  months)  !   name     !    (logical)   !  (T/F)  !  'monthly'  ! filename ! pairing  ! 
     211   sn_chl    =   'chlorophyll'      ,        -1.        , 'CHLA'     ,    .true.      , .true.  ,   'yearly'  , ''       , '' 
     212! 
     213   cn_dir      = './'      !  root directory for the location of the runoff files 
     214   ln_traqsr   = .true.    !  Light penetration (T) or not (F) 
     215   ln_qsr_rgb  = .true.   !  RGB (Red-Green-Blue) light penetration 
     216   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
     217   ln_qsr_bio  = .false.   !  bio-model light penetration 
     218   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
     219   rn_abs      =   0.58    !  RGB & 2 bands: fraction of light (rn_si1) 
     220   rn_si0      =   0.35    !  RGB & 2 bands: shortess depth of extinction 
     221   rn_si1      =   23.0    !  2 bands: longest depth of extinction 
     222   rn_si2      =   62.0    !  3 bands: longest depth of extinction (for blue waveband & 0.01 mg/m2 Chl) 
    210223/ 
    211224!----------------------------------------------------------------------- 
     
    493506!!       namkpp        KPP dependent vertical mixing                    ("key_zdfkpp"      ) 
    494507!!       namddm        double diffusive mixing parameterization         ("key_zdfddm"      ) 
     508!!       namtmx        tidal mixing parameterization                    ("key_zdftmx"      ) 
    495509!!====================================================================== 
    496510 
     
    574588      hsbfr    = 1.6       !  heat/salt buoyancy flux ratio 
    575589/ 
     590!----------------------------------------------------------------------- 
     591&namtmx        !   tidal mixing parameterization                             ("key_zdftmx") 
     592!----------------------------------------------------------------------- 
     593      rn_htmx    = 500.      !  vertical decay scale for turbulence (meters) 
     594      rn_n2min   = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
     595      rn_tfe     = 0.333     !  tidal dissipation efficiency  
     596      rn_tfe_itf = 1.        !  ITF tidal dissipation efficiency  
     597      rn_me      = 0.2       !  mixing efficiency 
     598/ 
    576599!!====================================================================== 
    577600!!                  ***  Miscelaneous namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.