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 1536 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-07-24T16:22:16+02:00 (15 years ago)
Author:
ctlod
Message:

ensure the restartability of the 2nd order advection scheme,see ticket: 489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1535 r1536  
    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, namtmx) 
     10!!              8 - Verical physics  (nam_zdf, nam_npc, nam_ric, nam_tke, nam_kpp, nam_ddm, nam_tmx) 
    1111!!              9 - diagnostics      (namtrd, namgap, namflo, namptr) 
    1212!!              9 - miscellaneous    (namsol, nam_mpp, nam_mpp_dyndist, namctl) 
     
    509509!!             Tracers & Dynamics vertical physics namelists 
    510510!!====================================================================== 
    511 !!       namzdf        vertical physics 
    512 !!       namnpc        non penetrative convection                        
    513 !!       namric        richardson number dependent vertical mixing      ("key_zdfric"      ) 
    514 !!       namtke        TKE dependent vertical mixing                    ("key_zdftke"      ) 
    515 !!       namkpp        KPP dependent vertical mixing                    ("key_zdfkpp"      ) 
    516 !!       namddm        double diffusive mixing parameterization         ("key_zdfddm"      ) 
    517 !!       namtmx        tidal mixing parameterization                    ("key_zdftmx"      ) 
    518 !!====================================================================== 
    519  
    520 !----------------------------------------------------------------------- 
    521 &namzdf        !   vertical physics 
    522 !----------------------------------------------------------------------- 
    523    avm0        =   1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    524    avt0        =   1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
     511!!       nam_zdf       vertical physics 
     512!!       nam_npc       non penetrative convection                        
     513!!       nam_ric       richardson number dependent vertical mixing      ("key_zdfric"      ) 
     514!!       nam_tke       TKE dependent vertical mixing                    ("key_zdftke"      ) 
     515!!       nam_kpp       KPP dependent vertical mixing                    ("key_zdfkpp"      ) 
     516!!       nam_ddm       double diffusive mixing parameterization         ("key_zdfddm"      ) 
     517!!       nam_tmx       tidal mixing parameterization                    ("key_zdftmx"      ) 
     518!!====================================================================== 
     519 
     520!----------------------------------------------------------------------- 
     521&nam_zdf       !   vertical physics 
     522!----------------------------------------------------------------------- 
     523                           !  vertical eddy coef. or their background values 
     524   rn_avm0     =   1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
     525   rn_avt0     =   1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
     526   nn_avb      =    0      !  profile for background avt & avm (=1) or not (=0) 
     527   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0) 
     528   ln_zdfevd   = .true.    !  convection: enhanced vertical diffusion (evd) (T) or not (F) 
     529   nn_evdm     =    1      !              evd apply on tracer (=0) or on tracer and momentum (=1) 
     530   rn_avevd    =  100.     !              evd mixing coefficient [m2/s] 
    525531   ln_zdfnpc   = .false.   !  convection: Non-Penetrative algorithm (T) or not (F) 
    526    ln_zdfevd   = .true.    !  convection: enhanced vertical diffusion (T) or not (F)     
    527    avevd       = 100.      !  vertical coefficient for enhanced diffusion scheme [m2/s] 
    528    n_evdm      =   1       !  enhanced mixing apply on tracer (=0) or on tracer and momentum (=1) 
    529    ln_zdfexp   =  .false.  !  split explicit (T) or implicit (F) time stepping 
    530    n_zdfexp    =   3       !  number of sub-timestep for ln_zdfexp=T 
    531 / 
    532 !----------------------------------------------------------------------- 
    533 &namnpc        !   non penetrative convection 
    534 !----------------------------------------------------------------------- 
    535    nnpc1       =    1      !  non penetrative convective scheme computation frequency 
    536    nnpc2       =  365      !  non penetrative convective scheme print frequency 
    537 / 
    538 !----------------------------------------------------------------------- 
    539 &namric        !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
    540 !----------------------------------------------------------------------- 
    541    avmri       = 100.e-4   !  maximum value of the vertical viscosity 
    542    alp         =   5.      !  coefficient of the parameterization 
    543    nric        =   2       !  coefficient of the parameterization 
     532   nn_npc      =    1      !              frequency of application of npc 
     533   nn_npcp     =  365      !              control print frequency 
     534   ln_zdfexp   =  .false.  !  time-stepping: split-explicit (T) or implicit (F) time stepping 
     535   nn_zdfexp   =    3      !                 number of sub-timestep for ln_zdfexp=T 
     536/ 
     537!----------------------------------------------------------------------- 
     538&nam_ric       !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
     539!----------------------------------------------------------------------- 
     540   rn_avmri    = 100.e-4   !  avm = rn_avmri / ( 1 + rn_alp * Ri**nn_ric ) 
     541   rn_alp      =   5.      !  avt = avm      / ( 1 + rn_alp * Ri ) 
     542   nn_ric      =   2       ! 
    544543/ 
    545544!----------------------------------------------------------------------- 
    546545&namtke        !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke") 
    547546!----------------------------------------------------------------------- 
    548    ln_rstke    = .false.   !  restart with tke from a run without tke (T) or not (F) 
    549    nn_itke     =  50       !  number of iterative loops if ln_rstke=T  
    550547   rn_ediff    =   0.1     !  coef. for vertical eddy coef. (avt=rn_ediff*mxl*sqrt(e) ) 
    551548   rn_ediss    =   0.7     !  coef. of the Kolmogoroff dissipation 
    552549   rn_ebb      =   3.75    !  coef. of the surface input of tke 
    553    rn_efave    =   1.      !  boost of the tke diffusion ( avtke=rn_efave*avm ) 
    554550   rn_emin     =   1.e-6   !  minimum value of tke [m2/s2] 
    555551   rn_emin0    =   1.e-4   !  surface minimum value of tke [m2/s2] 
     552   rn_bshear   =   1.e-20  !  background shear (>0) 
    556553   nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom 
    557554                           !                 = 1 bounded by the local vertical scale factor 
     
    559556                           !                 = 3 same criteria as case 2 but applied in a different way 
    560557   nn_pdl      =   1       !  Prandtl number function of richarson number (=1, avt=pdl(Ri)*avm) or not (=0, avt=avm) 
    561    nn_avb      =   0       !  profile for constant background used on avt & avm (=1) or not (=0) 
    562    nn_ave      =   1       !  horizontal averaged on avt (=1) or not (=0)  
    563558   ln_mxl0     = .false.   !  mixing length scale surface value as function of wind stress (T) or not (F) 
    564559   rn_lmin     =   0.4     !  interior buoyancy lenght scale minimum value 
     
    566561   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    567562                           !        = 0 no penetration ( O(2 km) resolution) 
    568                            !        = 1 additional tke source  
     563                           !        = 1 additional tke source 
    569564                           !        = 2 additional tke source applied only at the base of the mixed layer 
    570565   nn_htau     =   2       !  type of exponential decrease of tke penetration 
    571566                           !        = 0  constant 10 m length scale 
    572567                           !        = 1  ??? 
    573                            !        = 2  ??? 
    574568   rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
    575    ln_lc       = .false.   !  Langmuir cell effect 
     569   ln_lc       = .false.   !  Langmuir cell parameterisation 
    576570   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
    577    nn_havtb    =   0       !  horizontal shape for avtb (=1) or not (=0) 
    578 / 
    579 !------------------------------------------------------------------------ 
    580 &namkpp        !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
    581 !                                                                         "key_kppcustom" or "key_kpplktb") 
    582 !------------------------------------------------------------------------ 
     571/ 
     572!------------------------------------------------------------------------  
     573&nam_kpp       !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     574!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    583575   ln_kpprimix = .true.    !  shear instability mixing  
    584    difmiw      =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    585    difsiw      =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    586    Riinfty     =  0.8      !  local Richardson Number limit for shear instability 
    587    difri       =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    588    bvsqcon     = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2]  
    589    difcon      =  1.       !  maximum mixing in interior convection [m2/s] 
    590    navb        =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    591    nave        =  1        !  constant (=0) or profile (=1) background on avt 
    592 / 
    593 !----------------------------------------------------------------------- 
    594 &namddm        !   double diffusive mixing parameterization                  ("key_zdfddm") 
    595 !----------------------------------------------------------------------- 
    596       avts     = 1.e-4     !  maximum avs (vertical mixing on salinity) 
    597       hsbfr    = 1.6       !  heat/salt buoyancy flux ratio 
    598 / 
    599 !----------------------------------------------------------------------- 
    600 &namtmx        !   tidal mixing parameterization                             ("key_zdftmx") 
    601 !----------------------------------------------------------------------- 
    602       rn_htmx    = 500.      !  vertical decay scale for turbulence (meters) 
    603       rn_n2min   = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
    604       rn_tfe     = 0.333     !  tidal dissipation efficiency  
    605       rn_me      = 0.2       !  mixing efficiency 
    606       ln_tmx_itf = .FALSE.   !  ITF specific parameterisation 
    607       rn_tfe_itf = 1.        !  ITF tidal dissipation efficiency  
    608 / 
     576   rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
     577   rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
     578   rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
     579   rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
     580   rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2]  
     581   rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s]  
     582   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
     583   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
     584 
     585!----------------------------------------------------------------------- 
     586&nam_ddm       !   double diffusive mixing parameterization                  ("key_zdfddm") 
     587!----------------------------------------------------------------------- 
     588   rn_avts     = 1.e-4     !  maximum avs (vertical mixing on salinity) 
     589   rn_hsbfr    = 1.6       !  heat/salt buoyancy flux ratio 
     590/ 
     591!----------------------------------------------------------------------- 
     592&nam_tmx       !   tidal mixing parameterization                             ("key_zdftmx") 
     593!----------------------------------------------------------------------- 
     594   rn_htmx    = 500.      !  vertical decay scale for turbulence (meters) 
     595   rn_n2min   = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
     596   rn_tfe     = 0.333     !  tidal dissipation efficiency 
     597   rn_me      = 0.2       !  mixing efficiency  
     598   ln_tmx_itf = .FALSE.   !  ITF specific parameterisation 
     599   rn_tfe_itf = 1.        !  ITF tidal dissipation efficiency 
     600/ 
     601 
    609602!!====================================================================== 
    610603!!                  ***  Miscelaneous namelists  *** 
Note: See TracChangeset for help on using the changeset viewer.