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 6997 for trunk/DOC/Namelists – NEMO

Changeset 6997 for trunk/DOC/Namelists


Ignore:
Timestamp:
2016-10-05T16:26:13+02:00 (8 years ago)
Author:
nicolasmartin
Message:

Duplication of changes in DOC directory for the trunk

Location:
trunk/DOC/Namelists
Files:
42 edited
3 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/DOC/Namelists/nam_asminc

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &nam_asminc   !   assimilation increments                               ('key_asminc') 
     2&nam_asminc    !   assimilation increments                              ('key_asminc') 
    33!----------------------------------------------------------------------- 
    4     ln_bkgwri = .false.    !  Logical switch for writing out background state 
    5     ln_trainc = .false.    !  Logical switch for applying tracer increments 
    6     ln_dyninc = .false.    !  Logical switch for applying velocity increments 
    7     ln_sshinc = .false.    !  Logical switch for applying SSH increments 
    8     ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    9     ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
    10     nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
    11     nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1] 
    12     nitiaustr = 1          !  Timestep of start of IAU interval in [0,nitend-nit000-1] 
    13     nitiaufin = 15         !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
    14     niaufn    = 0          !  Type of IAU weighting function 
    15     ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    16     salfixmin = -9999      !  Minimum salinity after applying the increments 
    17     nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     4    ln_bkgwri  = .false.   !  Logical switch for writing out background state 
     5    ln_trainc  = .false.   !  Logical switch for applying tracer increments 
     6    ln_dyninc  = .false.   !  Logical switch for applying velocity increments 
     7    ln_sshinc  = .false.   !  Logical switch for applying SSH increments 
     8    ln_asmdin  = .false.   !  Logical switch for Direct Initialization (DI) 
     9    ln_asmiau  = .false.   !  Logical switch for Incremental Analysis Updating (IAU) 
     10    nitbkg     = 0         !  Timestep of background in [0,nitend-nit000-1] 
     11    nitdin     = 0         !  Timestep of background for DI in [0,nitend-nit000-1] 
     12    nitiaustr  = 1         !  Timestep of start of IAU interval in [0,nitend-nit000-1] 
     13    nitiaufin  = 15        !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
     14    niaufn     = 0         !  Type of IAU weighting function 
     15    ln_salfix  = .false.   !  Logical switch for ensuring that the sa > salfixmin 
     16    salfixmin  = -9999     !  Minimum salinity after applying the increments 
     17    nn_divdmp  = 0         !  Number of iterations of divergence damping operator 
    1818/ 
  • trunk/DOC/Namelists/nam_dia25h

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &nam_dia25h  !  25h Mean Output 
     2&nam_dia25h    !  25h Mean Output                                        (default F) 
    33!----------------------------------------------------------------------- 
    4    ln_dia25h  = .false.    ! Choose 25h mean output or not 
     4   ln_dia25h   = .false.   ! Choose 25h mean output or not 
    55/ 
  • trunk/DOC/Namelists/nam_diaharm

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &nam_diaharm   !   Harmonic analysis of tidal constituents              ('key_diaharm') 
     2&nam_diaharm   !   Harmonic analysis of tidal constituents               ("key_diaharm") 
    33!----------------------------------------------------------------------- 
    44    nit000_han = 1         ! First time step used for harmonic analysis 
  • trunk/DOC/Namelists/nam_diatmb

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &nam_diatmb  !  Top Middle Bottom Output 
     2&nam_diatmb    !  Top Middle Bottom Output                               (default F) 
    33!----------------------------------------------------------------------- 
    4    ln_diatmb  = .false.    !  Choose Top Middle and Bottom output or not 
     4   ln_diatmb   = .false.   !  Choose Top Middle and Bottom output or not 
    55/ 
  • trunk/DOC/Namelists/nam_tide

    r6140 r6997  
    22&nam_tide      !   tide parameters                                      ("key_tide") 
    33!----------------------------------------------------------------------- 
    4    ln_tide_pot   = .true.   !  use tidal potential forcing 
    5    ln_tide_ramp  = .false.  ! 
    6    rdttideramp   =    0.    ! 
    7    clname(1)     = 'DUMMY'  !  name of constituent - all tidal components must be set in namelist_cfg 
     4   ln_tide_pot = .true.    !  use tidal potential forcing 
     5   ln_tide_ramp= .false.   ! 
     6   rdttideramp =    0.     ! 
     7   clname(1)   = 'DUMMY'   !  name of constituent - all tidal components must be set in namelist_cfg 
    88/ 
  • trunk/DOC/Namelists/nam_vvl

    r6289 r6997  
    66   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    77   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    8    ln_vvl_zstar_at_eqtor = .false. !  ztilde near the equator 
     8   ln_vvl_zstar_at_eqtor  = .false. !  ztilde near the equator 
    99   rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
    1010   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
  • trunk/DOC/Namelists/nambbl

    r6140 r6997  
    22&nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    33!----------------------------------------------------------------------- 
    4    nn_bbl_ldf  =  1      !  diffusive bbl (=1)   or not (=0) 
    5    nn_bbl_adv  =  0      !  advective bbl (=1/2) or not (=0) 
    6    rn_ahtbbl   =  1000.  !  lateral mixing coefficient in the bbl  [m2/s] 
    7    rn_gambbl   =  10.    !  advective bbl coefficient                 [s] 
     4   nn_bbl_ldf  =  1        !  diffusive bbl (=1)   or not (=0) 
     5   nn_bbl_adv  =  0        !  advective bbl (=1/2) or not (=0) 
     6   rn_ahtbbl   =  1000.    !  lateral mixing coefficient in the bbl  [m2/s] 
     7   rn_gambbl   =  10.      !  advective bbl coefficient                 [s] 
    88/ 
  • trunk/DOC/Namelists/nambdy_dta

    • Property svn:executable deleted
    r6140 r6997  
    22&nambdy_dta    !  open boundaries - external data                       ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4 !              !  file name      ! frequency (hours) ! variable  ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !                 !  (if <0  months)  !   name    !  (logical)   !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    bn_ssh =     'amm12_bdyT_u2d' ,         24        , 'sossheig',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    7    bn_u2d =     'amm12_bdyU_u2d' ,         24        , 'vobtcrtx',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    8    bn_v2d =     'amm12_bdyV_u2d' ,         24        , 'vobtcrty',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    9    bn_u3d  =    'amm12_bdyU_u3d' ,         24        , 'vozocrtx',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    10    bn_v3d  =    'amm12_bdyV_u3d' ,         24        , 'vomecrty',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    11    bn_tem  =    'amm12_bdyT_tra' ,         24        , 'votemper',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    12    bn_sal  =    'amm12_bdyT_tra' ,         24        , 'vosaline',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     4!              !  file name      ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !                 !  (if <0  months)  !   name    !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   bn_ssh      = 'amm12_bdyT_u2d',         24        , 'sossheig',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     7   bn_u2d      = 'amm12_bdyU_u2d',         24        , 'vobtcrtx',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     8   bn_v2d      = 'amm12_bdyV_u2d',         24        , 'vobtcrty',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     9   bn_u3d      = 'amm12_bdyU_u3d',         24        , 'vozocrtx',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     10   bn_v3d      = 'amm12_bdyV_u3d',         24        , 'vomecrty',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     11   bn_tem      = 'amm12_bdyT_tra',         24        , 'votemper',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     12   bn_sal      = 'amm12_bdyT_tra',         24        , 'vosaline',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
    1313! for lim2 
    14 !   bn_frld  =   'amm12_bdyT_ice' ,         24        , 'ileadfra',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    15 !   bn_hicif =   'amm12_bdyT_ice' ,         24        , 'iicethic',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    16 !   bn_hsnif =   'amm12_bdyT_ice' ,         24        , 'isnowthi',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     14!   bn_frld    = 'amm12_bdyT_ice',         24        , 'ileadfra',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     15!   bn_hicif   = 'amm12_bdyT_ice',         24        , 'iicethic',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     16!   bn_hsnif   = 'amm12_bdyT_ice',         24        , 'isnowthi',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
    1717! for lim3 
    18 !   bn_a_i  =    'amm12_bdyT_ice' ,         24        , 'ileadfra',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    19 !   bn_ht_i =    'amm12_bdyT_ice' ,         24        , 'iicethic',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
    20 !   bn_ht_s =    'amm12_bdyT_ice' ,         24        , 'isnowthi',     .true.   , .false. ,  'daily'  ,    ''    ,   ''     , '' 
     18!   bn_a_i     = 'amm12_bdyT_ice',         24        , 'ileadfra',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     19!   bn_ht_i    = 'amm12_bdyT_ice',         24        , 'iicethic',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
     20!   bn_ht_s    = 'amm12_bdyT_ice',         24        , 'isnowthi',    .true.   , .false. ,  'daily'  ,    ''    ,   ''     ,    '' 
    2121 
    22    cn_dir      =    'bdydta/'  !  root directory for the location of the bulk files 
    23    ln_full_vel = .false.         
     22   cn_dir      = 'bdydta/' !  root directory for the location of the bulk files 
     23   ln_full_vel = .false.    
    2424/ 
  • trunk/DOC/Namelists/nambdy_tide

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &nambdy_tide     ! tidal forcing at open boundaries 
     2&nambdy_tide   ! tidal forcing at open boundaries 
    33!----------------------------------------------------------------------- 
    44   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
  • trunk/DOC/Namelists/namberg

    r6289 r6997  
    2727      rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
    2828 
    29 !            ! file name ! frequency (hours) !   variable   ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    30 !            !           !  (if <0  months)  !     name     !   (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
    31       sn_icb =  'calving',       -1          , 'calvingmask',  .true.      , .true.  , 'yearly'  , ''       , ''       , '' 
     29!            ! file name ! frequency (hours) !   variable   ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     30!            !           !  (if <0  months)  !     name     !  (logical)  !  (T/F ) ! 'monthly' ! filename ! pairing  ! filename      ! 
     31      sn_icb =  'calving',       -1          , 'calvingmask',   .true.    , .true.  , 'yearly'  ,    ''    ,    ''    ,    '' 
    3232 
    3333      cn_dir = './' 
  • trunk/DOC/Namelists/nambfr

    r6140 r6997  
    66   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    77   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
    8    rn_bfri2_max =   1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
     8   rn_bfri2_max=    1.e-1  !  max. bottom drag coefficient (non linear case and ln_loglayer=T) 
    99   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
    1010   rn_bfrz0    =    3.e-3  !  bottom roughness [m] if ln_loglayer=T 
     
    1313   rn_tfri1    =    4.e-4  !  top drag coefficient (linear case) 
    1414   rn_tfri2    =    2.5e-3 !  top drag coefficient (non linear case). Minimum coeft if ln_loglayer=T 
    15    rn_tfri2_max =   1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
     15   rn_tfri2_max=    1.e-1  !  max. top drag coefficient (non linear case and ln_loglayer=T) 
    1616   rn_tfeb2    =    0.0    !  top turbulent kinetic energy background  (m2/s2) 
    1717   rn_tfrz0    =    3.e-3  !  top roughness [m] if ln_loglayer=T 
    1818   ln_tfr2d    = .false.   !  horizontal variation of the top friction coef (read a 2D mask file ) 
    19    rn_tfrien   =    50.    !  local multiplying factor of tfr (ln_tfr2d=T) 
     19   rn_tfrien   =   50.     !  local multiplying factor of tfr (ln_tfr2d=T) 
    2020 
    2121   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
  • trunk/DOC/Namelists/namdct

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namdct        ! transports through some sections 
     2&namdct        ! transports through some sections                        ("key_diadct") 
    33!----------------------------------------------------------------------- 
    4     nn_dct      = 15       !  time step frequency for transports computing 
    5     nn_dctwri   = 15       !  time step frequency for transports writing 
    6     nn_secdebug = 112      !      0 : no section to debug 
    7                            !     -1 : debug all section 
    8                            !  0 < n : debug section number n 
     4    nn_dct     = 15        !  time step frequency for transports computing 
     5    nn_dctwri  = 15        !  time step frequency for transports writing 
     6    nn_secdebug= 112       !      0 : no section to debug 
     7    !                      !     -1 : debug all section 
     8    !                      !  0 < n : debug section number n 
    99/ 
  • trunk/DOC/Namelists/namdiu

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namdiu !   Cool skin and warm layer models 
     2&namdiu        !   Cool skin and warm layer models                       (default F) 
    33!----------------------------------------------------------------------- 
    44   ln_diurnal      = .false.   !  
  • trunk/DOC/Namelists/namdyn_vor

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namdyn_vor    !   option of physics/algorithm                          (default: NO) 
     2&namdyn_vor    !   Vorticity / Coriolis scheme                          (default: NO) 
    33!----------------------------------------------------------------------- 
    44   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
  • trunk/DOC/Namelists/nameos

    r6140 r6997  
    22&nameos        !   ocean physical parameters 
    33!----------------------------------------------------------------------- 
    4    nn_eos      =  -1     !  type of equation of state and Brunt-Vaisala frequency 
    5                                  !  =-1, TEOS-10 
    6                                  !  = 0, EOS-80 
    7                                  !  = 1, S-EOS   (simplified eos) 
    8    ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
     4   ln_teos10   = .false.         !  = Use TEOS-10 equation of state 
     5   ln_eos80    = .false.         !  = Use EOS80 equation of state 
     6   ln_seos     = .false.         !  = Use simplified equation of state (S-EOS) 
    97                                 ! 
    10    !                     ! S-EOS coefficients : 
    11                                  !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     8   !                     ! S-EOS coefficients (ln_seos=T): 
     9   !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    1210   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    1311   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
  • trunk/DOC/Namelists/namflo

    r4147 r6997  
    11!----------------------------------------------------------------------- 
    2 &namflo       !   float parameters                                      ("key_float") 
     2&namflo        !   float parameters                                      ("key_float") 
    33!----------------------------------------------------------------------- 
    4    jpnfl         = 1          !  total number of floats during the run 
    5    jpnnewflo     = 0          !  number of floats for the restart 
    6    ln_rstflo     = .false.    !  float restart (T) or not (F) 
    7    nn_writefl    =      75    !  frequency of writing in float output file 
    8    nn_stockfl    =    5475    !  frequency of creation of the float restart file 
    9    ln_argo       = .false.    !  Argo type floats (stay at the surface each 10 days) 
    10    ln_flork4     = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    11                               !  or computed with Blanke' scheme (F) 
    12    ln_ariane     = .true.     !  Input with Ariane tool convention(T) 
    13    ln_flo_ascii  = .true.     !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
     4   jpnfl       = 1         !  total number of floats during the run 
     5   jpnnewflo   = 0         !  number of floats for the restart 
     6   ln_rstflo   = .false.   !  float restart (T) or not (F) 
     7   nn_writefl  =      75   !  frequency of writing in float output file 
     8   nn_stockfl  =    5475   !  frequency of creation of the float restart file 
     9   ln_argo     = .false.   !  Argo type floats (stay at the surface each 10 days) 
     10   ln_flork4   = .false.   !  trajectories computed with a 4th order Runge-Kutta (T) 
     11   !                       !  or computed with Blanke' scheme (F) 
     12   ln_ariane   = .true.    !  Input with Ariane tool convention(T) 
     13   ln_flo_ascii= .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1414/ 
  • trunk/DOC/Namelists/namhsb

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namhsb       !  Heat and salt budgets                                  (default F) 
     2&namhsb        !  Heat and salt budgets                                  (default F) 
    33!----------------------------------------------------------------------- 
    4    ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
     4   ln_diahsb   = .false.   !  check the heat and salt budgets (T) or not (F) 
    55/ 
  • trunk/DOC/Namelists/namnc4

    r2540 r6997  
    11!----------------------------------------------------------------------- 
    2 &namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
     2&namnc4        !   netcdf4 chunking and compression settings             ("key_netcdf4") 
    33!----------------------------------------------------------------------- 
    44   nn_nchunks_i=   4       !  number of chunks in i-dimension 
    55   nn_nchunks_j=   4       !  number of chunks in j-dimension 
    66   nn_nchunks_k=   31      !  number of chunks in k-dimension 
    7                            !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    8                            !  is optimal for postprocessing which works exclusively with horizontal slabs 
     7   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
     8   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs 
    99   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    10                            !  (F) ignore chunking information and produce netcdf3-compatible files 
     10   !                       !  (F) ignore chunking information and produce netcdf3-compatible files 
    1111/ 
  • trunk/DOC/Namelists/namobs

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namobs       !  observation usage switch 
     2&namobs        !  observation usage switch 
    33!----------------------------------------------------------------------- 
    4    ln_diaobs  = .false.             ! Logical switch for the observation operator 
    5    ln_t3d     = .false.             ! Logical switch for T profile observations 
    6    ln_s3d     = .false.             ! Logical switch for S profile observations 
    7    ln_sla     = .false.             ! Logical switch for SLA observations 
    8    ln_sst     = .false.             ! Logical switch for SST observations 
    9    ln_sic     = .false.             ! Logical switch for Sea Ice observations 
    10    ln_vel3d   = .false.             ! Logical switch for velocity observations 
    11    ln_altbias = .false.             ! Logical switch for altimeter bias correction 
    12    ln_nea     = .false.             ! Logical switch for rejection of observations near land 
    13    ln_grid_global = .true.          ! Logical switch for global distribution of observations 
    14    ln_grid_search_lookup = .false.  ! Logical switch for obs grid search w/lookup table 
    15    ln_ignmis  = .true.              ! Logical switch for ignoring missing files 
    16    ln_s_at_t  = .false.             ! Logical switch for computing model S at T obs if not there 
    17    ln_sstnight = .false.            ! Logical switch for calculating night-time average for SST obs 
     4   ln_diaobs   = .false.             ! Logical switch for the observation operator 
     5   ln_t3d      = .false.             ! Logical switch for T profile observations 
     6   ln_s3d      = .false.             ! Logical switch for S profile observations 
     7   ln_sla      = .false.             ! Logical switch for SLA observations 
     8   ln_sst      = .false.             ! Logical switch for SST observations 
     9   ln_sic      = .false.             ! Logical switch for Sea Ice observations 
     10   ln_vel3d    = .false.             ! Logical switch for velocity observations 
     11   ln_altbias  = .false.             ! Logical switch for altimeter bias correction 
     12   ln_nea      = .false.             ! Logical switch for rejection of observations near land 
     13   ln_grid_global = .true.           ! Logical switch for global distribution of observations 
     14   ln_grid_search_lookup = .false.   ! Logical switch for obs grid search w/lookup table 
     15   ln_ignmis   = .true.              ! Logical switch for ignoring missing files 
     16   ln_s_at_t   = .false.             ! Logical switch for computing model S at T obs if not there 
     17   ln_sstnight = .false.             ! Logical switch for calculating night-time average for SST obs 
    1818! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
    19    cn_profbfiles = 'profiles_01.nc'    ! Profile feedback input observation file names 
    20    cn_slafbfiles = 'sla_01.nc'         ! SLA feedback input observation file names 
    21    cn_sstfbfiles = 'sst_01.nc'         ! SST feedback input observation file names 
    22    cn_sicfbfiles = 'sic_01.nc'         ! SIC feedback input observation file names 
    23    cn_velfbfiles = 'vel_01.nc'         ! Velocity feedback input observation file names 
    24    cn_altbiasfile = 'altbias.nc'       ! Altimeter bias input file name 
    25    cn_gridsearchfile = 'gridsearch.nc' ! Grid search file name 
    26    rn_gridsearchres = 0.5              ! Grid search resolution 
    27    rn_dobsini = 00010101.000000        ! Initial date in window YYYYMMDD.HHMMSS 
    28    rn_dobsend = 00010102.000000        ! Final date in window YYYYMMDD.HHMMSS 
    29    nn_1dint = 0                        ! Type of vertical interpolation method 
    30    nn_2dint = 0                        ! Type of horizontal interpolation method 
    31    nn_msshc = 0                        ! MSSH correction scheme 
    32    rn_mdtcorr = 1.61                   ! MDT  correction 
    33    rn_mdtcutoff = 65.0                 ! MDT cutoff for computed correction 
    34    nn_profdavtypes = -1                ! Profile daily average types - array 
    35    ln_sstbias = .false.  
    36    cn_sstbias_files = 'sstbias.nc' 
     19   cn_profbfiles = 'profiles_01.nc'  ! Profile feedback input observation file names 
     20   cn_slafbfiles = 'sla_01.nc'       ! SLA feedback input observation file names 
     21   cn_sstfbfiles = 'sst_01.nc'       ! SST feedback input observation file names 
     22   cn_sicfbfiles = 'sic_01.nc'       ! SIC feedback input observation file names 
     23   cn_velfbfiles = 'vel_01.nc'       ! Velocity feedback input observation file names 
     24   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
     25   cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
     26   rn_gridsearchres = 0.5            ! Grid search resolution 
     27   rn_dobsini  = 00010101.000000     ! Initial date in window YYYYMMDD.HHMMSS 
     28   rn_dobsend  = 00010102.000000     ! Final date in window YYYYMMDD.HHMMSS 
     29   nn_1dint    = 0                   ! Type of vertical interpolation method 
     30   nn_2dint    = 0                   ! Type of horizontal interpolation method 
     31   nn_msshc    = 0                   ! MSSH correction scheme 
     32   rn_mdtcorr  = 1.61                ! MDT  correction 
     33   rn_mdtcutoff = 65.0               ! MDT cutoff for computed correction 
     34   nn_profdavtypes = -1              ! Profile daily average types - array 
     35   ln_sstbias  = .false.             ! 
     36   cn_sstbias_files = 'sstbias.nc'   ! 
    3737/ 
  • trunk/DOC/Namelists/namptr

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namptr       !   Poleward Transport Diagnostic                         (default F) 
     2&namptr        !   Poleward Transport Diagnostic                         (default F) 
    33!----------------------------------------------------------------------- 
    4    ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    5    ln_subbas  = .false.     !  Atlantic/Pacific/Indian basins computation (T) or not 
     4   ln_diaptr   = .false.   !  Poleward heat and salt transport (T) or not (F) 
     5   ln_subbas   = .false.   !  Atlantic/Pacific/Indian basins computation (T) or not 
    66/ 
  • trunk/DOC/Namelists/namsbc

    r6289 r6997  
    3939   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    4040   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    41    ln_wave = .false.       !  coupling with surface wave                (T => fill namsbc_wave) 
    42    nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     41   ln_wave     = .false.   !  coupling with surface wave                (T => fill namsbc_wave) 
     42   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    4343                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    4444/ 
  • trunk/DOC/Namelists/namsbc_alb

    r4147 r6997  
    22&namsbc_alb    !   albedo parameters 
    33!----------------------------------------------------------------------- 
    4    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    5    rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    6    rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    7    rn_alphc    =    0.65   !  compute albedo between two extremes values 
    8    rn_alphdi   =    0.72   !  (Pyane, 1972) 
     4   nn_ice_alb  =    0      !  parameterization of ice/snow albedo 
     5                           !     0: Shine & Henderson-Sellers (JGR 1985) 
     6                           !     1: "home made" based on Brandt et al. (J. Climate 2005) 
     7                           !                         and Grenfell & Perovich (JGR 2004) 
     8   rn_albice   =  0.53     !  albedo of bare puddled ice (values from 0.49 to 0.58) 
     9                           !     0.53 (default) => if nn_ice_alb=0 
     10                           !     0.50 (default) => if nn_ice_alb=1 
    911/ 
  • trunk/DOC/Namelists/namsbc_apr

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namsbc_apr    !   Atmospheric pressure forcing (in ocean or bulk)      (ln_apr_dyn=T) 
     2&namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
    33!----------------------------------------------------------------------- 
    4 !              !  file name ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !            !  (if <0  months)  !   name    !  (logical)   !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_apr      = 'patm'     ,         -1        ,'somslpre',    .true.     , .true. , 'yearly'  ,  ''      ,   ''     , '' 
     4!              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   sn_apr      = 'patm'    ,         -1        ,'somslpre',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,      '' 
    77 
    8    cn_dir      = './'       !  root directory for the location of the bulk files 
    9    rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    10    ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    11    ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     8   cn_dir      = './'      !  root directory for the location of the bulk files 
     9   rn_pref     = 101000.   !  reference atmospheric pressure   [N/m2]/ 
     10   ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
     11   ln_apr_obc  = .false.   !  inverse barometer added to OBC ssh data 
    1212/ 
  • trunk/DOC/Namelists/namsbc_cpl

    r6140 r6997  
    2222   sn_rcv_co2    =   'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    2323! 
    24    nn_cplmodel   =     1     !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
    25    ln_usecplmask = .false.   !  use a coupling mask file to merge data received from several models 
    26                              !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
     24   nn_cplmodel   =     1   !  Maximum number of models to/from which NEMO is potentialy sending/receiving data 
     25   ln_usecplmask = .false. !  use a coupling mask file to merge data received from several models 
     26   !                       !   -> file cplmask.nc with the float variable called cplmask (jpi,jpj,nn_cplmodel) 
    2727/ 
  • trunk/DOC/Namelists/namsbc_iscpl

    r6289 r6997  
    22&namsbc_iscpl  !   land ice / ocean coupling option                      
    33!----------------------------------------------------------------------- 
    4    nn_drown  = 10       ! number of iteration of the extrapolation loop (fill the new wet cells) 
    5    ln_hsb    = .false.  ! activate conservation module (conservation exact after a time of rn_fiscpl) 
    6    nn_fiscpl = 43800    ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency) 
     4   nn_drown    = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
     5   ln_hsb      = .false.   ! activate conservation module (conservation exact after a time of rn_fiscpl) 
     6   nn_fiscpl   = 43800     ! (number of time step) conservation period (maybe should be fix to the coupling frequencey of restart frequency) 
    77/ 
  • trunk/DOC/Namelists/namsbc_isf

    r6289 r6997  
    22&namsbc_isf    !  Top boundary layer (ISF)                              (nn_isf >0) 
    33!----------------------------------------------------------------------- 
    4 !              ! file name ! frequency (hours) ! variable ! time interp. !  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !           !  (if <0  months)  !   name   !  (logical)   !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     4!              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !           !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    66! nn_isf == 4 
    7    sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',   .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , '' 
     7   sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    88! nn_isf == 3 
    9    sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',   .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , '' 
     9   sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    1010! nn_isf == 2 and 3 
    11    sn_depmax_isf='rnfisf'  ,         -12       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , '' 
    12    sn_depmin_isf='rnfisf'  ,         -12       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , '' 
     11   sn_depmax_isf='rnfisf'  ,         -12       ,'sozisfmax',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
     12   sn_depmin_isf='rnfisf'  ,         -12       ,'sozisfmin',  .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    1313! nn_isf == 2 
    14    sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,   .false.    , .true.  , 'yearly'  ,  ''      ,   ''     , '' 
     14   sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,   .false.   , .true. , 'yearly'  ,    ''    ,   ''     ,    '' 
    1515! 
    1616! for all case 
     
    2020                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    2121! only for nn_isf = 1 or 2 
    22    rn_gammat0  = 1.e-4    ! gammat coefficient used in blk formula 
    23    rn_gammas0  = 1.e-4    ! gammas coefficient used in blk formula 
     22   rn_gammat0  = 1.e-4     ! gammat coefficient used in blk formula 
     23   rn_gammas0  = 1.e-4     ! gammas coefficient used in blk formula 
    2424! only for nn_isf = 1 or 4 
    2525   rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
    26                           ! 0 => thickness of the tbl = thickness of the first wet cell 
     26   !                       ! 0 => thickness of the tbl = thickness of the first wet cell 
    2727! only for nn_isf = 1 
    28    nn_isfblk   = 1        ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    29                           ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    30    nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s) 
    31                           ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    32                           ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
     28   nn_isfblk   = 1         ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
     29   !                       ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
     30   nn_gammablk = 1         ! 0 = cst Gammat (= gammat/s) 
     31   !                       ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
     32   !                       ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
    3333/ 
  • trunk/DOC/Namelists/namsbc_rnf

    r6140 r6997  
    1010   sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    1111 
    12    cn_dir       = './'      !  root directory for the location of the runoff files 
    13    ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    14    rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    15    rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    16    rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    17    ln_rnf_depth = .false.   !  read in depth information for runoff 
    18    ln_rnf_tem   = .false.   !  read in temperature information for runoff 
    19    ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    20    ln_rnf_depth_ini = .false.  ! compute depth at initialisation from runoff file 
    21    rn_rnf_max   = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
    22    rn_dep_max   = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
    23    nn_rnf_depth_file = 0    !  create (=1) a runoff depth file or not (=0) 
     12   cn_dir      = './'      !  root directory for the location of the runoff files 
     13   ln_rnf_mouth= .true.    !  specific treatment at rivers mouths 
     14      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
     15      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
     16   rn_rfact    =   1.e0    !  multiplicative factor for runoff 
     17   ln_rnf_depth= .false.   !  read in depth information for runoff 
     18   ln_rnf_tem  = .false.   !  read in temperature information for runoff 
     19   ln_rnf_sal  = .false.   !  read in salinity information for runoff 
     20   ln_rnf_depth_ini = .false. ! compute depth at initialisation from runoff file 
     21      rn_rnf_max  = 5.735e-4  !  max value of the runoff climatologie over global domain ( ln_rnf_depth_ini = .true ) 
     22      rn_dep_max  = 150.      !  depth over which runoffs is spread ( ln_rnf_depth_ini = .true ) 
     23      nn_rnf_depth_file = 0   !  create (=1) a runoff depth file or not (=0) 
    2424/ 
  • trunk/DOC/Namelists/namsbc_sas

    r6140 r6997  
    22&namsbc_sas    !   analytical surface boundary condition 
    33!----------------------------------------------------------------------- 
    4 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_usp      = 'sas_grid_U' ,    120           , 'vozocrtx' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    7    sn_vsp      = 'sas_grid_V' ,    120           , 'vomecrty' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    8    sn_tem      = 'sas_grid_T' ,    120           , 'sosstsst' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    9    sn_sal      = 'sas_grid_T' ,    120           , 'sosaline' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    10    sn_ssh      = 'sas_grid_T' ,    120           , 'sossheig' ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    11    sn_e3t      = 'sas_grid_T' ,    120           , 'e3t_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
    12    sn_frq      = 'sas_grid_T' ,    120           , 'frq_m'    ,  .true.    , .true. ,   'yearly'  , ''       , ''             , '' 
     4!              !  file name  ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !             !  (if <0  months)  !   name    !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   sn_usp      = 'sas_grid_U',     120           , 'vozocrtx',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     7   sn_vsp      = 'sas_grid_V',     120           , 'vomecrty',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     8   sn_tem      = 'sas_grid_T',     120           , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     9   sn_sal      = 'sas_grid_T',     120           , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     10   sn_ssh      = 'sas_grid_T',     120           , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     11   sn_e3t      = 'sas_grid_T',     120           , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     12   sn_frq      = 'sas_grid_T',     120           , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    1313 
    1414   ln_3d_uve   = .true.    !  specify whether we are supplying a 3D u,v and e3 field 
    15    ln_read_frq = .false.    !  specify whether we must read frq or not 
     15   ln_read_frq = .false.   !  specify whether we must read frq or not 
    1616   cn_dir      = './'      !  root directory for the location of the bulk files are 
    1717/ 
  • trunk/DOC/Namelists/namsbc_ssr

    r6140 r6997  
    22&namsbc_ssr    !   surface boundary condition : sea surface restoring   (ln_ssr=T) 
    33!----------------------------------------------------------------------- 
    4 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !             !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_sst      = 'sst_data'  ,        24         ,  'sst'    ,    .false.   , .false., 'yearly'  , ''       , ''       , '' 
    7    sn_sss      = 'sss_data'  ,        -1         ,  'sss'    ,    .true.    , .true. , 'yearly'  , ''       , ''       , '' 
     4!              ! file name ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !           !  (if <0  months)  !   name   !   (logical) !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   sn_sst      = 'sst_data',        24         ,  'sst'   ,    .false.  , .false., 'yearly'  ,    ''    ,    ''    ,    '' 
     7   sn_sss      = 'sss_data',        -1         ,  'sss'   ,    .true.   , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    88 
    99   cn_dir      = './'      !  root directory for the location of the runoff files 
     
    1313   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    1414   rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
    15    ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
     15   ln_sssr_bnd =  .true.   !  flag to bound erp term (associated with nn_sssr=2) 
    1616   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
    1717/ 
  • trunk/DOC/Namelists/namsbc_wave

    r6140 r6997  
    22&namsbc_wave   ! External fields from wave model                        (ln_wave=T) 
    33!----------------------------------------------------------------------- 
    4 !              !  file name  ! frequency (hours) ! variable    ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !              !             !  (if <0  months)  !   name      !  (logical)   !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff',     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
    7    sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'    ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
    8    sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'    ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
    9    sn_wn       =  'sdw_wave' ,        1          , 'wave_num'  ,     .true.   , .false., 'daily'   ,  ''      , ''       , '' 
     4!              ! file name ! frequency (hours) ! variable    ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !           !  (if <0  months)  !   name      !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   sn_cdg      = 'cdg_wave',        1          , 'drag_coeff',   .true.    , .false., 'daily'   ,    ''      , ''       , '' 
     7   sn_usd      = 'sdw_wave',        1          , 'u_sd2d'    ,   .true.    , .false., 'daily'   ,    ''      , ''       , '' 
     8   sn_vsd      = 'sdw_wave',        1          , 'v_sd2d'    ,   .true.    , .false., 'daily'   ,    ''      , ''       , '' 
     9   sn_wn       = 'sdw_wave',        1          , 'wave_num'  ,   .true.    , .false., 'daily'   ,    ''      , ''       , '' 
    1010! 
    1111   cn_dir_cdg  = './'      !  root directory for the location of drag coefficient files 
    12    ln_cdgw = .false.       !  Neutral drag coefficient read from wave model 
    13    ln_sdw  = .false.       !  Computation of 3D stokes drift                
     12   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model 
     13   ln_sdw      = .false.   !  Computation of 3D stokes drift                
    1414/ 
  • trunk/DOC/Namelists/namsto

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namsto       ! Stochastic parametrization of EOS                       (default: NO) 
     2&namsto        ! Stochastic parametrization of EOS                      (default: NO) 
    33!----------------------------------------------------------------------- 
    4    ln_sto_eos   = .false.  ! stochastic equation of state 
    5    nn_sto_eos   = 1        ! number of independent random walks 
    6    rn_eos_stdxy = 1.4      ! random walk horz. standard deviation (in grid points) 
    7    rn_eos_stdz  = 0.7      ! random walk vert. standard deviation (in grid points) 
    8    rn_eos_tcor  = 1440.    ! random walk time correlation (in timesteps) 
    9    nn_eos_ord   = 1        ! order of autoregressive processes 
    10    nn_eos_flt   = 0        ! passes of Laplacian filter 
    11    rn_eos_lim   = 2.0      ! limitation factor (default = 3.0) 
    12    ln_rststo    = .false.  ! start from mean parameter (F) or from restart file (T) 
    13    ln_rstseed = .true.           ! read seed of RNG from restart file 
     4   ln_sto_eos  = .false.   ! stochastic equation of state 
     5   nn_sto_eos  = 1         ! number of independent random walks 
     6   rn_eos_stdxy= 1.4       ! random walk horz. standard deviation (in grid points) 
     7   rn_eos_stdz = 0.7       ! random walk vert. standard deviation (in grid points) 
     8   rn_eos_tcor = 1440.     ! random walk time correlation (in timesteps) 
     9   nn_eos_ord  = 1         ! order of autoregressive processes 
     10   nn_eos_flt  = 0         ! passes of Laplacian filter 
     11   rn_eos_lim  = 2.0       ! limitation factor (default = 3.0) 
     12   ln_rststo   = .false.   ! start from mean parameter (F) or from restart file (T) 
     13   ln_rstseed  = .true.    ! read seed of RNG from restart file 
    1414   cn_storst_in  = "restart_sto" !  suffix of stochastic parameter restart file (input) 
    1515   cn_storst_out = "restart_sto" !  suffix of stochastic parameter restart file (output) 
  • trunk/DOC/Namelists/namtra_adv

    r6140 r6997  
    22&namtra_adv    !   advection scheme for tracer                          (default: NO advection) 
    33!----------------------------------------------------------------------- 
    4    ln_traadv_cen =  .false. !  2nd order centered scheme 
    5       nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
    6       nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
    7    ln_traadv_fct =  .false. !  FCT scheme 
    8       nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    9       nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    10       nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    11       !                             !        (number of sub-timestep = nn_fct_zts) 
    12    ln_traadv_mus =  .false. !  MUSCL scheme 
    13       ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
    14    ln_traadv_ubs =  .false. !  UBS scheme 
    15       nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT / COMPACT 4th order 
    16    ln_traadv_qck =  .false. !  QUICKEST scheme 
     4   ln_traadv_cen = .false. !  2nd order centered scheme 
     5      nn_cen_h   =  4            !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     6      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     7   ln_traadv_fct = .false. !  FCT scheme 
     8      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order  
     9      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order  
     10      nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     11      !                          !        (number of sub-timestep = nn_fct_zts) 
     12   ln_traadv_mus = .false. !  MUSCL scheme 
     13      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     14   ln_traadv_ubs = .false. !  UBS scheme 
     15      nn_ubs_v   =  2            !  =2  , vertical 2nd order FCT / COMPACT 4th order 
     16   ln_traadv_qck = .false. !  QUICKEST scheme 
    1717/ 
  • trunk/DOC/Namelists/namtra_adv_mle

    r6289 r6997  
    22&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    33!----------------------------------------------------------------------- 
    4    ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    5    rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
    6    nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
    7    rn_lf     = 5.e+3       ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
    8    rn_time   = 172800.     ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
    9    rn_lat    = 20.         ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
    10    nn_mld_uv = 0           ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
    11    nn_conv   = 0           ! =1 no MLE in case of convection ; =0 always MLE 
    12    rn_rho_c_mle  = 0.01    ! delta rho criterion used to calculate MLD for FK 
     4   ln_mle      = .false.   ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     5   rn_ce       = 0.06      ! magnitude of the MLE (typical value: 0.06 to 0.08) 
     6   nn_mle      = 1         ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     7   rn_lf       = 5.e+3     ! typical scale of mixed layer front (meters)                      (case rn_mle=0) 
     8   rn_time     = 172800.   ! time scale for mixing momentum across the mixed layer (seconds)  (case rn_mle=0) 
     9   rn_lat      = 20.       ! reference latitude (degrees) of MLE coef.                        (case rn_mle=1) 
     10   nn_mld_uv   = 0         ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
     11   nn_conv     = 0         ! =1 no MLE in case of convection ; =0 always MLE 
     12   rn_rho_c_mle= 0.01      ! delta rho criterion used to calculate MLD for FK 
    1313/ 
  • trunk/DOC/Namelists/namtra_ldf

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namtra_ldf    !   lateral diffusion scheme for tracers                 (choice required) 
     2&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO diffusion) 
    33!----------------------------------------------------------------------- 
    44   !                       !  Operator type: 
    5    ln_traldf_NONE  =  .false.  !  no operator: no lateral diffusion applied  
     5   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
    66   ln_traldf_lap   =  .false.  !    laplacian operator 
    77   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     8   ! 
    89   !                       !  Direction of action: 
    910   ln_traldf_lev   =  .false.  !  iso-level 
  • trunk/DOC/Namelists/namtrd

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namtrd        !   diagnostics on dynamics and/or tracer trends         (default F) 
    3 !              !   and/or mixed-layer trends and/or barotropic vorticity 
     2&namtrd        !   trend diagnostics                                    (default F) 
    43!----------------------------------------------------------------------- 
    54   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
  • trunk/DOC/Namelists/namtsd

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namtsd    !   data : Temperature  & Salinity 
     2&namtsd        !   data : Temperature  & Salinity 
    33!----------------------------------------------------------------------- 
    4 !          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    5 !          !                                       !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    6    sn_tem  = 'data_1m_potential_temperature_nomask',         -1        ,'votemper' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
    7    sn_sal  = 'data_1m_salinity_nomask'             ,         -1        ,'vosaline' ,    .true.    , .true. , 'yearly'   , ''       ,   ''    ,    '' 
     4!              !  file name                 ! frequency (hours) ! variable ! time interp.!  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     5!              !                            !  (if <0  months)  !   name   !  (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     6   sn_tem = 'data_1m_potential_temperature_nomask',     -1      ,'votemper',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
     7   sn_sal = 'data_1m_salinity_nomask'             ,     -1      ,'vosaline',   .true.    , .true. , 'yearly'  ,    ''    ,    ''    ,    '' 
    88   ! 
    9    cn_dir        = './'     !  root directory for the location of the runoff files 
    10    ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    11    ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     9   cn_dir      = './'      !  root directory for the location of the runoff files 
     10   ln_tsd_init = .true.    !  Initialisation of ocean T & S with T & S input data (T) or not (F) 
     11   ln_tsd_tradmp = .true.  !  damping of ocean T & S toward T & S input data (T) or not (F) 
    1212/ 
  • trunk/DOC/Namelists/namwad

    r6289 r6997  
    11!----------------------------------------------------------------------- 
    2 &namwad  !   Wetting and drying 
     2&namwad        !   Wetting and drying                                   (default F) 
    33!----------------------------------------------------------------------- 
    4    ln_wd             = .false.  ! T/F activation of wetting and drying 
    5    rn_wdmin1         =  0.1     ! Minimum wet depth on dried cells 
    6    rn_wdmin2         =  0.01    ! Tolerance of min wet depth on dried cells 
    7    rn_wdld           =  20.0    ! Land elevation below which wetting/drying is allowed 
    8    nn_wdit           =  10      ! Max iterations for W/D limiter 
     4   ln_wd       = .false.   ! T/F activation of wetting and drying 
     5   rn_wdmin1   =  0.1      ! Minimum wet depth on dried cells 
     6   rn_wdmin2   =  0.01     ! Tolerance of min wet depth on dried cells 
     7   rn_wdld     =  20.0     ! Land elevation below which wetting/drying is allowed 
     8   nn_wdit     =  10       ! Max iterations for W/D limiter 
    99/ 
  • trunk/DOC/Namelists/namzdf

    r3294 r6997  
    77   nn_havtb    =    0      !  horizontal shape for avtb (=1) or not (=0) 
    88   ln_zdfevd   = .true.    !  enhanced vertical diffusion (evd) (T) or not (F) 
    9    nn_evdm     =    0      ! evd apply on tracer (=0) or on tracer and momentum (=1) 
    10    rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
     9      nn_evdm     =    0        ! evd apply on tracer (=0) or on tracer and momentum (=1) 
     10      rn_avevd    =  100.       !  evd mixing coefficient [m2/s] 
    1111   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F) 
    12    nn_npc      =    1            ! frequency of application of npc 
    13    nn_npcp     =  365            ! npc control print frequency 
     12      nn_npc      =    1        ! frequency of application of npc 
     13      nn_npcp     =  365        ! npc control print frequency 
    1414   ln_zdfexp   = .false.   !  time-stepping: split-explicit (T) or implicit (F) time stepping 
    15    nn_zdfexp   =    3            ! number of sub-timestep for ln_zdfexp=T 
     15      nn_zdfexp   =    3        ! number of sub-timestep for ln_zdfexp=T 
    1616/ 
  • trunk/DOC/Namelists/namzdf_gls

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     2&namzdf_gls    !   GLS vertical diffusion                               ("key_zdfgls") 
    33!----------------------------------------------------------------------- 
    44   rn_emin       = 1.e-7   !  minimum value of e   [m2/s2] 
  • trunk/DOC/Namelists/namzdf_ric

    r6289 r6997  
    22&namzdf_ric    !   richardson number dependent vertical diffusion       ("key_zdfric" ) 
    33!----------------------------------------------------------------------- 
    4    rn_avmri    = 100.e-4   !  maximum value of the vertical viscosity 
    5    rn_alp      =   5.      !  coefficient of the parameterization 
    6    nn_ric      =   2       !  coefficient of the parameterization 
    7    rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
    8    rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
    9    rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
    10    rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
    11    rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
    12    ln_mldw     = .true.    !  Flag to use or not the mixed layer depth param. 
     4   rn_avmri    =  100.e-4  !  maximum value of the vertical viscosity 
     5   rn_alp      =    5.     !  coefficient of the parameterization 
     6   nn_ric      =    2      !  coefficient of the parameterization 
     7   rn_ekmfc    =    0.7    !  Factor in the Ekman depth Equation 
     8   rn_mldmin   =    1.0    !  minimum allowable mixed-layer depth estimate (m) 
     9   rn_mldmax   = 1000.0    !  maximum allowable mixed-layer depth estimate (m) 
     10   rn_wtmix    =   10.0    !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     11   rn_wvmix    =   10.0    !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     12   ln_mldw     =  .true.   !  Flag to use or not the mixed layer depth param. 
    1313/ 
  • trunk/DOC/Namelists/namzdf_tke

    r6140 r6997  
    1717   ln_lc       = .true.    !  Langmuir cell parameterisation (Axell 2002) 
    1818   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
    19    nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to internal & intertial waves 
     19   nn_etau     =   1       !  penetration of tke below the mixed layer (ML) due to near intertial waves 
    2020                           !        = 0 no penetration 
    2121                           !        = 1 add a tke source below the ML 
    2222                           !        = 2 add a tke source just at the base of the ML 
    23                            !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
     23                           !        = 3 as = 1 applied on HF part of the stress           (ln_cpl=T) 
    2424   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    2525   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
  • trunk/DOC/Namelists/namzgr_sco

    r6140 r6997  
    11!----------------------------------------------------------------------- 
    2 &namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
     2&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F) 
    33!----------------------------------------------------------------------- 
    44   ln_s_sh94   = .false.    !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
Note: See TracChangeset for help on using the changeset viewer.