New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3104 for branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist – NEMO

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

dev_LOCEAN_CMCC_INGV_MERCATOR_2011:add in changes dev_MERCATOR_INGV_2011_MERGE into the new branch

Location:
branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist
Files:
3 edited
5 copied

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist/namflo

    r2540 r3104  
    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 
    46   ln_rstflo  = .false.    !  float restart (T) or not (F) 
    57   nn_writefl =      75    !  frequency of writing in float output file  
     
    810   ln_flork4  = .false.    !  trajectories computed with a 4th order Runge-Kutta (T) 
    911                           !  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) 
    1014/ 
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist/namsbc

    r2540 r3104  
    88   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    99   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
     10   ln_blk_ecmwf= .false.   !  MFS bulk formulation                      (T => fill namsbc_ecmwf) 
    1011   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    1112   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     
    2021                           !     =2 annual global mean of e-p-r set to zero 
    2122                           !     =3 global emp set to zero and spread out over erp area 
     23   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    2224/ 
  • branches/2011/dev_LOCEAN_CMCC_INGV_MERCATOR_2011/DOC/TexFiles/Namelist/namzdf_ric

    r2540 r3104  
    55   rn_alp      =   5.      !  coefficient of the parameterization 
    66   nn_ric      =   2       !  coefficient of the parameterization 
     7   rn_ekmfc    =   0.7     !  Factor in the Ekman depth Equation 
     8   rn_mldmin   =   1.0     !  minimum allowable mixed-layer depth estimate (m) 
     9   rn_mldmax   =1000.0     !  maximum allowable mixed-layer depth estimate (m) 
     10   rn_wtmix    =  10.0     !  vertical eddy viscosity coeff [m2/s] in the mixed-layer 
     11   rn_wvmix    =  10.0     !  vertical eddy diffusion coeff [m2/s] in the mixed-layer 
     12   ln_mldw     = .true.    !  Flag to use or not the mized layer depth param. 
    713/ 
Note: See TracChangeset for help on using the changeset viewer.