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 5948 for branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-11-30T11:47:24+01:00 (8 years ago)
Author:
timgraham
Message:

Merged in head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r5947 r5948  
    5555/ 
    5656!----------------------------------------------------------------------- 
    57 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    58 !----------------------------------------------------------------------- 
    59 / 
    60 !----------------------------------------------------------------------- 
    6157&namcrs        !   Grid coarsening for dynamics output and/or 
    6258               !   passive tracer coarsened online simulations 
     
    7874!----------------------------------------------------------------------- 
    7975/       
    80  
    81 !----------------------------------------------------------------------- 
    82 &namcla        !   cross land advection 
    83 !----------------------------------------------------------------------- 
    84 / 
    8576!----------------------------------------------------------------------- 
    8677&nambbl        !   bottom boundary layer scheme 
     
    9182!----------------------------------------------------------------------- 
    9283/ 
    93 !----------------------------------------------------------------------- 
    94 &namtra_ldf    !   lateral diffusion scheme for tracer  
    95 !----------------------------------------------------------------------- 
    96    ln_triad_iso     =  .true.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
     84!---------------------------------------------------------------------------------- 
     85&namtra_ldf    !   lateral diffusion scheme for tracers 
     86!---------------------------------------------------------------------------------- 
     87   !                       !  Operator type: 
     88   ln_traldf_lap   =  .true.   !    laplacian operator 
     89   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     90   !                       !  Direction of action: 
     91   ln_traldf_lev   =  .false.  !  iso-level 
     92   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     93   ln_traldf_iso   =  .true.   !  iso-neutral 
     94   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     95   ! 
     96   !                       !  iso-neutral options:         
     97   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     98   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     99   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     100   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     101   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     102   ! 
     103   !                       !  Coefficients: 
     104   nn_aht_ijk_t    = 0        !  space/time variation of eddy coef 
     105   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     106   !                                !   =  0           constant  
     107   !                                !   = 10 F(k)      =ldf_c1d  
     108   !                                !   = 20 F(i,j)    =ldf_c2d  
     109   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     110   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     111   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     112   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     113   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     114/ 
     115!---------------------------------------------------------------------------------- 
     116&namtra_ldfeiv !   eddy induced velocity param. 
     117!---------------------------------------------------------------------------------- 
     118   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     119   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     120   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     121   nn_aei_ijk_t  = 0      ! space/time variation of the eiv coeficient 
     122   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     123   !                                !   =  0           constant 
     124   !                                !   = 10 F(k)      =ldf_c1d 
     125   !                                !   = 20 F(i,j)    =ldf_c2d 
     126   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     127   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    97128/ 
    98129!----------------------------------------------------------------------- 
     
    115146   sn_ubl  = 'dyna_grid_U' ,    120            , 'sobblcox' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    116147   sn_vbl  = 'dyna_grid_V' ,    120            , 'sobblcoy' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    117    sn_ahu  = 'dyna_grid_U' ,    120            , 'vozoahtu' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    118    sn_ahv  = 'dyna_grid_V' ,    120            , 'vomeahtv' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    119    sn_ahw  = 'dyna_grid_W' ,    120            , 'voveahtz' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    120    sn_eiu  = 'dyna_grid_U' ,    120            , 'vozoaeiu' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    121    sn_eiv  = 'dyna_grid_V' ,    120            , 'vomeaeiv' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    122    sn_eiw  = 'dyna_grid_W' ,    120            , 'soleaeiw' ,  .true.    , .true. ,   'yearly'  , ''       , ''    , '' 
    123148! 
    124149   cn_dir      = './'      !  root directory for the location of the dynamical files 
    125    ln_degrad   =  .false.  !  flag for degradation -                requires ("key_degrad") 
    126150   ln_dynwzv   =  .true.   !  computation of vertical velocity instead of using the one read in file 
    127151   ln_dynbbl   =  .true.   !  bbl coef are in files, so read them - requires ("key_trabbl") 
Note: See TracChangeset for help on using the changeset viewer.