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 10445 for NEMO/trunk/doc/namelists – NEMO

Ignore:
Timestamp:
2018-12-21T15:55:28+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Update the content of namelists folder with last revision of namelist*_ref
Add also PISCES and TRC specific namelists

Location:
NEMO/trunk/doc/namelists
Files:
38 added
20 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/namelists/nambdy

    r10075 r10445  
    77      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
    88   ln_mask_file   = .false.   !  =T : read mask from file 
    9       cn_mask_file= ''        !  name of mask file (if ln_mask_file=.TRUE.) 
     9      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
    1010   cn_dyn2d    = 'none'       ! 
    1111   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
     
    2929   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
    3030   rn_time_dmp   =  1.        !  Damping time scale in days 
    31    rn_time_dmp_out= 1.        !  Outflow damping time scale 
     31   rn_time_dmp_out = 1.        !  Outflow damping time scale 
    3232   nn_rimwidth   = 10         !  width of the relaxation zone 
    3333   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
  • NEMO/trunk/doc/namelists/namc1d

    r10075 r10445  
    44   rn_lat1d    =      50   !  Column latitude 
    55   rn_lon1d    =    -145   !  Column longitude 
    6    ln_c1d_locpt=  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
     6   ln_c1d_locpt =  .true.   ! Localization of 1D config in a grid (T) or independant point (F) 
    77/ 
  • NEMO/trunk/doc/namelists/namcfg

    r10075 r10445  
    1212      !                         !  If closea_mask field doesn't exist in the domain_cfg file 
    1313      !                         !       then this logical does nothing. 
    14    ln_write_cfg= .false.   !  (=T) create the domain configuration file 
     14   ln_write_cfg = .false.   !  (=T) create the domain configuration file 
    1515      cn_domcfg_out = "domain_cfg_out" ! newly created domain configuration filename 
    1616      ! 
  • NEMO/trunk/doc/namelists/namdct

    r10075 r10445  
    44    nn_dct     = 15        !  time step frequency for transports computing 
    55    nn_dctwri  = 15        !  time step frequency for transports writing 
    6     nn_secdebug= 112       !      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 
  • NEMO/trunk/doc/namelists/namdyn

    r10201 r10445  
    22&namdyn         !   Ice dynamics 
    33!------------------------------------------------------------------------------ 
    4    ln_dynFULL       = .true.          !  dyn.: full ice dynamics               (rheology + advection + ridging/rafting + correction) 
    5    ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections  (rheology + advection) 
    6    ln_dynADV        = .false.         !  dyn.: only advection w prescribed vel.(rn_uvice + advection) 
    7       rn_uice       =   0.00001       !        prescribed ice u-velocity 
    8       rn_vice       =   0.            !        prescribed ice v-velocity 
    9    rn_ishlat        =   2.            !  free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    10    ln_landfast      = .false.         !  landfast ice parameterization (T or F)                            
    11       rn_gamma      =   0.15          !     fraction of ocean depth that ice must reach to initiate landfast 
    12                                       !        recommended range: [0.1 ; 0.25] 
    13       rn_icebfr     =  10.            !     maximum bottom stress per unit area of contact [N/m2]                  
    14                                       !        a very large value ensures ice velocity=0 even with a small contact area 
    15                                       !        recommended range: ?? (should be greater than atm-ice stress => >0.1 N/m2) 
    16       rn_lfrelax    =   1.e-5         !     relaxation time scale to reach static friction [s-1] 
     4   ln_dynALL        = .true.          !  dyn.: full ice dynamics                  (rheology + advection + ridging/rafting + correction) 
     5   ln_dynRHGADV     = .false.         !  dyn.: no ridge/raft & no corrections     (rheology + advection) 
     6   ln_dynADV1D      = .false.         !  dyn.: only advection 1D                  (Schar & Smolarkiewicz 1996 test case) 
     7   ln_dynADV2D      = .false.         !  dyn.: only advection 2D w prescribed vel.(rn_uvice + advection) 
     8      rn_uice       =   0.5           !        prescribed ice u-velocity 
     9      rn_vice       =   0.5           !        prescribed ice v-velocity 
     10   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
     11   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
     12   ln_landfast_home = .false.         !  landfast: parameterization from "home made" 
     13      rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
     14                                      !          recommended range: [0.1 ; 0.25] - L16=0.125 - home=0.15 
     15      rn_icebfr     =  15.            !        ln_landfast_L16:  maximum bottom stress per unit volume [N/m3] 
     16                                      !        ln_landfast_home: maximum bottom stress per unit area of contact [N/m2] 
     17                                      !          recommended range: ?? L16=15 - home=10 
     18      rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
     19      rn_tensile    =   0.2           !        isotropic tensile strength 
    1720/ 
  • NEMO/trunk/doc/namelists/namdyn_adv

    r10075 r10445  
    55   ln_dynadv_vec = .false. !  vector form - 2nd centered scheme 
    66     nn_dynkeg     = 0        ! grad(KE) scheme: =0   C2  ;  =1   Hollingsworth correction 
    7    ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
     7   ln_dynadv_cen2 = .false. !  flux form - 2nd order centered scheme 
    88   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    99/ 
  • NEMO/trunk/doc/namelists/namflo

    r10075 r10445  
    1111   !                       !  or computed with Blanke' scheme (F) 
    1212   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) 
     13   ln_flo_ascii = .true.    !  Output with Ariane tool netcdf convention(F) or ascii file (T) 
    1414/ 
  • NEMO/trunk/doc/namelists/namini

    r10201 r10445  
    2222   sn_tmi = 'Ice_initialization'    , -12 ,'tmi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    2323   sn_smi = 'Ice_initialization'    , -12 ,'smi'   ,  .false.  , .true., 'yearly'  , '' , '', '' 
    24    cn_dir ='./' 
     24   cn_dir='./' 
    2525/ 
  • NEMO/trunk/doc/namelists/nammpp

    r9355 r10445  
    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 
     7   ln_nnogather =  .true.  !  activate code to avoid mpi_allgather use at the northfold 
    88   jpni        =   0       !  jpni   number of processors following i (set automatically if < 1) 
    99   jpnj        =   0       !  jpnj   number of processors following j (set automatically if < 1) 
    10    jpnij       =   0       !  jpnij  number of local domains (set automatically if < 1) 
    1110/ 
  • NEMO/trunk/doc/namelists/namnc4

    r10075 r10445  
    22&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    33!----------------------------------------------------------------------- 
    4    nn_nchunks_i=   4       !  number of chunks in i-dimension 
    5    nn_nchunks_j=   4       !  number of chunks in j-dimension 
    6    nn_nchunks_k=   31      !  number of chunks in k-dimension 
     4   nn_nchunks_i =   4       !  number of chunks in i-dimension 
     5   nn_nchunks_j =   4       !  number of chunks in j-dimension 
     6   nn_nchunks_k =   31      !  number of chunks in k-dimension 
    77   !                       !  setting nn_nchunks_k = jpk will give a chunk size of 1 in the vertical which 
    88   !                       !  is optimal for postprocessing which works exclusively with horizontal slabs 
  • NEMO/trunk/doc/namelists/namobs

    r10075 r10445  
    3232   cn_altbiasfile = 'altbias.nc'     ! Altimeter bias input file name 
    3333   cn_sstbiasfiles = 'sstbias.nc'    ! SST bias input file name 
    34    cn_gridsearchfile='gridsearch.nc' ! Grid search file name 
     34   cn_gridsearchfile ='gridsearch.nc' ! Grid search file name 
    3535   rn_gridsearchres = 0.5            ! Grid search resolution 
    3636   rn_mdtcorr  = 1.61                ! MDT  correction 
  • NEMO/trunk/doc/namelists/namrun

    r10075 r10445  
    1818      cn_ocerst_indir = "."         !  directory from which to read input ocean restarts 
    1919      cn_ocerst_out   = "restart"   !  suffix of ocean restart name (output) 
    20       cn_ocerst_outdir= "."         !  directory in which to write output ocean restarts 
     20      cn_ocerst_outdir = "."         !  directory in which to write output ocean restarts 
    2121   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model 
    2222   nn_istate   =       0   !  output the initial state (1) or not (0) 
  • NEMO/trunk/doc/namelists/namsbc_blk

    r10075 r10445  
    44   !                    !  bulk algorithm : 
    55   ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    6    ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    7    ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
     6   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     7   ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    88   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
    99      ! 
  • NEMO/trunk/doc/namelists/namsbc_isf

    r10075 r10445  
    2828   sn_rnfisf   = 'rnfisf'    ,         -12       ,'sofwfisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    2929!* nn_isf = 2 and 3 cases  
    30    sn_depmax_isf='rnfisf'    ,         -12       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    31    sn_depmin_isf='rnfisf'    ,         -12       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     30   sn_depmax_isf ='rnfisf'    ,         -12       ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     31   sn_depmin_isf ='rnfisf'    ,         -12       ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    3232!* nn_isf = 2 case 
    3333   sn_Leff_isf = 'rnfisf'    ,         -12       ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
  • NEMO/trunk/doc/namelists/namsbc_rnf

    r10075 r10445  
    22&namsbc_rnf    !   runoffs                                              (ln_rnf =T) 
    33!----------------------------------------------------------------------- 
    4    ln_rnf_mouth= .false.   !  specific treatment at rivers mouths 
     4   ln_rnf_mouth = .false.   !  specific treatment at rivers mouths 
    55      rn_hrnf     =  15.e0    !  depth over which enhanced vertical mixing is used    (ln_rnf_mouth=T) 
    66      rn_avt_rnf  =   1.e-3   !  value of the additional vertical mixing coef. [m2/s] (ln_rnf_mouth=T) 
    77   rn_rfact    =   1.e0    !  multiplicative factor for runoff 
    8    ln_rnf_depth= .false.   !  read in depth information for runoff 
     8   ln_rnf_depth = .false.   !  read in depth information for runoff 
    99   ln_rnf_tem  = .false.   !  read in temperature information for runoff 
    1010   ln_rnf_sal  = .false.   !  read in salinity information for runoff 
  • NEMO/trunk/doc/namelists/namsbc_wave

    r10075 r10445  
    66   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
    77   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
    8    sn_cdg      =  'sdw_wave'             ,        1          , 'drag_coeff' ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    9    sn_usd      =  'sdw_wave'             ,        1          , 'u_sd2d'     ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    10    sn_vsd      =  'sdw_wave'             ,        1          , 'v_sd2d'     ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    11    sn_hsw      =  'sdw_wave'             ,        1          , 'hs'         ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    12    sn_wmp      =  'sdw_wave'             ,        1          , 'wmp'        ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    13    sn_wfr      =  'sdw_wave'             ,        1          , 'wfr'        ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    14    sn_wnum     =  'sdw_wave'             ,        1          , 'wave_num'   ,  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    15    sn_tauwoc   =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    16    sn_tauwx    =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
    17    sn_tauwy    =  'sdw_wave'             ,        1          , 'wave_stress',  .true.  , .false., 'daily'   ,  ''             , ''       , '' 
     8   sn_cdg      =  'sdw_ecwaves_orca2'    ,        6          , 'drag_coeff' ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     9   sn_usd      =  'sdw_ecwaves_orca2'    ,        6          , 'u_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     10   sn_vsd      =  'sdw_ecwaves_orca2'    ,        6          , 'v_sd2d'     ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     11   sn_hsw      =  'sdw_ecwaves_orca2'    ,        6          , 'hs'         ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     12   sn_wmp      =  'sdw_ecwaves_orca2'    ,        6          , 'wmp'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     13   sn_wfr      =  'sdw_ecwaves_orca2'    ,        6          , 'wfr'        ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     14   sn_wnum     =  'sdw_ecwaves_orca2'    ,        6          , 'wave_num'   ,  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     15   sn_tauwoc   =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     16   sn_tauwx    =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
     17   sn_tauwy    =  'sdw_ecwaves_orca2'    ,        6          , 'wave_stress',  .true.  , .true. , 'yearly'  ,  ''              , ''       , '' 
    1818/ 
  • NEMO/trunk/doc/namelists/namsto

    r10075 r10445  
    44   ln_sto_eos  = .false.   ! stochastic equation of state 
    55   nn_sto_eos  = 1         ! number of independent random walks 
    6    rn_eos_stdxy= 1.4       ! random walk horz. standard deviation (in grid points) 
     6   rn_eos_stdxy = 1.4       ! random walk horz. standard deviation (in grid points) 
    77   rn_eos_stdz = 0.7       ! random walk vert. standard deviation (in grid points) 
    88   rn_eos_tcor = 1440.     ! random walk time correlation (in timesteps) 
  • NEMO/trunk/doc/namelists/namtra_mle

    r10075 r10445  
    1010   nn_mld_uv   = 0         ! space interpolation of MLD at u- & v-pts (0=min,1=averaged,2=max) 
    1111   nn_conv     = 0         ! =1 no MLE in case of convection ; =0 always MLE 
    12    rn_rho_c_mle= 0.01      ! delta rho criterion used to calculate MLD for FK 
     12   rn_rho_c_mle = 0.01      ! delta rho criterion used to calculate MLD for FK 
    1313/ 
  • NEMO/trunk/doc/namelists/namwad

    r10075 r10445  
    55   ln_wd_dl    = .false.   !  T/F activation of directional limiter 
    66   ln_wd_dl_bc = .false.   !  T/F Directional limiteer Baroclinic option 
    7    ln_wd_dl_rmp= .false.   !  T/F Turn on directional limiter ramp 
     7   ln_wd_dl_rmp = .false.   !  T/F Turn on directional limiter ramp 
    88   rn_wdmin0   =  0.30     !  depth at which WaD starts 
    99   rn_wdmin1   =  0.2      !  Minimum wet depth on dried cells 
  • NEMO/trunk/doc/namelists/namzdf

    r10075 r10445  
    22&namzdf        !   vertical physics manager                             (default: NO selection) 
    33!----------------------------------------------------------------------- 
     4   !                       ! adaptive-implicit vertical advection 
     5   ln_zad_Aimp = .false.      !  Courant number dependent scheme (Shchepetkin 2015) 
     6   ! 
    47   !                       ! type of vertical closure (required) 
    58   ln_zdfcst   = .false.      !  constant mixing 
Note: See TracChangeset for help on using the changeset viewer.