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 3989 for branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist – NEMO

Ignore:
Timestamp:
2013-07-24T11:48:35+02:00 (11 years ago)
Author:
clevy
Message:

Configuration setting/Step3 and doc, see ticket:#1074

Location:
branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist
Files:
38 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nam_tide

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 !       nam_tide       tide parameters (#ifdef key_tide) 
     2&nam_tide      !   tide parameters (#ifdef key_tide) 
    33!----------------------------------------------------------------------- 
    4 !  ln_tide_pot    = use tidal potential forcing 
    5 !  nb_harmo    = number of constituents used 
    6 !  name(1)     = 'M2', 'K1', etc name of constituent 
    7  
    8 &nam_tide 
    9    ln_tide_pot           = .true. 
    10    nb_harmo    = 11 
    11    clname(1)     =   'M2' 
     4   ln_tide_pot   = .true.   !  use tidal potential forcing 
     5   clname(1)     =   'M2'   !  name of constituent 
    126   clname(2)     =   'S2' 
    137   clname(3)     =   'N2' 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namasm

    r3764 r3989  
    22&nam_asminc   !   assimilation increments                               ('key_asminc') 
    33!----------------------------------------------------------------------- 
    4     ln_bkgwri = .false.    !  Logical switch for writing out background state  
     4    ln_bkgwri = .false.    !  Logical switch for writing out background state 
    55    ln_trainc = .false.    !  Logical switch for applying tracer increments 
    66    ln_dyninc = .false.    !  Logical switch for applying velocity increments 
    7     ln_sshinc = .false.    !  Logical switch for applying SSH increments  
     7    ln_sshinc = .false.    !  Logical switch for applying SSH increments 
    88    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    99    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
     
    1515    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
    1616    salfixmin = -9999      !  Minimum salinity after applying the increments 
    17     ndivdmp  = 0          !  Number of iterations of divergence damping operator 
     17    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
    1818/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nambdy

    r3294 r3989  
    22&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4     nb_bdy = 2                               !  number of open boundary sets        
    5     ln_coords_file = .true.,.false.          !  =T : read bdy coordinates from file 
    6     cn_coords_file = 'coordinates.bdy.nc','' !  bdy coordinates files 
    7     ln_mask_file = .false.                   !  =T : read mask from file 
    8     cn_mask_file = ''                        !  name of mask file (if ln_mask_file=.TRUE.) 
    9     nn_dyn2d      =  2, 0                    !  boundary conditions for barotropic fields 
    10     nn_dyn2d_dta  =  3, 0                    !  = 0, bdy data are equal to the initial state 
    11                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    12                                              !  = 2, use tidal harmonic forcing data from files 
    13                                              !  = 3, use external data AND tidal harmonic forcing 
    14     nn_dyn3d      =  0, 0                    !  boundary conditions for baroclinic velocities 
    15     nn_dyn3d_dta  =  0, 0                    !  = 0, bdy data are equal to the initial state 
    16                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    17     nn_tra        =  1, 1                    !  boundary conditions for T and S 
    18     nn_tra_dta    =  1, 1                    !  = 0, bdy data are equal to the initial state 
    19                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    20     nn_rimwidth  = 10, 5                     !  width of the relaxation zone 
    21     ln_vol     = .false.                     !  total volume correction (see nn_volctl parameter) 
    22     nn_volctl  = 1                           !  = 0, the total water flux across open boundaries is zero 
     4    nb_bdy = 1                            !  number of open boundary sets 
     5    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
     6    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     7    ln_mask_file = .false.                !  =T : read mask from file 
     8    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
     9    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
     10    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     11                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     12                                          !  = 2, use tidal harmonic forcing data from files 
     13                                          !  = 3, use external data AND tidal harmonic forcing 
     14    nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     15    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
     16                           !  = 1, bdy data are read in 'bdydata   .nc' files 
     17    nn_tra        =  1                    !  boundary conditions for T and S 
     18    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
     19                           !  = 1, bdy data are read in 'bdydata   .nc' files 
     20    nn_rimwidth  = 10                      !  width of the relaxation zone 
     21    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
     22    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
    2323/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nambdy_tide

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &nambdy_tide     ! tidal forcing at open boundaries               
     2&nambdy_tide     ! tidal forcing at open boundaries 
    33!----------------------------------------------------------------------- 
    4    filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    5     tide_cpt(1)   ='Q1'  !  names of tidal components used 
    6     tide_cpt(2)   ='O1'  !  names of tidal components used 
    7     tide_cpt(3)   ='P1'  !  names of tidal components used 
    8     tide_cpt(4)   ='S1'  !  names of tidal components used 
    9     tide_cpt(5)   ='K1'  !  names of tidal components used 
    10     tide_cpt(6)   ='2N2' !  names of tidal components used 
    11     tide_cpt(7)   ='MU2' !  names of tidal components used 
    12     tide_cpt(8)   ='N2'  !  names of tidal components used 
    13     tide_cpt(9)   ='NU2' !  names of tidal components used 
    14     tide_cpt(10)   ='M2'  !  names of tidal components used 
    15     tide_cpt(11)   ='L2'  !  names of tidal components used 
    16     tide_cpt(12)   ='T2'  !  names of tidal components used 
    17     tide_cpt(13)   ='S2'  !  names of tidal components used 
    18     tide_cpt(14)   ='K2'  !  names of tidal components used 
    19     tide_cpt(15)   ='M4'  !  names of tidal components used 
    20     tide_speed(1)   = 13.398661 !  phase speeds of tidal components (deg/hour) 
    21     tide_speed(2)   = 13.943036 !  phase speeds of tidal components (deg/hour) 
    22     tide_speed(3)   = 14.958932 !  phase speeds of tidal components (deg/hour) 
    23     tide_speed(4)   = 15.000001 !  phase speeds of tidal components (deg/hour) 
    24     tide_speed(5)   = 15.041069 !  phase speeds of tidal components (deg/hour) 
    25     tide_speed(6)   = 27.895355 !  phase speeds of tidal components (deg/hour) 
    26     tide_speed(7)   = 27.968210 !  phase speeds of tidal components (deg/hour) 
    27     tide_speed(8)   = 28.439730 !  phase speeds of tidal components (deg/hour) 
    28     tide_speed(9)   = 28.512585 !  phase speeds of tidal components (deg/hour) 
    29     tide_speed(10)   = 28.984106 !  phase speeds of tidal components (deg/hour) 
    30     tide_speed(11)   = 29.528479 !  phase speeds of tidal components (deg/hour) 
    31     tide_speed(12)   = 29.958935 !  phase speeds of tidal components (deg/hour) 
    32     tide_speed(13)   = 30.000002 !  phase speeds of tidal components (deg/hour) 
    33     tide_speed(14)   = 30.082138 !  phase speeds of tidal components (deg/hour) 
    34     tide_speed(15)   = 57.968212 !  phase speeds of tidal components (deg/hour) 
    35     ln_tide_date = .true.               !  adjust tidal harmonics for start date of run 
     4   filtide          = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     5   ln_bdytide_2ddta = .false. 
     6   ln_bdytide_conj  = .false. 
    367/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namberg

    r3609 r3989  
    22&namberg       !   iceberg parameters 
    33!----------------------------------------------------------------------- 
    4       ln_icebergs              = .true. 
     4      ln_icebergs              = .false. 
    55      ln_bergdia               = .true.               ! Calculate budgets 
    66      nn_verbose_level         = 1                    ! Turn on more verbose output if level > 0 
    77      nn_verbose_write         = 15                   ! Timesteps between verbose messages 
    88      nn_sample_rate           = 1                    ! Timesteps between sampling for trajectory storage 
     9                                                      ! Initial mass required for an iceberg of each class 
    910      rn_initial_mass          = 8.8e7, 4.1e8, 3.3e9, 1.8e10, 3.8e10, 7.5e10, 1.2e11, 2.2e11, 3.9e11, 7.4e11 
     11                                                      ! Proportion of calving mass to apportion to each class   
    1012      rn_distribution          = 0.24, 0.12, 0.15, 0.18, 0.12, 0.07, 0.03, 0.03, 0.03, 0.02 
    1113                                                      ! Ratio between effective and real iceberg mass (non-dim) 
     14                                                      ! i.e. number of icebergs represented at a point          
    1215      rn_mass_scaling          = 2000, 200, 50, 20, 10, 5, 2, 1, 1, 1 
    13                                                       ! Total thickness of newly calved bergs (m) 
     16                                                      ! thickness of newly calved bergs (m) 
    1417      rn_initial_thickness     = 40., 67., 133., 175., 250., 250., 250., 250., 250., 250. 
    1518      rn_rho_bergs             = 850.                 ! Density of icebergs 
     
    1821      rn_bits_erosion_fraction = 0.                   ! Fraction of erosion melt flux to divert to bergy bits 
    1922      rn_sicn_shift            = 0.                   ! Shift of sea-ice concn in erosion flux (0<sicn_shift<1) 
    20       ln_passive_mode          = .false.              ! iceberg - ocean decoupling 
    21       nn_test_icebergs         =  10                  ! Create icebergs in absence of a calving file (-1 = no) 
    22       rn_test_box              = -61.0,  -55.0,  59.0,  65.0 
    23       rn_speed_limit           = 0.                   ! CFL speed limit for a berg 
     23      ln_passive_mode          = .false.              ! iceberg - ocean decoupling    
     24      nn_test_icebergs         =  10                  ! Create test icebergs of this class (-1 = no) 
     25                                                      ! Put a test iceberg at each gridpoint in box (lon1,lon2,lat1,lat2) 
     26      rn_test_box              = 108.0,  116.0, -66.0, -58.0 
     27      rn_speed_limit           = 0.                   ! CFL speed limit for a berg    
    2428 
    2529               ! filename ! freq (hours) ! variable ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    2630               !          ! (<0  months) !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    2731      sn_icb =  'calving' ,     -1       , 'calvingmask',  .true.      , .true., 'yearly'   , ' '      , ' ' 
    28  
    29       cn_dir = './' 
     32    
     33      cn_dir = './'  
    3034/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nambfr

    r3294 r3989  
    77   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    88   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     9   rn_bfrz0    =    3.e-3  ! bottom roughness for loglayer bfr coeff  
    910   ln_bfr2d    = .false.   !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    1011   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    11    ln_bfrimp   = .false.   !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
     12   ln_bfrimp   = .true.    !  implicit bottom friction (requires ln_zdfexp = .false. if true) 
    1213/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namctl

    r3294 r3989  
    1212   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    1313                           !     (no physical validity of the results) 
     14   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    1415/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdct

    r3294 r3989  
    44    nn_dct      = 15       !  time step frequency for transports computing 
    55    nn_dctwri   = 15       !  time step frequency for transports writing 
    6     nn_secdebug =  0       !      0 : no section to debug 
     6    nn_secdebug = 112      !      0 : no section to debug 
    77                           !     -1 : debug all section 
    88                           !  0 < n : debug section number n 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdia_harm

    r3294 r3989  
    22&nam_diaharm   !   Harmonic analysis of tidal constituents ('key_diaharm') 
    33!----------------------------------------------------------------------- 
    4     nit000_han=1           ! First time step used for harmonic analysis 
    5     nitend_han=105         ! Last time step used for harmonic analysis 
    6     nstep_han=1            ! Time step frequency for harmonic analysis 
    7     nb_ana=1               ! Number of harmonics to analyse 
    8     tname(1)='M2'          ! Name of tidal constituents 
     4    nit000_han = 1         ! First time step used for harmonic analysis 
     5    nitend_han = 75        ! Last time step used for harmonic analysis 
     6    nstep_han  = 15        ! Time step frequency for harmonic analysis 
     7    tname(1)   = 'M2'      ! Name of tidal constituents 
     8    tname(2)   = 'K1' 
    99/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_hpg

    r3294 r3989  
    22&namdyn_hpg    !   Hydrostatic pressure gradient option 
    33!----------------------------------------------------------------------- 
    4    ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
     4   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    55   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    66   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_ldf

    r3294 r3989  
    22&namdyn_ldf    !   lateral diffusion on momentum 
    33!----------------------------------------------------------------------- 
    4    !                       !  Type of the operator :  
    5    ln_dynldf_lap    =  .true.   !  laplacian operator          
    6    ln_dynldf_bilap  =  .false.  !  bilaplacian operator     
    7    !                       !  Direction of action  :  
    8    ln_dynldf_level  =  .false.  !  iso-level                
     4   !                       !  Type of the operator : 
     5   ln_dynldf_lap    =  .true.   !  laplacian operator 
     6   ln_dynldf_bilap  =  .false.  !  bilaplacian operator 
     7   !                       !  Direction of action  : 
     8   ln_dynldf_level  =  .false.  !  iso-level 
    99   ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    1010   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
     
    1212   rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    1313   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    14    rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s]  
     14   rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
     15   rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
     16   rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
     17   rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
     18   rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
     19   rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
    1520/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_nept

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &nam_dynnept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
     2&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    33!----------------------------------------------------------------------- 
    44   ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
     
    1010   ! Specify whether to ramp down the Neptune velocity in shallow 
    1111   ! water, and if so the depth range controlling such ramping down 
    12    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
     12   ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    1313   rn_htrmin         =  100.0   ! min. depth of transition range 
    1414   rn_htrmax         =  200.0   ! max. depth of transition range 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namdyn_vor

    r3764 r3989  
    22&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    33!----------------------------------------------------------------------- 
    4    ln_dynvor_ene = .false. !  energy    conserving scheme   
    5    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
    6    ln_dynvor_mix = .false. !  mixed scheme                
    7    ln_dynvor_een = .true.  !  energy & enstrophy scheme   
    8    ln_dynvor_con = .false. !  consistency of BC with analytical eqs. 
     4   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     5   ln_dynvor_ens = .false. !  energy conserving scheme 
     6   ln_dynvor_mix = .false. !  mixed scheme 
     7   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    98/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namflo

    r3294 r3989  
    22&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_ascii   = .true.     !  Output with Ariane tool netcdf convention(T) or ascii file (F) 
     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/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namlbc

    r3294 r3989  
    44   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    55                           !  free slip  !   partial slip  !   no slip   ! strong slip 
     6   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    67/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/nammpp

    r3294 r3989  
    55                           !  buffer blocking send or immediate non-blocking sends, resp. 
    66   nn_buffer   =   0       !  size in bytes of exported buffer ('B' case), 0 no exportation 
     7   ln_nnogather=  .false.  !  activate code to avoid mpi_allgather use at the northfold 
     8   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
     9   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
     10   jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    711/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namobc

    r3294 r3989  
    44   ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    55   ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    6    ln_obc_fla  = .false.   !  Flather open boundary condition  
     6   ln_obc_fla  = .false.   !  Flather open boundary condition 
    77   nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    88                           !  = 1 the obc data are read in 'obc.dta' files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namobs

    r2540 r3989  
    22&namobs       !  observation usage switch                               ('key_diaobs') 
    33!----------------------------------------------------------------------- 
    4    ln_t3d     = .false.    ! Logical switch for T profile observations          
    5    ln_s3d     = .false.    ! Logical switch for S profile observations           
    6    ln_ena     = .false.    ! Logical switch for ENACT insitu data set            
    7    !                       !     ln_cor                  Logical switch for Coriolis insitu data set        
    8    ln_profb   = .false.    ! Logical switch for feedback insitu data set      
    9    ln_sla     = .false.    ! Logical switch for SLA observations                
     4   ln_t3d     = .false.    ! Logical switch for T profile observations 
     5   ln_s3d     = .false.    ! Logical switch for S profile observations 
     6   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
     7   !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     8   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
     9   ln_sla     = .false.    ! Logical switch for SLA observations 
    1010 
    11    ln_sladt   = .false.    ! Logical switch for AVISO SLA data               
     11   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1212 
    13    ln_slafb   = .false.    ! Logical switch for feedback SLA data             
    14                            !     ln_ssh                  Logical switch for SSH observations               
     13   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
     14                           !     ln_ssh                  Logical switch for SSH observations 
    1515 
    16    ln_sst     = .false.    ! Logical switch for SST observations               
    17                            !     ln_reysst               Logical switch for Reynolds observations        
    18                            !     ln_ghrsst               Logical switch for GHRSST observations           
     16   ln_sst     = .true.     ! Logical switch for SST observations 
     17   ln_reysst  = .true.     !     ln_reysst               Logical switch for Reynolds observations 
     18   ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations       
    1919 
    20    ln_sstfb   = .false.    ! Logical switch for feedback SST data           
    21                            !     ln_sss                  Logical switch for SSS observations               
    22                            !     ln_seaice               Logical switch for Sea Ice observations         
    23                            !     ln_vel3d                Logical switch for velocity observations          
    24                            !     ln_velavcur             Logical switch for velocity daily av. cur.     
    25                            !     ln_velhrcur             Logical switch for velocity high freq. cur.    
    26                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP   
     20   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
     21                           !     ln_sss                  Logical switch for SSS observations 
     22                           !     ln_seaice               Logical switch for Sea Ice observations 
     23                           !     ln_vel3d                Logical switch for velocity observations 
     24                           !     ln_velavcur             Logical switch for velocity daily av. cur. 
     25                           !     ln_velhrcur             Logical switch for velocity high freq. cur. 
     26                           !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    2727                           !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    28                            !     ln_velfb                Logical switch for feedback velocity data        
    29                            !     ln_grid_global          Global distribtion of observations          
    30                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table   
    31                            !     grid_search_file        Grid search lookup file header  
    32                            !     enactfiles              ENACT input observation file names  
    33                            !     coriofiles              Coriolis input observation file name   
    34    !                       ! profbfiles: Profile feedback input observation file name  
     28                           !     ln_velfb                Logical switch for feedback velocity data 
     29                           !     ln_grid_global          Global distribtion of observations 
     30                           !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
     31                           !     grid_search_file        Grid search lookup file header 
     32                           !     enactfiles              ENACT input observation file names 
     33                           !     coriofiles              Coriolis input observation file name 
     34   !                       ! profbfiles: Profile feedback input observation file name 
    3535   profbfiles = 'profiles_01.nc' 
    36                            !     ln_profb_enatim         Enact feedback input time setting switch     
     36                           !     ln_profb_enatim         Enact feedback input time setting switch 
    3737                           !     slafilesact             Active SLA input observation file name 
    38                            !     slafilespas             Passive SLA input observation file name  
    39    !                       ! slafbfiles: Feedback SLA input observation file name  
     38                           !     slafilespas             Passive SLA input observation file name 
     39   !                       ! slafbfiles: Feedback SLA input observation file name 
    4040   slafbfiles = 'sla_01.nc' 
    41                            !     sstfiles                GHRSST input observation file name        
    42    !                       ! sstfbfiles: Feedback SST input observation file name  
     41                           !     sstfiles                GHRSST input observation file name 
     42   !                       ! sstfbfiles: Feedback SST input observation file name 
    4343   sstfbfiles = 'sst_01.nc' 'sst_02.nc' 'sst_03.nc' 'sst_04.nc' 'sst_05.nc' 
    44                            !     seaicefiles             Sea Ice input observation file name  
    45                            !     velavcurfiles           Vel. cur. daily av. input file name   
    46                            !     velhvcurfiles           Vel. cur. high freq. input file name   
    47                            !     velavadcpfiles          Vel. ADCP daily av. input file name     
    48                            !     velhvadcpfiles          Vel. ADCP high freq. input file name  
    49                            !     velfbfiles              Vel. feedback input observation file name  
    50                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS        
    51                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS          
    52                            !     n1dint                  Type of vertical interpolation method         
    53                            !     n2dint                  Type of horizontal interpolation method        
    54                            !     ln_nea                  Rejection of observations near land switch     
    55    nmsshc     = 0          ! MSSH correction scheme                          
    56                            !     mdtcorr                 MDT  correction                                
    57                            !     mdtcutoff               MDT cutoff for computed correction           
    58    ln_altbias = .false.    ! Logical switch for alt bias                 
    59    ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
    60                            !     endailyavtypes   ENACT daily average types                     
     44                           !     seaicefiles             Sea Ice input observation file name 
     45                           !     velavcurfiles           Vel. cur. daily av. input file name 
     46                           !     velhvcurfiles           Vel. cur. high freq. input file name 
     47                           !     velavadcpfiles          Vel. ADCP daily av. input file name 
     48                           !     velhvadcpfiles          Vel. ADCP high freq. input file name 
     49                           !     velfbfiles              Vel. feedback input observation file name 
     50                           !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
     51                           !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
     52                           !     n1dint                  Type of vertical interpolation method 
     53                           !     n2dint                  Type of horizontal interpolation method 
     54                           !     ln_nea                  Rejection of observations near land switch 
     55   nmsshc     = 0          ! MSSH correction scheme 
     56                           !     mdtcorr                 MDT  correction 
     57                           !     mdtcutoff               MDT cutoff for computed correction 
     58   ln_altbias = .false.    ! Logical switch for alt bias 
     59   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
     60                           !     endailyavtypes   ENACT daily average types 
    6161   ln_grid_global = .true. 
    6262   ln_grid_search_lookup = .false. 
    63 /  
     63/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namptr

    r3294 r3989  
    44   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    55   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
    6    ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
     6   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not 
    77                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    88   ln_ptrcomp = .true.     !  Add decomposition : overturning 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namrun

    r3306 r3989  
    33!----------------------------------------------------------------------- 
    44   nn_no       =       0   !  job number (no more used...) 
    5    cn_exp      =  "ORCA2"  !  experience name  
     5   cn_exp      =  "ORCA2"  !  experience name 
    66   nn_it000    =       1   !  first time step 
    77   nn_itend    =    5475   !  last  time step (std 5475) 
    8    nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) 
    9                            !  used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     8   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    109   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    1110   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    1211   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    13        !  = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
    14        !  = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
    15        !  = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     12                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     13                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     14                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
    1615   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    1716   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc

    r3294 r3989  
    22&namsbc        !   Surface Boundary Condition (surface module) 
    33!----------------------------------------------------------------------- 
    4    nn_fsbc     = 5         !  frequency of surface boundary condition computation  
     4   nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    55                           !     (also = the frequency of sea-ice model call) 
    6    ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
     6   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
    77   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    8    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    9    ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
     8   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
     9   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    1010   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    1111   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     
    1414                           !  =1 use observed ice-cover      , 
    1515                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     16   nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
     17                           !  =1 levitating ice with mass and salt exchange but no presure effect 
     18                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    1619   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    1720   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    1821   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    19    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked  
    20                            !     =1 global mean of e-p-r set to zero at each time step  
     22   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     23                           !     =1 global mean of e-p-r set to zero at each time step 
    2124                           !     =2 annual global mean of e-p-r set to zero 
    2225                           !     =3 global emp set to zero and spread out over erp area 
     26   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    2327   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     28   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    2429/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_alb

    r3294 r3989  
    22&namsbc_alb    !   albedo parameters 
    33!----------------------------------------------------------------------- 
    4    rn_cloud    =    0.06   !  cloud correction to snow and ice albedo  
     4   rn_cloud    =    0.06   !  cloud correction to snow and ice albedo 
    55   rn_albice   =    0.53   !  albedo of melting ice in the arctic and antarctic 
    66   rn_alphd    =    0.80   !  coefficients for linear interpolation used to 
    7    rn_alphc    =    0.65   !  compute albedo between two extremes values  
     7   rn_alphc    =    0.65   !  compute albedo between two extremes values 
    88   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    99/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_clio

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &namsbc_clio   !   namsbc_clio  CLIO bulk formulea 
     2&namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    33!----------------------------------------------------------------------- 
    44!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_core

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &namsbc_core   !   namsbc_core  CORE bulk formulea 
     2&namsbc_core   !   namsbc_core  CORE bulk formulae 
    33!----------------------------------------------------------------------- 
    4 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    5 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    6    sn_wndi = 'u_10.15JUNE2009_orca2'       ,  6  , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
    7    sn_wndj = 'v_10.15JUNE2009_orca2'       ,  6  , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
    8    sn_qsr  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    9    sn_qlw  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    10    sn_tair = 't_10.15JUNE2009_orca2'       ,  6  , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    11    sn_humi = 'q_10.15JUNE2009_orca2'       ,  6  , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
    12    sn_prec = 'ncar_precip.15JUNE2009_orca2', -1  , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
    13    sn_snow = 'ncar_precip.15JUNE2009_orca2', -1  , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
    14    sn_tdif = 'taudif_core'                 , 24  , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
     4!              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     5!              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     6   sn_wndi     = 'u_10.15JUNE2009_orca2'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Uwnd' 
     7   sn_wndj     = 'v_10.15JUNE2009_orca2'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , ''       , 'Vwnd' 
     8   sn_qsr      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     9   sn_qlw      = 'ncar_rad.15JUNE2009_orca2'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     10   sn_tair     = 't_10.15JUNE2009_orca2'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     11   sn_humi     = 'q_10.15JUNE2009_orca2'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , ''       , '' 
     12   sn_prec     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , ''       , '' 
     13   sn_snow     = 'ncar_precip.15JUNE2009_orca2',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , ''       , '' 
     14   sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , ''       , '' 
    1515 
    1616   cn_dir      = './'      !  root directory for the location of the bulk files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_cpl

    r3294 r3989  
    55!                    !                       ! categories !  reference  !    orientation       ! grids  ! 
    66! send 
    7 sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   ''     
    8 sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   ''     
    9 sn_snd_thick  =       'none'                 ,    'no'    ,     ''      ,         ''           ,   ''     
    10 sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T'        
    11 sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   ''         
     7sn_snd_temp   =       'weighted oce and ice' ,    'no'    ,     ''      ,         ''           ,   '' 
     8sn_snd_alb    =       'weighted ice'         ,    'no'    ,     ''      ,         ''           ,   '' 
     9sn_snd_thick  =       'none'                 ,    'no'   ,     ''      ,         ''           ,   '' 
     10sn_snd_crt    =       'none'                 ,    'no'    , 'spherical' , 'eastward-northward' ,  'T' 
     11sn_snd_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''           ,   '' 
    1212! receive 
    13 sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   ''     
    14 sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    15 sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V'    
    16 sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    17 sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
    18 sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   ''     
    19 sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   ''     
    20 sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    21 sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
    22 sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   ''     
     13sn_rcv_w10m   =       'none'                 ,    'no'    ,     ''      ,         ''          ,   '' 
     14sn_rcv_taumod =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     15sn_rcv_tau    =       'oce only'             ,    'no'    , 'cartesian' , 'eastward-northward',  'U,V' 
     16sn_rcv_dqnsdt =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     17sn_rcv_qsr    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     18sn_rcv_qns    =       'oce and ice'          ,    'no'    ,     ''      ,         ''          ,   '' 
     19sn_rcv_emp    =       'conservative'         ,    'no'    ,     ''      ,         ''          ,   '' 
     20sn_rcv_rnf    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     21sn_rcv_cal    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
     22sn_rcv_co2    =       'coupled'              ,    'no'    ,     ''      ,         ''          ,   '' 
    2323/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_flx

    r3294 r3989  
    1111 
    1212   cn_dir      = './'      !  root directory for the location of the flux files 
    13 /       
     13/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_mfs

    r3294 r3989  
    1010   sn_tair     =   'ecmwf'   ,        6          , 't2'      ,    .true.    , .false. , 'daily'  ,'bicubic.nc' , '' 
    1111   sn_rhm      =   'ecmwf'   ,        6          , 'rh'      ,    .true.    , .false. , 'daily'  ,'bilinear.nc', '' 
    12    sn_prec     =   'precip'  ,        6          , 'precip'  ,    .true.    , .false. , 'daily'  ,'bicubic'    , '' 
     12   sn_prec     =   'ecmwf'   ,        6          , 'precip'  ,    .true.    , .true.  , 'daily'  ,'bicubic.nc' , '' 
    1313 
    1414   cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_rnf

    r3294 r3989  
    22&namsbc_rnf    !   runoffs namelist surface boundary condition 
    33!----------------------------------------------------------------------- 
    4 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    5 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    6    sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    7    sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    8    sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    9    sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    10    sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     4!              !  file name           ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     5!              !                      !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     6   sn_rnf      = 'runoff_core_monthly',        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     7   sn_cnf      = 'runoff_core_monthly',         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     8   sn_s_rnf    = 'runoffs'            ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     9   sn_t_rnf    = 'runoffs'            ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     10   sn_dep_rnf  = 'runoffs'            ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    1111 
    1212   cn_dir       = './'      !  root directory for the location of the runoff files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_ssr

    r3294 r3989  
    99   cn_dir      = './'      !  root directory for the location of the runoff files 
    1010   nn_sstr     =     0     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
    11    nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2)  
     11   nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2) 
    1212                           !  or to SSS only (=1) or no damping term (=0) 
    1313   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    14    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
     14   rn_deds     =  -166.67  !  magnitude of the damping on salinity   [mm/day] 
    1515   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] 
    17 /       
     17/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc_wave

    r3294 r3989  
    44!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    55!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    6    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.    , .false. , 'daily'  , ''       , '' 
     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'  ,''         , '' 
    710! 
    811   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsol

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &namsol        !   elliptic solver / island / free surface  
     2&namsol        !   elliptic solver / island / free surface 
    33!----------------------------------------------------------------------- 
    44   nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namtra_adv

    r3294 r3989  
    11!----------------------------------------------------------------------- 
    2 &namtra_adv    !   advection scheme for tracer  
     2&namtra_adv    !   advection scheme for tracer 
    33!----------------------------------------------------------------------- 
    4    ln_traadv_cen2   =  .false.  !  2nd order centered scheme    
    5    ln_traadv_tvd    =  .true.   !  TVD scheme                 
    6    ln_traadv_muscl  =  .false.  !  MUSCL scheme              
    7    ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    8    ln_traadv_ubs    =  .false.  !  UBS scheme                  
    9    ln_traadv_qck    =  .false.  !  QUCIKEST scheme                  
     4   ln_traadv_cen2   =  .false.  !  2nd order centered scheme 
     5   ln_traadv_tvd    =  .true.   !  TVD scheme 
     6   ln_traadv_muscl  =  .false.  !  MUSCL scheme 
     7   ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
     8   ln_traadv_ubs    =  .false.  !  UBS scheme 
     9   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
     10   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
    1011/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namtra_bbc

    r2540 r3989  
    33!----------------------------------------------------------------------- 
    44   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom 
    5    nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux  
     5   nn_geoflx   =    2      !  geothermal heat flux: = 0 no flux 
    66                           !     = 1 constant flux 
    7                            !     = 2 variable flux (read in geothermal_heating.nc in mW/m2)  
     7                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    88   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    99/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namtra_ldf

    r3296 r3989  
    2222   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    2323   !                                           (normally=0; not used with Griffies) 
     24   rn_slpmax        =     0.01  !  slope limit 
     25   rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
     26   rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
     27   rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
    2428/ 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namtsd

    r3294 r3989  
    22&namtsd    !   data : Temperature  & Salinity 
    33!----------------------------------------------------------------------- 
    4 !          ! file name ! frequency (hours)         ! variable    ! time interp. ! clim  !'yearly' or ! weights  ! rotation ! 
    5 !          !           !  (if <0  months)          !   name       !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
    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' or ! weights  ! rotation ! 
     5!          !           !  (if <0  months)     !   name   !  (logical)   ! (T/F) ! 'monthly'  ! filename ! pairing  ! 
     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   ! 
    99   cn_dir        = './'     !  root directory for the location of the runoff files 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namzdf_kpp

    r3294 r3989  
    22&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    33!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    4    ln_kpprimix = .true.    !  shear instability mixing  
     4   ln_kpprimix = .true.    !  shear instability mixing 
    55   rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    66   rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    77   rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
    88   rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    9    rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2]  
    10    rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s]  
     9   rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2] 
     10   rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s] 
    1111   nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    1212   nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namzdf_tke

    r3294 r3989  
    77   rn_emin     =   1.e-6   !  minimum value of tke [m2/s2] 
    88   rn_emin0    =   1.e-4   !  surface minimum value of tke [m2/s2] 
     9   rn_bshear   =   1.e-20  ! background shear (>0) currently a numerical threshold (do not change it) 
    910   nn_mxl      =   2       !  mixing length: = 0 bounded by the distance to surface and bottom 
    1011                           !                 = 1 bounded by the local vertical scale factor 
  • branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namzdf_tmx

    r2540 r3989  
    55   rn_n2min    = 1.e-8     !  threshold of the Brunt-Vaisala frequency (s-1) 
    66   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    7    rn_me       = 0.2       !  mixing efficiency  
     7   rn_me       = 0.2       !  mixing efficiency 
    88   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    99   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
Note: See TracChangeset for help on using the changeset viewer.