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 3104 for branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist – NEMO

Ignore:
Timestamp:
2011-11-15T11:08:25+01:00 (13 years ago)
Author:
cetlod
Message:

dev_LOCEAN_CMCC_INGV_MERCATOR_2011:add in changes dev_MERCATOR_INGV_2011_MERGE into the new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist

    r3097 r3104  
    130130   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    131131   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
     132   ln_blk_ecmwf= .false.   !  MFS bulk formulation                      (T => fill namsbc_ecmwf) 
    132133   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    133134   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    142143                           !     =2 annual global mean of e-p-r set to zero 
    143144                           !     =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 ) 
    144146/ 
    145147!----------------------------------------------------------------------- 
     
    200202   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    201203   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
     204/ 
     205!----------------------------------------------------------------------- 
     206&namsbc_ecmwf   !   namsbc_ecmwf  MFS bulk formulea 
     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 
    202219/ 
    203220!----------------------------------------------------------------------- 
     
    610627   rn_alp      =   5.      !  coefficient of the parameterization 
    611628   nn_ric      =   2       !  coefficient of the parameterization 
     629   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     630   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     631   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     632   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     633   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     634   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    612635/ 
    613636!----------------------------------------------------------------------- 
     
    768791&namflo       !   float parameters                                      ("key_float") 
    769792!----------------------------------------------------------------------- 
    770    ln_rstflo  = .false.    !  float restart (T) or not (F) 
    771    nn_writefl =      75    !  frequency of writing in float output file  
    772    nn_stockfl =    5475    !  frequency of creation of the float restart file  
    773    ln_argo    = .false.    !  Argo type floats (stay at the surface each 10 days) 
    774    ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    775                            !  or computed with Blanke' scheme (F) 
     793   jpnfl         = 1          !  total number of floats during the run 
     794   jpnnewflo     = 0          !  number of floats for the restart 
     795   ln_rstflo     = .false.    !  float restart (T) or not (F) 
     796   nn_writefl    =      75    !  frequency of writing in float output file 
     797   nn_stockfl    =    5475    !  frequency of creation of the float restart file 
     798   ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
     799   ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
     800                              !  or computed with Blanke' scheme (F) 
     801   ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
     802   ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    776803/ 
    777804!----------------------------------------------------------------------- 
     
    790817!----------------------------------------------------------------------- 
    791818   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     819/ 
     820!----------------------------------------------------------------------- 
     821&namdct        ! transports through sections 
     822!----------------------------------------------------------------------- 
     823    nn_dct      = 15       !  time step frequency for transports computing 
     824    nn_dctwri   = 15       !  time step frequency for transports writing 
     825    nn_secdebug = 112      !      0 : no section to debug 
     826                           !     -1 : debug all section 
     827                           !  0 < n : debug section number n 
    792828/ 
    793829 
     
    882918    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    883919/ 
     920!----------------------------------------------------------------------- 
     921&namsbc_wave   ! External fields from wave model 
     922!----------------------------------------------------------------------- 
     923!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     924!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     925   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     926! 
     927   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     928/ 
Note: See TracChangeset for help on using the changeset viewer.