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 3294 for trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2715 r3294  
    1 !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     1!.!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    22!! NEMO/OPA  :  1 - run manager      (namrun) 
    3 !! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namdta_tem, namdta_sal) 
     3!! namelists    2 - Domain           (namzgr, namzgr_sco, namdom, namtsd) 
    44!!              3 - Surface boundary (namsbc, namsbc_ana, namsbc_flx, namsbc_clio, namsbc_core 
    5 !!                                    namsbc_cpl, namsbc_cpl_co2 namtra_qsr, namsbc_rnf,  
     5!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    77!!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     
    5151!!   namzgr_sco   s-coordinate or hybrid z-s-coordinate 
    5252!!   namdom       space and time domain (bathymetry, mesh, timestep) 
    53 !!   namdta_tem   data: temperature                                     ("key_dtatem") 
    54 !!   namdta_sal   data: salinity                                        ("key_dtasal") 
     53!!   namtsd       data: temperature & salinity          
    5554!!====================================================================== 
    5655! 
     
    9493/ 
    9594!----------------------------------------------------------------------- 
    96 &namdta_tem    !   data : temperature                                   ("key_dtatem") 
    97 !----------------------------------------------------------------------- 
    98 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    99 !              !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    100    sn_tem = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     95&namtsd    !   data : Temperature  & Salinity                            
     96!----------------------------------------------------------------------- 
     97!          ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
     98!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     99   sn_tem  = 'data_1m_potential_temperature_nomask', -1,'votemper',  .true.  , .true., 'yearly'   , ' '      , ' ' 
     100   sn_sal  = 'data_1m_salinity_nomask'             , -1,'vosaline',  .true.  , .true., 'yearly'   , ''       , ' ' 
    101101   ! 
    102    cn_dir       = './'     !  root directory for the location of the runoff files 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namdta_sal    !   data : salinity                                      ("key_dtasal") 
    106 !----------------------------------------------------------------------- 
    107 !              ! file name ! frequency (hours)    ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    108 !              !           !  (if <0  months)     !   name   !   (logical)  ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    109    sn_sal      =  'data_1m_salinity_nomask',  -1  ,'vosaline',    .true.    , .true., 'yearly'   , ''       , ' ' 
    110    ! 
    111    cn_dir      = './'      !  root directory for the location of the runoff files 
    112 / 
    113  
     102   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) 
     105/ 
    114106!!====================================================================== 
    115107!!            ***  Surface Boundary Condition namelists  *** 
     
    118110!!   namsbc_ana      analytical         formulation 
    119111!!   namsbc_flx      flux               formulation 
    120 !!   namsbc_clio     CLIO bulk formulea formulation 
    121 !!   namsbc_core     CORE bulk formulea formulation 
     112!!   namsbc_clio     CLIO bulk formulae formulation 
     113!!   namsbc_core     CORE bulk formulae formulation 
     114!!   namsbc_mfs      MFS  bulk formulae formulation 
    122115!!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
    123 !!   namsbc_cpl_co2  coupled ocean/biogeo/atmosphere model              ("key_cpl_carbon_cycle") 
    124116!!   namtra_qsr      penetrative solar radiation 
    125117!!   namsbc_rnf      river runoffs 
     
    138130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    139131   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)  
     132   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    140133   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    141134   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    150143                           !     =2 annual global mean of e-p-r set to zero 
    151144                           !     =3 global emp set to zero and spread out over erp area 
     145   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    152146/ 
    153147!----------------------------------------------------------------------- 
     
    175169/       
    176170!----------------------------------------------------------------------- 
    177 &namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
     171&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    178172!----------------------------------------------------------------------- 
    179173!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     
    190184/ 
    191185!----------------------------------------------------------------------- 
    192 &namsbc_core   !   namsbc_core  CORE bulk formulea 
     186&namsbc_core   !   namsbc_core  CORE bulk formulae 
    193187!----------------------------------------------------------------------- 
    194188!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     
    210204/ 
    211205!----------------------------------------------------------------------- 
     206&namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
     207!----------------------------------------------------------------------- 
     208!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     209!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     210   sn_wndi     =   'ecmwf'   ,        6          , 'u10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     211   sn_wndj     =   'ecmwf'   ,        6          , 'v10'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     212   sn_clc      =   'ecmwf'   ,        6          , 'clc'     ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     213   sn_msl      =   'ecmwf'   ,        6          , 'msl'     ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     214   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
     215   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
     216   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
     217 
     218   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
     219/ 
     220!----------------------------------------------------------------------- 
    212221&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
    213222!----------------------------------------------------------------------- 
    214 !                                      ! send 
    215 cn_snd_temperature= 'weighted oce and ice'  !  'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    216 cn_snd_albedo     = 'weighted ice'          !  'none' 'weighted ice' 'mixed oce-ice' 
    217 cn_snd_thickness  = 'none'                  !  'none' 'weighted ice and snow' 
    218 cn_snd_crt_nature = 'none'                  !  'none' 'oce only' 'weighted oce and ice' 'mixed oce-ice' 
    219 cn_snd_crt_refere = 'spherical'             !  'spherical' 'cartesian' 
    220 cn_snd_crt_orient = 'eastward-northward'    !  'eastward-northward' or 'local grid' 
    221 cn_snd_crt_grid   = 'T'                     !  'T' 
    222 !                                      ! receive 
    223 cn_rcv_w10m       = 'none'                  !  'none' 'coupled' 
    224 cn_rcv_taumod     = 'coupled'               !  'none' 'coupled' 
    225 cn_rcv_tau_nature = 'oce only'              !  'oce only' 'oce and ice' 'mixed oce-ice' 
    226 cn_rcv_tau_refere = 'cartesian'             !  'spherical' 'cartesian' 
    227 cn_rcv_tau_orient = 'eastward-northward'    !  'eastward-northward' or 'local grid' 
    228 cn_rcv_tau_grid   = 'U,V'                   !  'T' 'U,V' 'U,V,F' 'U,V,I' 'T,F' 'T,I' 'T,U,V' 
    229 cn_rcv_dqnsdt     = 'coupled'               !  'none' 'coupled' 
    230 cn_rcv_qsr        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
    231 cn_rcv_qns        = 'oce and ice'           !  'conservative' 'oce and ice' 'mixed oce-ice' 
    232 cn_rcv_emp        = 'conservative'          !  'conservative' 'oce and ice' 'mixed oce-ice' 
    233 cn_rcv_rnf        = 'coupled'               !  'coupled' 'climato' 'mixed' 
    234 cn_rcv_cal        = 'coupled'               !  'none' 'coupled' 
    235 / 
    236 !----------------------------------------------------------------------- 
    237 &namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238 !----------------------------------------------------------------------- 
    239    cn_snd_co2     = 'coupled'         ! send    : 'none' 'coupled' 
    240    cn_rcv_co2     = 'coupled'         ! receive : 'none' 'coupled' 
     223!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     224!                    !                       ! categories !  reference  !    orientation       ! grids  ! 
     225! send 
     226sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''     
     227sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''     
     228sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   ''     
     229sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T'        
     230sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''         
     231! receive 
     232sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''     
     233sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     234sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'    
     235sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     236sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
     237sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
     238sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''     
     239sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     240sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     241sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    241242/ 
    242243!----------------------------------------------------------------------- 
     
    331332   rn_shlat    =    0.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    332333                           !  free slip  !   partial slip  !   no slip   ! strong slip 
     334   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    333335/ 
    334336!----------------------------------------------------------------------- 
     
    367369/ 
    368370!----------------------------------------------------------------------- 
     371!       nam_tide       tide parameters (#ifdef key_tide) 
     372!----------------------------------------------------------------------- 
     373!  ln_tide_pot    = use tidal potential forcing 
     374!  nb_harmo    = number of constituents used 
     375!  name(1)     = 'M2', 'K1', etc name of constituent 
     376 
     377&nam_tide 
     378   ln_tide_pot           = .true. 
     379   nb_harmo    = 11 
     380   clname(1)     =   'M2' 
     381   clname(2)     =   'S2' 
     382   clname(3)     =   'N2' 
     383   clname(4)     =   'K1' 
     384   clname(5)     =   'O1' 
     385   clname(6)     =   'Q1' 
     386   clname(7)     =   'M4' 
     387   clname(8)     =   'K2' 
     388   clname(9)     =   'P1' 
     389   clname(10)    =   'Mf' 
     390   clname(11)    =   'Mm' 
     391/ 
     392!----------------------------------------------------------------------- 
    369393&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370394!----------------------------------------------------------------------- 
    371    cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
    372    cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378  
    379    ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    380    ln_vol      = .false.   !  total volume correction (see volbdy parameter) 
    381    ln_mask     = .false.   !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
    382    ln_tides    = .false.   !  Apply tidal harmonic forcing with Flather condition 
    383    ln_dyn_fla  = .false.   !  Apply Flather condition to velocities 
    384    ln_tra_frs  = .false.   !  Apply FRS condition to temperature and salinity  
    385    ln_dyn_frs  = .false.   !  Apply FRS condition to velocities 
    386    nn_rimwidth =  9        !  width of the relaxation zone 
    387    nn_dtactl   =  1        !  = 0, bdy data are equal to the initial state 
     395    nb_bdy = 1                            !  number of open boundary sets        
     396    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     397    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     398    ln_mask_file = .false.                !  =T : read mask from file 
     399    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
     400    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     401    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     402                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     403                                          !  = 2, use tidal harmonic forcing data from files 
     404                                          !  = 3, use external data AND tidal harmonic forcing 
     405    nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     406    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    388407                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    389    nn_volctl   =  0        !  = 0, the total water flux across open boundaries is zero 
    390                            !  = 1, the total volume of the system is conserved 
    391 / 
    392 !----------------------------------------------------------------------- 
    393 &nambdy_tide   !  tidal forcing at unstructured boundaries               
    394 !----------------------------------------------------------------------- 
    395    filtide     = 'bdytide_'           !  file name root of tidal forcing files 
    396    tide_cpt    = 'M2','S1'            !  names of tidal components used 
    397    tide_speed  = 28.984106, 15.000001 !  phase speeds of tidal components (deg/hour) 
    398    ln_tide_date= .false.              !  adjust tidal harmonics for start date of run 
    399 / 
    400  
     408    nn_tra        =  1                    !  boundary conditions for T and S 
     409    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
     410                           !  = 1, bdy data are read in 'bdydata   .nc' files 
     411    nn_rimwidth  = 10                      !  width of the relaxation zone 
     412    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
     413    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     414/ 
     415!----------------------------------------------------------------------- 
     416&nambdy_dta      !  open boundaries - external data           ("key_bdy") 
     417!----------------------------------------------------------------------- 
     418!              !   file name    ! frequency (hours) !  variable  ! time interpol. !  clim   ! 'yearly'/ ! weights  ! rotation ! 
     419!              !                !  (if <0  months)  !    name    !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
     420   bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     421   bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     422   bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     423   bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     424   bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     425   bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     426   bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline' ,     .true.     , .false. ,  'daily'  ,    ''    ,   '' 
     427   cn_dir  =    'bdydta/' 
     428   ln_full_vel = .false. 
     429/ 
     430!----------------------------------------------------------------------- 
     431&nambdy_tide     ! tidal forcing at open boundaries               
     432!----------------------------------------------------------------------- 
     433   filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     434    tide_cpt(1)   ='Q1'  !  names of tidal components used 
     435    tide_cpt(2)   ='O1'  !  names of tidal components used 
     436    tide_cpt(3)   ='P1'  !  names of tidal components used 
     437    tide_cpt(4)   ='S1'  !  names of tidal components used 
     438    tide_cpt(5)   ='K1'  !  names of tidal components used 
     439    tide_cpt(6)   ='2N2' !  names of tidal components used 
     440    tide_cpt(7)   ='MU2' !  names of tidal components used 
     441    tide_cpt(8)   ='N2'  !  names of tidal components used 
     442    tide_cpt(9)   ='NU2' !  names of tidal components used 
     443    tide_cpt(10)   ='M2'  !  names of tidal components used 
     444    tide_cpt(11)   ='L2'  !  names of tidal components used 
     445    tide_cpt(12)   ='T2'  !  names of tidal components used 
     446    tide_cpt(13)   ='S2'  !  names of tidal components used 
     447    tide_cpt(14)   ='K2'  !  names of tidal components used 
     448    tide_cpt(15)   ='M4'  !  names of tidal components used 
     449    tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
     450    tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
     451    tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
     452    tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
     453    tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
     454    tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
     455    tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
     456    tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
     457    tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
     458    tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
     459    tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
     460    tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
     461    tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
     462    tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
     463    tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
     464    ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     465/ 
    401466!!====================================================================== 
    402467!!                 ***  Bottom boundary condition  *** 
     
    417482   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418483   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
     484   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
    419485/ 
    420486!----------------------------------------------------------------------- 
     
    442508!!   namtra_adv    advection scheme 
    443509!!   namtra_ldf    lateral diffusion scheme 
    444 !!   namtra_dmp    T & S newtonian damping                              ("key_tradmp") 
     510!!   namtra_dmp    T & S newtonian damping                         
    445511!!====================================================================== 
    446512! 
     
    463529   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    464530   ln_traadv_ubs    =  .false.  !  UBS scheme                  
    465    ln_traadv_qck    =  .false.  !  QUCIKEST scheme                  
     531   ln_traadv_qck    =  .false.  !  QUICKEST scheme                  
    466532/ 
    467533!----------------------------------------------------------------------- 
     
    475541   ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    476542   ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    477    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
    478    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
     543   ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
     544   ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
     545   ln_triad_iso     =  .false.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
     546   ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
    479547   !                       !  Coefficient 
    480548   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     
    483551/ 
    484552!----------------------------------------------------------------------- 
    485 &namtra_dmp    !   tracer: T & S newtonian damping                      ('key_tradmp') 
    486 !----------------------------------------------------------------------- 
     553&namtra_dmp    !   tracer: T & S newtonian damping                       
     554!----------------------------------------------------------------------- 
     555   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    487556   nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    488557                           !                   =XX, damping poleward of XX degrees (XX>0) 
     
    528597   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    529598   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    530    ln_hpg_hel  = .false.   !  s-coordinate (helsinki modification) 
    531    ln_hpg_wdj  = .false.   !  s-coordinate (weighted density jacobian) 
    532599   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    533    ln_hpg_rot  = .false.   !  s-coordinate (ROTated axes scheme) 
    534    rn_gamma    = 0.e0      !  weighting coefficient (wdj scheme) 
     600   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    535601   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    536602                                 !           centered      time scheme  (F) 
     
    592658   rn_alp      =   5.      !  coefficient of the parameterization 
    593659   nn_ric      =   2       !  coefficient of the parameterization 
     660   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     661   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     662   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     663   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     664   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     665   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    594666/ 
    595667!----------------------------------------------------------------------- 
     
    695767                           !  buffer blocking send or immediate non-blocking sends, resp. 
    696768   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     769   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
    697770   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1)      
    698771   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1)      
     
    712785   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    713786                           !     (no physical validity of the results) 
     787   nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    714788/ 
    715789 
     
    750824&namflo       !   float parameters                                      ("key_float") 
    751825!----------------------------------------------------------------------- 
    752    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    753    nn_writefl =      75    !  frequency of writing in float output file  
    754    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    755    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    756    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    757                            !  or computed with Blanke' scheme (F) 
     826   jpnfl         = 1          !  total number of floats during the run 
     827   jpnnewflo     = 0          !  number of floats for the restart 
     828   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     829   nn_writefl    =      75    !  frequency of writing in float output file 
     830   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     831   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     832   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     833                              !  or computed with Blanke' scheme (F) 
     834   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     835   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    758836/ 
    759837!----------------------------------------------------------------------- 
     
    773851   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    774852/ 
     853!----------------------------------------------------------------------- 
     854&namdct        ! transports through sections 
     855!----------------------------------------------------------------------- 
     856    nn_dct      = 60       !  time step frequency for transports computing 
     857    nn_dctwri   = 60       !  time step frequency for transports writing 
     858    nn_secdebug = 0        !      0 : no section to debug 
     859                           !     -1 : debug all section 
     860                           !  0 < n : debug section number n 
     861/  
    775862 
    776863!!====================================================================== 
     
    862949    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    863950    salfixmin = -9999      !  Minimum salinity after applying the increments 
    864 / 
     951    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     952/ 
     953!----------------------------------------------------------------------- 
     954&namsbc_wave   ! External fields from wave model 
     955!----------------------------------------------------------------------- 
     956!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     957!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     958   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     959! 
     960   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     961/ 
     962!----------------------------------------------------------------------- 
     963&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     964!----------------------------------------------------------------------- 
     965   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     966   ln_neptsimp       = .false.  ! yes/no use simplified neptune 
     967 
     968   ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
     969   rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
     970   rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
     971   ! Specify whether to ramp down the Neptune velocity in shallow 
     972   ! water, and if so the depth range controlling such ramping down 
     973   ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
     974   rn_htrmin         =  100.0   ! min. depth of transition range 
     975   rn_htrmax         =  200.0   ! max. depth of transition range 
     976/ 
Note: See TracChangeset for help on using the changeset viewer.