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 2501 – NEMO

Changeset 2501


Ignore:
Timestamp:
2010-12-22T14:55:42+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #536 correct some inconsistency in the namelist comments + add links

Location:
branches/nemo_v3_3_beta/NEMOGCM/CONFIG
Files:
4 added
4 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r2482 r2501  
    2727   cn_exp      =  "GYRE"   !  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =    4320   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
     29   nn_itend    =    4320   !  last  time step 
     30   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =      30   !  Leap year calendar (1) or not (0) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
     35                               !                  = 2 calendar parameters read in the restart file 
     36   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     37   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    3238   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3339   nn_stock    =    4320   !  frequency of creation of a restart file (modulo referenced to 1) 
    34    nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nit000) 
     40   nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    3541   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    3642   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    3743   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    38    nn_chunksz  = 0         !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    39    ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    40    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
    41                                !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    42                                !                  = 2 calendar parameters read in the restart file 
    43    cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    44    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     44   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4545/ 
    4646 
     
    6767   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    6868   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    69    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     69   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
     70   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
     71   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    7272   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
    7373   rn_bb       =    0.8    !  stretching with s-sigma 
     
    7878!----------------------------------------------------------------------- 
    7979   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    80    nn_closea    =   0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    81    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    82    rn_hmin     =   -3.     !  minimum depth of the ocean (>0) or minimum number of ocean level (<0) 
    83    rn_e3zps_min=    5.     !  the thickness of the partial step is set larger than the minimum 
    84    rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     80   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     81   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     82   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     83   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     84   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8585                           ! 
    86    rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    87    nn_baro     =   60      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     86   rn_rdt      = 7200.     !  time step for the dynamics (and tracer if nn_acc=0) 
     87   nn_baro     =   60      !  number of barotropic time step           ("key_dynspg_ts") 
    8888   rn_atfp     =    0.1    !  asselin time filter parameter 
    8989   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    9090                                 !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nacc=1) 
    92    rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nacc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
     91   rn_rdtmin   = 7200.           !  minimum time step on tracers (used if nn_acc=1) 
     92   rn_rdtmax   = 7200.           !  maximum time step on tracers (used if nn_acc=1) 
     93   rn_rdth     =  800.           !  depth variation of tracer time step (used if nn_acc=1) 
    9494/ 
    9595!----------------------------------------------------------------------- 
     
    143143                           !  =1 use observed ice-cover      , 
    144144                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    145    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
    146    ln_rnf      = .false.   !  runoffs (T => fill namsbc_rnf) 
     145   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
     146   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    147147   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    148    nn_fwb      = 0         !  FreshWater Budget: =0 unchecked                              ,  
     148   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked  
    149149                           !     =1 global mean of e-p-r set to zero at each time step  
    150150                           !     =2 annual global mean of e-p-r set to zero 
     
    206206   cn_dir      = './'      !  root directory for the location of the bulk files 
    207207   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    208    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
     208   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    209209   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    210210/ 
     
    237237&namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238238!----------------------------------------------------------------------- 
    239 cn_snd_co2        = 'coupled'         ! send    : 'none' 'coupled' 
    240 cn_rcv_co2        = 'coupled'         ! receive : 'none' 'coupled' 
     239   cn_snd_co2     = 'coupled'         ! send    : 'none' 'coupled' 
     240   cn_rcv_co2     = 'coupled'         ! receive : 'none' 'coupled' 
    241241/ 
    242242!----------------------------------------------------------------------- 
     
    260260&namsbc_rnf    !   runoffs namelist surface boundary condition 
    261261!----------------------------------------------------------------------- 
    262 !              !  file name              ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    263 !              !                         !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    264    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    265    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    266    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    267    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    268    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     262!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     263!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     264   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     265   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     266   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     267   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     268   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    269269 
    270270   cn_dir       = './'      !  root directory for the location of the runoff files 
    271    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    272    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
    273    rn_hrnf      =   0.e0    !  depth over which enhanced vertical mixing is used 
     271   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     272   ln_rnf_mouth = .false.  !  specific treatment at rivers mouths 
     273   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    274274   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    275275   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    276    ln_rnf_depth =  .false.  !  read in depth information for runoff 
    277    ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    278    ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     276   ln_rnf_depth = .false.   !  read in depth information for runoff 
     277   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
     278   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    279279/ 
    280280!----------------------------------------------------------------------- 
     
    355355   rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    356356   rn_dpsob    =   15.     !     -           -         -     south   -      - 
    357    rn_volemp   =  1.       !  = 0 the total volume change with the surface flux (E-P-R) 
     357   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    358358                           !  = 1 the total volume remains constant 
    359359/ 
     
    361361&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    362362!----------------------------------------------------------------------- 
    363    nn_cln_update = 3       !  baroclinic update frequency 
     363   nn_cln_update =    3    !  baroclinic update frequency 
    364364   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    365    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [s] 
    366    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [s] 
     365   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     366   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    367367/ 
    368368!----------------------------------------------------------------------- 
    369369&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370370!----------------------------------------------------------------------- 
    371    cn_mask       =  ''                     !  name of mask file (if ln_bdy_mask=.TRUE.) 
    372    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378  
    379    ln_clim    = .false.    !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    380    ln_vol     = .false.    !  total volume correction (see volbdy parameter) 
    381    ln_mask    = .false.    !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
    382    ln_tides   = .false.    !  Apply tidal harmonic forcing with Flather condition 
    383    ln_dyn_fla = .false.    !  Apply Flather condition to velocities 
    384    ln_tra_frs = .false.    !  Apply FRS condition to temperature and salinity  
    385    ln_dyn_frs = .false.    !  Apply FRS condition to velocities 
    386    nn_rimwidth=  9         !  width of the relaxation zone 
    387    nn_dtactl  =  1         !  = 0, bdy data are equal to the initial state 
     371   cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
     372   cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
     373   cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
     374   cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
     375   cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
     376   cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
     377   cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
     378 
     379   ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     380   ln_vol      = .false.   !  total volume correction (see volbdy parameter) 
     381   ln_mask     = .false.   !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
     382   ln_tides    = .false.   !  Apply tidal harmonic forcing with Flather condition 
     383   ln_dyn_fla  = .false.   !  Apply Flather condition to velocities 
     384   ln_tra_frs  = .false.   !  Apply FRS condition to temperature and salinity  
     385   ln_dyn_frs  = .false.   !  Apply FRS condition to velocities 
     386   nn_rimwidth =  9        !  width of the relaxation zone 
     387   nn_dtactl   =  1        !  = 0, bdy data are equal to the initial state 
    388388                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    389    nn_volctl  =  0         !  = 0, the total water flux across open boundaries is zero 
     389   nn_volctl   =  0        !  = 0, the total water flux across open boundaries is zero 
    390390                           !  = 1, the total volume of the system is conserved 
    391391/ 
     
    415415   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    416416   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    417    ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     417   ln_bfr2d    = .false.  !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418418   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
    419419/ 
     
    448448&nameos        !   ocean physical parameters 
    449449!----------------------------------------------------------------------- 
    450    nn_eos      =    2      !  type of equation of state and Brunt-Vaisala frequency 
     450   nn_eos      =   2       !  type of equation of state and Brunt-Vaisala frequency 
    451451                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    452452                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    453453                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    454    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    455    rn_beta     =    7.7e-4 !  saline  expension coefficient (neos= 2) 
     454   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     455   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    456456/ 
    457457!----------------------------------------------------------------------- 
     
    480480   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    481481   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    482    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     482   rn_aeiv_0        =     0.    !  eddy induced velocity coef. [m2/s]   (require "key_traldf_eiv") 
    483483/ 
    484484!----------------------------------------------------------------------- 
     
    580580   nn_evdm     =    1      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    581581   rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
    582    ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F) 
     582   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F) 
    583583   nn_npc      =    1            !  frequency of application of npc 
    584584   nn_npcp     =  365            !  npc control print frequency 
     
    621621/ 
    622622!------------------------------------------------------------------------ 
    623 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     623&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    624624!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    625625   ln_kpprimix = .true.    !  shear instability mixing  
     
    640640   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    641641   rn_clim_galp  = 0.53    !  galperin limit 
    642    ln_crban      = .TRUE.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
    643    ln_sigpsi     = .TRUE.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     642   ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     643   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    644644   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    645645   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
     
    664664   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    665665   rn_me       = 0.2       !  mixing efficiency  
    666    ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
     666   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    667667   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    668668/ 
     
    737737                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    738738                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
    739    ln_nc4zip   = .TRUE.    !  (T) use netcdf4 chunking and compression 
     739   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    740740                           !  (F) ignore chunking information and produce netcdf3-compatible files 
    741741/ 
     
    776776&namhsb       !  Heat and salt budgets  
    777777!----------------------------------------------------------------------- 
    778    ln_diahsb  = .false.     !  check the heat and salt budgets (T) or not (F) 
     778   ln_diahsb  = .false.    !  check the heat and salt budgets (T) or not (F) 
    779779/ 
    780780 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist

    r2482 r2501  
    2727   cn_exp      = "Agulhas" !  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =   10950   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
     29   nn_itend    =   10950   !  last  time step 
     30   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
     35                               !                  = 2 calendar parameters read in the restart file 
     36   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     37   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    3238   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3339   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    34    nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nit000) 
     40   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    3541   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    3642   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    3743   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    38    nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    39    ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    40    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
    41                                !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    42                                !                  = 2 calendar parameters read in the restart file 
    43    cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    44    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     44   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4545/ 
    4646 
     
    6767   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    6868   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    69    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     69   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
     70   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
     71   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    7272   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
    7373   rn_bb       =    0.8    !  stretching with s-sigma 
     
    7878!----------------------------------------------------------------------- 
    7979   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    80    nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    81    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    82    rn_hmin     =   -3.     !  minimum depth of the ocean (>0) or minimum number of ocean level (<0) 
    83    rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    84    rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     80   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     81   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     82   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     83   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     84   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8585                           ! 
    86    rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    87    nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     86   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
     87   nn_baro     =   64      !  number of barotropic time step           ("key_dynspg_ts") 
    8888   rn_atfp     =    0.1    !  asselin time filter parameter 
    8989   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    9090                                 !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nacc=1) 
    92    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nacc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
     91   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
     92   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
     93   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9494/ 
    9595!----------------------------------------------------------------------- 
     
    143143                           !  =1 use observed ice-cover      , 
    144144                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    145    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
    146    ln_rnf      = .false.   !  runoffs (T => fill namsbc_rnf) 
     145   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
     146   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    147147   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    148148   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked  
     
    206206   cn_dir      = './'      !  root directory for the location of the bulk files 
    207207   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    208    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
     208   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    209209   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    210210/ 
     
    237237&namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238238!----------------------------------------------------------------------- 
    239 cn_snd_co2        = 'coupled'         ! send    : 'none' 'coupled' 
    240 cn_rcv_co2        = 'coupled'         ! receive : 'none' 'coupled' 
     239   cn_snd_co2     = 'coupled'         ! send    : 'none' 'coupled' 
     240   cn_rcv_co2     = 'coupled'         ! receive : 'none' 'coupled' 
    241241/ 
    242242!----------------------------------------------------------------------- 
     
    260260&namsbc_rnf    !   runoffs namelist surface boundary condition 
    261261!----------------------------------------------------------------------- 
    262 !              !  file name              ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    263 !              !                         !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    264    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    265    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    266    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    267    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    268    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     262!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     263!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     264   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     265   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     266   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     267   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     268   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    269269 
    270270   cn_dir       = './'      !  root directory for the location of the runoff files 
    271    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    272    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     271   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     272   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    273273   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    274274   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    275275   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    276    ln_rnf_depth =  .false.  !  read in depth information for runoff 
    277    ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    278    ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     276   ln_rnf_depth = .false.   !  read in depth information for runoff 
     277   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
     278   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    279279/ 
    280280!----------------------------------------------------------------------- 
     
    298298   cn_dir      = './'      !  root directory for the location of the runoff files 
    299299   nn_sstr     =     0     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
    300    nn_sssr     =     0     !  add a damping     term in the surface freshwater flux (=1) or not (=0) 
     300   nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2)  
    301301                           !  or to SSS only (=1) or no damping term (=0) 
    302302   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
     
    355355   rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    356356   rn_dpsob    =   15.     !     -           -         -     south   -      - 
    357    rn_volemp   =  1.       !  = 0 the total volume change with the surface flux (E-P-R) 
     357   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    358358                           !  = 1 the total volume remains constant 
    359359/ 
     
    361361&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    362362!----------------------------------------------------------------------- 
    363    nn_cln_update = 3       !  baroclinic update frequency 
     363   nn_cln_update =    3    !  baroclinic update frequency 
    364364   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    365    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [s] 
    366    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [s] 
     365   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     366   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    367367/ 
    368368!----------------------------------------------------------------------- 
    369369&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370370!----------------------------------------------------------------------- 
    371    cn_mask       =  ''                     !  name of mask file (if ln_bdy_mask=.TRUE.) 
    372    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
     371   cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
     372   cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
     373   cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
     374   cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
     375   cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
     376   cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
     377   cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378378 
    379379   ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     
    414414   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    415415   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    416    rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    417    ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418    rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
     416   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     417   ln_bfr2d    = .false.  !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     418   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    419419/ 
    420420!----------------------------------------------------------------------- 
     
    448448&nameos        !   ocean physical parameters 
    449449!----------------------------------------------------------------------- 
    450    nn_eos      =    0      !  type of equation of state and Brunt-Vaisala frequency 
     450   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    451451                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    452452                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    453453                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    454    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    455    rn_beta     =    0.001  !  saline  expension coefficient (neos= 2) 
     454   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     455   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    456456/ 
    457457!----------------------------------------------------------------------- 
     
    494494   rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    495495   rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    496    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     496   nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    497497/ 
    498498 
     
    554554   ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
    555555   !                       !  Coefficient 
    556    rn_ahm_0_lap     =     0.    !  horizontal laplacian eddy viscosity   [m2/s] 
     556   rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    557557   rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    558558   rn_ahm_0_blp     = -8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]  
     
    580580   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    581581   rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
    582    ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F) 
     582   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F) 
    583583   nn_npc      =    1            !  frequency of application of npc 
    584584   nn_npcp     =  365            !  npc control print frequency 
     
    621621/ 
    622622!------------------------------------------------------------------------ 
    623 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     623&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    624624!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    625625   ln_kpprimix = .true.    !  shear instability mixing  
     
    640640   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    641641   rn_clim_galp  = 0.53    !  galperin limit 
    642    ln_crban      = .TRUE.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
    643    ln_sigpsi     = .TRUE.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     642   ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     643   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    644644   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    645645   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
     
    664664   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    665665   rn_me       = 0.2       !  mixing efficiency  
    666    ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
     666   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    667667   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    668668/ 
     
    737737                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    738738                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
    739    ln_nc4zip   = .TRUE.    !  (T) use netcdf4 chunking and compression 
     739   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    740740                           !  (F) ignore chunking information and produce netcdf3-compatible files 
    741741/ 
     
    766766!----------------------------------------------------------------------- 
    767767   ln_diaptr  = .false.    !  Poleward heat and salt transport (T) or not (F) 
    768    ln_diaznl  = .false.    !  Add zonal means and meridional stream functions 
    769    ln_subbas  = .false.    !  Atlantic/Pacific/Indian basins computation (T) or not  
     768   ln_diaznl  = .true.     !  Add zonal means and meridional stream functions 
     769   ln_subbas  = .true.     !  Atlantic/Pacific/Indian basins computation (T) or not  
    770770                           !  (orca configuration only, need input basins mask file named "subbasins.nc" 
    771    ln_ptrcomp = .false.    !  Add decomposition : overturning 
     771   ln_ptrcomp = .true.     !  Add decomposition : overturning 
    772772   nn_fptr    =  1         !  Frequency of ptr computation [time step] 
    773773   nn_fwri    =  15        !  Frequency of ptr outputs [time step] 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist

    r2482 r2501  
    2828   nn_it000    =       1   !  first time step 
    2929   nn_itend    =    5475   !  last  time step (std 5475) 
    30    nn_date0    =  010101   !  initial calendar date yymmdd (used if nrstdt=1) 
     30   nn_date0    =  010101   !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     32   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
     35                               !                  = 2 calendar parameters read in the restart file 
     36   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     37   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    3238   nn_istate   =       0   !  output the initial state (1) or not (0) 
    3339   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
    34    nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nit000) 
     40   nn_write    =    5475   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    3541   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    3642   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    3743   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
    38    nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    39    ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    40    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
    41                                !                  = 1 use ndate0 in namelist (not the value in the restart file) 
    42                                !                  = 2 calendar parameters read in the restart file 
    43    cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    44    cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     44   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4545/ 
    4646 
     
    6767   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    6868   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    69    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     69   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
     70   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
     71   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    7272   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
    7373   rn_bb       =    0.8    !  stretching with s-sigma 
     
    7878!----------------------------------------------------------------------- 
    7979   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    80    nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    81    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    82    rn_hmin     =   -3.     !  minimum depth of the ocean (>0) or minimum number of ocean level (<0) 
    83    rn_e3zps_min=   20.     !  the thickness of the partial step is set larger than the minimum 
    84    rn_e3zps_rat=    0.1    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     80   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     81   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     82   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     83   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
     84   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8585                           ! 
    86    rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    87    nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     86   rn_rdt      = 5760.     !  time step for the dynamics (and tracer if nn_acc=0) 
     87   nn_baro     =   64      !  number of barotropic time step           ("key_dynspg_ts") 
    8888   rn_atfp     =    0.1    !  asselin time filter parameter 
    8989   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    9090                                 !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nacc=1) 
    92    rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nacc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
     91   rn_rdtmin   = 28800.          !  minimum time step on tracers (used if nn_acc=1) 
     92   rn_rdtmax   = 28800.          !  maximum time step on tracers (used if nn_acc=1) 
     93   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9494/ 
    9595!----------------------------------------------------------------------- 
     
    143143                           !  =1 use observed ice-cover      , 
    144144                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    145    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
     145   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    146146   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    147147   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     
    206206   cn_dir      = './'      !  root directory for the location of the bulk files 
    207207   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    208    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
     208   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    209209   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    210210/ 
     
    237237&namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238238!----------------------------------------------------------------------- 
    239 cn_snd_co2        = 'coupled'         ! send    : 'none' 'coupled' 
    240 cn_rcv_co2        = 'coupled'         ! receive : 'none' 'coupled' 
     239   cn_snd_co2     = 'coupled'         ! send    : 'none' 'coupled' 
     240   cn_rcv_co2     = 'coupled'         ! receive : 'none' 'coupled' 
    241241/ 
    242242!----------------------------------------------------------------------- 
     
    260260&namsbc_rnf    !   runoffs namelist surface boundary condition 
    261261!----------------------------------------------------------------------- 
    262 !              !  file name              ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    263 !              !                         !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    264    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    265    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    266    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    267    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    268    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     262!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     263!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     264   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     265   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     266   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     267   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     268   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    269269 
    270270   cn_dir       = './'      !  root directory for the location of the runoff files 
    271    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    272    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     271   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     272   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    273273   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    274274   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
    275275   rn_rfact     =   1.e0    !  multiplicative factor for runoff 
    276    ln_rnf_depth =  .false.  !  read in depth information for runoff 
    277    ln_rnf_tem   =  .false.  !  read in temperature information for runoff 
    278    ln_rnf_sal   =  .false.  !  read in salinity information for runoff 
     276   ln_rnf_depth = .false.   !  read in depth information for runoff 
     277   ln_rnf_tem   = .false.   !  read in temperature information for runoff 
     278   ln_rnf_sal   = .false.   !  read in salinity information for runoff 
    279279/ 
    280280!----------------------------------------------------------------------- 
     
    355355   rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    356356   rn_dpsob    =   15.     !     -           -         -     south   -      - 
    357    rn_volemp   =  1.       !  = 0 the total volume change with the surface flux (E-P-R) 
     357   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    358358                           !  = 1 the total volume remains constant 
    359359/ 
     
    361361&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    362362!----------------------------------------------------------------------- 
    363    nn_cln_update = 3       !  baroclinic update frequency 
     363   nn_cln_update =    3    !  baroclinic update frequency 
    364364   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    365    rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [s] 
    366    rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [s] 
     365   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
     366   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
    367367/ 
    368368!----------------------------------------------------------------------- 
    369369&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370370!----------------------------------------------------------------------- 
    371    cn_mask       =  ''                     !  name of mask file (if ln_bdy_mask=.TRUE.) 
    372    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
     371   cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
     372   cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
     373   cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
     374   cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
     375   cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
     376   cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
     377   cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378378 
    379379   ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     
    414414   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    415415   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    416    rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    417    ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418    rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
     416   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     417   ln_bfr2d    = .false.  !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     418   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    419419/ 
    420420!----------------------------------------------------------------------- 
     
    448448&nameos        !   ocean physical parameters 
    449449!----------------------------------------------------------------------- 
    450    nn_eos      =    0      !  type of equation of state and Brunt-Vaisala frequency 
     450   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    451451                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    452452                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    453453                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    454    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    455    rn_beta     =    0.001  !  saline  expension coefficient (neos= 2) 
     454   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     455   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    456456/ 
    457457!----------------------------------------------------------------------- 
     
    580580   nn_evdm     =    0      !  evd apply on tracer (=0) or on tracer and momentum (=1) 
    581581   rn_avevd    =  100.     !  evd mixing coefficient [m2/s] 
    582    ln_zdfnpc   = .false.   !  Non-Penetrative algorithm (T) or not (F) 
     582   ln_zdfnpc   = .false.   !  Non-Penetrative Convective algorithm (T) or not (F) 
    583583   nn_npc      =    1            !  frequency of application of npc 
    584584   nn_npcp     =  365            !  npc control print frequency 
     
    621621/ 
    622622!------------------------------------------------------------------------ 
    623 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     623&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    624624!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    625625   ln_kpprimix = .true.    !  shear instability mixing  
     
    640640   ln_length_lim = .true.  !  limit on the dissipation rate under stable stratification (Galperin et al., 1988) 
    641641   rn_clim_galp  = 0.53    !  galperin limit 
    642    ln_crban      = .TRUE.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
    643    ln_sigpsi     = .TRUE.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
     642   ln_crban      = .true.  !  Use Craig & Banner (1994) surface wave mixing parametrisation 
     643   ln_sigpsi     = .true.  !  Activate or not Burchard 2001 mods on psi schmidt number in the wb case 
    644644   rn_crban      = 100.    !  Craig and Banner 1994 constant for wb tke flux 
    645645   rn_charn      = 70000.  !  Charnock constant for wb induced roughness length 
     
    664664   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    665665   rn_me       = 0.2       !  mixing efficiency  
    666    ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
     666   ln_tmx_itf  = .true.    !  ITF specific parameterisation 
    667667   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    668668/ 
     
    737737                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    738738                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
    739    ln_nc4zip   = .TRUE.    !  (T) use netcdf4 chunking and compression 
     739   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    740740                           !  (F) ignore chunking information and produce netcdf3-compatible files 
    741741/ 
  • branches/nemo_v3_3_beta/NEMOGCM/CONFIG/POMME/EXP00/namelist

    r2482 r2501  
    2727   cn_exp      = "POMM025" !  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =   21900   !  last  time step (std 5475) 
    30    nn_date0    =  19880101 !  initial calendar date yymmdd (used if nrstdt=1) 
     29   nn_itend    =   21900   !  last  time step 
     30   nn_date0    =  19880101 !  initial calendar date yymmdd (used if nn_rstctl=1) 
    3131   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
    32    nn_istate   =       0   !  output the initial state (1) or not (0) 
    33    nn_stock    =   21900   !  frequency of creation of a restart file (modulo referenced to 1) 
    34    nn_write    =     300   !  frequency of write in the output file   (modulo referenced to nit000) 
    35    ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    36    ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    37    ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    38    nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (working only with iom_nf90 routines) 
    3932   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
    40    nn_rstctl   =       0       !  restart control = 0 nit000 is not compared to the restart file value 
    41                                !                  = 1 use ndate0 in namelist (not the value in the restart file) 
     33   nn_rstctl   =       0       !  restart control = 0 nn_it000 is not compared to the restart file value 
     34                               !                  = 1 use nn_date0 in namelist (not the value in the restart file) 
    4235                               !                  = 2 calendar parameters read in the restart file 
    4336   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    4437   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     38   nn_istate   =       0   !  output the initial state (1) or not (0) 
     39   nn_stock    =   21900   !  frequency of creation of a restart file (modulo referenced to 1) 
     40   nn_write    =     300   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     41   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
     42   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     43   ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     44   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    4545/ 
    4646 
     
    6767   rn_sbot_min =  300.     !  minimum depth of s-bottom surface (>0) (m) 
    6868   rn_sbot_max = 5250.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
    69    rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    0.75   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<r_max<1) 
     69   rn_theta    =    6.0    !  surface control parameter (0<=rn_theta<=20) 
     70   rn_thetb    =    0.75   !  bottom control parameter  (0<=rn_thetb<= 1) 
     71   rn_rmax     =    0.15   !  maximum cut-off r-value allowed (0<rn_max<1) 
    7272   ln_s_sigma  = .false.   !  hybrid s-sigma coordinates 
    7373   rn_bb       =    0.8    !  stretching with s-sigma 
     
    7878!----------------------------------------------------------------------- 
    7979   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    80    nn_closea   =    0      !  closed seas and lakes are removed (=0) or kept (=1) from the ORCA domain 
    81    nn_msh      =    0      !  create (=1) a mesh file (coordinates, scale factors, masks) or not (=0) 
    82    rn_hmin     =   -3.     !  minimum depth of the ocean (>0) or minimum number of ocean level (<0) 
    83    rn_e3zps_min=   25.     !  the thickness of the partial step is set larger than the minimum 
    84    rn_e3zps_rat=    0.2    !  of e3zps_min and e3zps_rat * e3t   (N.B. 0<e3zps_rat<1) 
     80   nn_closea    =   0      !  remove (=0) or keep (=1) closed seas and lakes (ORCA) 
     81   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     82   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
     83   rn_e3zps_min=   25.     !  partial step thickness is set larger than the minimum of 
     84   rn_e3zps_rat=    0.2    !  rn_e3zps_min and rn_e3zps_rat * e3t   (N.B. 0<rn_e3zps_rat<1) 
    8585                           ! 
    8686   rn_rdt      = 1440.     !  time step for the dynamics (and tracer if nacc=0)   ==> 5760 
    87    nn_baro     =   64      !  number of barotropic time step (for the split explicit algorithm) ("key_dynspg_ts") 
     87   nn_baro     =   64      !  number of barotropic time step           ("key_dynspg_ts") 
    8888   rn_atfp     =    0.1    !  asselin time filter parameter 
    8989   nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    9090                                 !                          =0, not used, rdt = rdttra 
    91    rn_rdtmin   = 1440.          !  minimum time step on tracers (used if nacc=1) 
    92    rn_rdtmax   = 1440.          !  maximum time step on tracers (used if nacc=1) 
    93    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nacc=1) 
     91   rn_rdtmin   = 1440.           !  minimum time step on tracers (used if nn_acc=1) 
     92   rn_rdtmax   = 1440.           !  maximum time step on tracers (used if nn_acc=1) 
     93   rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9494/ 
    9595!----------------------------------------------------------------------- 
     
    143143                           !  =1 use observed ice-cover      , 
    144144                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    145    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
     145   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    146146   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    147147   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     
    206206   cn_dir      = './'      !  root directory for the location of the bulk files 
    207207   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    208    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
     208   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    209209   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    210210/ 
     
    237237&namsbc_cpl_co2   !   coupled ocean/biogeo/atmosphere model             ("key_cpl_carbon_cycle") 
    238238!----------------------------------------------------------------------- 
    239 cn_snd_co2        = 'coupled'         ! send    : 'none' 'coupled' 
    240 cn_rcv_co2        = 'coupled'         ! receive : 'none' 'coupled' 
     239   cn_snd_co2     = 'coupled'         ! send    : 'none' 'coupled' 
     240   cn_rcv_co2     = 'coupled'         ! receive : 'none' 'coupled' 
    241241/ 
    242242!----------------------------------------------------------------------- 
     
    248248  
    249249   cn_dir      = './'      !  root directory for the location of the runoff files 
    250    ln_traqsr   = .false.    !  Light penetration (T) or not (F) 
    251    ln_qsr_rgb  = .false.    !  RGB (Red-Green-Blue) light penetration 
     250   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
     251   ln_qsr_rgb  = .false.   !  RGB (Red-Green-Blue) light penetration 
    252252   ln_qsr_2bd  = .false.   !  2 bands              light penetration 
    253253   ln_qsr_bio  = .false.   !  bio-model light penetration 
     
    260260&namsbc_rnf    !   runoffs namelist surface boundary condition 
    261261!----------------------------------------------------------------------- 
    262 !              !  file name              ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    263 !              !                         !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    264    sn_rnf      = 'runoff_core_monthly'   ,        -1         , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
    265    sn_cnf      = 'runoff_core_monthly'   ,         0         , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
    266    sn_s_rnf    = 'runoffs'               ,        24         , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
    267    sn_t_rnf    = 'runoffs'               ,        24         , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
    268    sn_dep_rnf  = 'runoffs'               ,         0         , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
     262!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     263!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     264   sn_rnf      = 'runoff_core_monthly',    -1    , 'sorunoff',   .true.     , .true. , 'yearly'  , ''       , '' 
     265   sn_cnf      = 'runoff_core_monthly',     0    , 'socoefr0',   .false.    , .true. , 'yearly'  , ''       , '' 
     266   sn_s_rnf    = 'runoffs'            ,    24    , 'rosaline',   .true.     , .true. , 'yearly'  , ''       , '' 
     267   sn_t_rnf    = 'runoffs'            ,    24    , 'rotemper',   .true.     , .true. , 'yearly'  , ''       , '' 
     268   sn_dep_rnf  = 'runoffs'            ,     0    , 'rodepth' ,   .false.    , .true. , 'yearly'  , ''       , '' 
    269269 
    270270   cn_dir       = './'      !  root directory for the location of the runoff files 
    271    ln_rnf_emp   =   .false. !  runoffs included into precipitation field (T) or into a file (F) 
    272    ln_rnf_mouth =   .false. !  specific treatment at rivers mouths 
     271   ln_rnf_emp   = .false.  !  runoffs included into precipitation field (T) or into a file (F) 
     272   ln_rnf_mouth = .true.    !  specific treatment at rivers mouths 
    273273   rn_hrnf      =  15.e0    !  depth over which enhanced vertical mixing is used 
    274274   rn_avt_rnf   =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] 
     
    293293!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    294294!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    295    sn_sst      = 'sst_data'  ,        24         , 'sst'     ,    .false.   , .false., 'yearly'  , ''       , '' 
    296    sn_sss      = 'sss_1m'    ,        -1         , 'vosaline',    .true.    , .true. , 'yearly'  , ''       , '' 
     295   sn_sst      = 'sst_data'  ,        24         ,  'sst'    ,    .false.   , .false., 'yearly'  , ''       , '' 
     296   sn_sss      = 'sss_data'  ,        -1         , 'vosaline',    .true.    , .true. , 'yearly'  , ''       , '' 
    297297 
    298298   cn_dir      = './'      !  root directory for the location of the runoff files 
    299299   nn_sstr     =     0     !  add a retroaction term in the surface heat       flux (=1) or not (=0) 
    300    nn_sssr     =     1     !  add a damping     term in the surface freshwater flux (=2)  
     300   nn_sssr     =     2     !  add a damping     term in the surface freshwater flux (=2)  
    301301                           !  or to SSS only (=1) or no damping term (=0) 
    302302   rn_dqdt     =   -40.    !  magnitude of the retroaction on temperature   [W/m2/K] 
    303    rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day/psu] 
     303   rn_deds     =   -27.7   !  magnitude of the damping on salinity   [mm/day] 
    304304   ln_sssr_bnd =   .true.  !  flag to bound erp term (associated with nn_sssr=2) 
    305305   rn_sssr_bnd =   4.e0    !  ABS(Max/Min) value of the damping erp term [mm/day] 
     
    355355   rn_dpnob    =  150.     !     -           -         -     north   -      - 
    356356   rn_dpsob    =  150.     !     -           -         -     south   -      - 
    357    rn_volemp   =  1.       !  = 0 the total volume change with the surface flux (E-P-R) 
     357   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    358358                           !  = 1 the total volume remains constant 
    359359/ 
     
    361361&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    362362!----------------------------------------------------------------------- 
    363     nn_cln_update = 3      !  baroclinic update frequency 
    364     ln_spc_dyn    = .true. !  use 0 as special value for dynamics 
    365     rn_sponge_tra = 2880.  !  coefficient for tracer   sponge layer [s] 
    366     rn_sponge_dyn = 2880.  !  coefficient for dynamics sponge layer [s] 
     363   nn_cln_update =    3    !  baroclinic update frequency 
     364   ln_spc_dyn    = .true. !  use 0 as special value for dynamics 
     365   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [s] 
     366   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [s] 
    367367/ 
    368368!----------------------------------------------------------------------- 
    369369&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    370370!----------------------------------------------------------------------- 
    371    cn_mask       =  ''                     !  name of mask file (if ln_bdy_mask=.TRUE.) 
    372    cn_dta_frs_T  = 'bdydata_grid_T.nc'     !  name of data file (T-points) 
    373    cn_dta_frs_U  = 'bdydata_grid_U.nc'     !  name of data file (U-points) 
    374    cn_dta_frs_V  = 'bdydata_grid_V.nc'     !  name of data file (V-points) 
    375    cn_dta_fla_T  = 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
    376    cn_dta_fla_U  = 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
    377    cn_dta_fla_V  = 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
     371   cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
     372   cn_dta_frs_T= 'bdydata_grid_T.nc'     !  name of data file (T-points) 
     373   cn_dta_frs_U= 'bdydata_grid_U.nc'     !  name of data file (U-points) 
     374   cn_dta_frs_V= 'bdydata_grid_V.nc'     !  name of data file (V-points) 
     375   cn_dta_fla_T= 'bdydata_bt_grid_T.nc'  !  name of data file for Flather condition (T-points) 
     376   cn_dta_fla_U= 'bdydata_bt_grid_U.nc'  !  name of data file for Flather condition (U-points) 
     377   cn_dta_fla_V= 'bdydata_bt_grid_V.nc'  !  name of data file for Flather condition (V-points) 
    378378 
    379379   ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     
    414414   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    415415   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    416    rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
    417    ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
    418    rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
     416   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m2/s2) 
     417   ln_bfr2d    = .false.  !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     418   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d=T) 
    419419/ 
    420420!----------------------------------------------------------------------- 
     
    448448&nameos        !   ocean physical parameters 
    449449!----------------------------------------------------------------------- 
    450    nn_eos      =    0      !  type of equation of state and Brunt-Vaisala frequency 
     450   nn_eos      =   0       !  type of equation of state and Brunt-Vaisala frequency 
    451451                           !     = 0, UNESCO (formulation of Jackett and McDougall (1994) and of McDougall (1987) ) 
    452452                           !     = 1, linear: rho(T)   = rau0 * ( 1.028 - ralpha * T ) 
    453453                           !     = 2, linear: rho(T,S) = rau0 * ( rbeta * S - ralpha * T ) 
    454    rn_alpha    =    2.e-4  !  thermal expension coefficient (neos= 1 or 2) 
    455    rn_beta     =    0.001  !  saline  expension coefficient (neos= 2) 
     454   rn_alpha    =   2.0e-4  !  thermal expension coefficient (nn_eos= 1 or 2) 
     455   rn_beta     =   7.7e-4  !  saline  expension coefficient (nn_eos= 2) 
    456456/ 
    457457!----------------------------------------------------------------------- 
     
    621621/ 
    622622!------------------------------------------------------------------------ 
    623 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionnally: 
     623&namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    624624!------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    625625   ln_kpprimix = .true.    !  shear instability mixing  
     
    664664   rn_tfe      = 0.333     !  tidal dissipation efficiency 
    665665   rn_me       = 0.2       !  mixing efficiency  
    666    ln_tmx_itf  = .FALSE.   !  ITF specific parameterisation 
     666   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    667667   rn_tfe_itf  = 1.        !  ITF tidal dissipation efficiency 
    668668/ 
     
    737737                           !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    738738                           !  is optimal for postprocessing which works exclusively with horizontal slabs 
    739    ln_nc4zip   = .TRUE.    !  (T) use netcdf4 chunking and compression 
     739   ln_nc4zip   = .true.    !  (T) use netcdf4 chunking and compression 
    740740                           !  (F) ignore chunking information and produce netcdf3-compatible files 
    741741/ 
Note: See TracChangeset for help on using the changeset viewer.