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 3680 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-11-27T15:42:24+01:00 (11 years ago)
Author:
rblod
Message:

First commit of the final branch for 2012 (future nemo_3_5), see ticket #1028

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3651 r3680  
    2727   cn_exp      =  "AMM12"  !  experience name  
    2828   nn_it000    =       1   !  first time step 
    29    nn_itend    =     576   !  last  time step (std 1 day = 576) 
     29   nn_itend    =    2880   !  last  time step (std 1 day = 288) 
    3030   nn_date0    =  20070101 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    3131   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    32    ln_rstart   =  .false.  !  start from rest (F) or from a restart file (T) 
     32   ln_rstart   =  .true.  !  start from rest (F) or from a restart file (T) 
    3333   nn_rstctl   =       0   !  restart control => activated only if ln_rstart = T 
    3434                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     
    3737   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
    3838   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
    39    nn_istate   =       0   !  output the initial state (1) or not (0) 
    40    nn_stock    =     576   !  frequency of creation of a restart file (modulo referenced to 1) 
    41    nn_write    =      12   !  frequency of write in the output file   (modulo referenced to nit000) 
     39   nn_istate   =       1   !  output the initial state (1) or not (0) 
     40   nn_stock    =     2880  !  frequency of creation of a restart file (modulo referenced to 1) 
     41   nn_write    =     144   !  frequency of write in the output file   (modulo referenced to nit000)  
    4242   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
    4343   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     
    6565&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate 
    6666!----------------------------------------------------------------------- 
    67    rn_sbot_min =   10.     !  minimum depth of s-bottom surface (>0) (m) 
    68    rn_sbot_max = 7000.     !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
     67   ln_s_sh94   = .false.   !  Song & Haidvogel 1994 hybrid S-sigma   (T)| 
     68   ln_s_sf12   = .true.    !  Siddorn & Furner 2012 hybrid S-z-sigma (T)| if both are false the NEMO tanh stretching is applied 
     69   ln_sigcrit  = .true.    !  use sigma coordinates below critical depth (T) or Z coordinates (F) for Siddorn & Furner stretch 
     70                           !  stretching coefficients for all functions 
     71   rn_sbot_min =   10.0    !  minimum depth of s-bottom surface (>0) (m) 
     72   rn_sbot_max = 7000.0    !  maximum depth of s-bottom surface (= ocean depth) (>0) (m) 
     73   rn_hc       =   50.0    !  critical depth for transition to stretched coordinates 
     74                        !!!!!!!  Envelop bathymetry 
     75   rn_rmax     =    0.3    !  maximum cut-off r-value allowed (0<r_max<1) 
     76                        !!!!!!!  SH94 stretching coefficients  (ln_s_sh94 = .true.) 
    6977   rn_theta    =    6.0    !  surface control parameter (0<=theta<=20) 
    70    rn_thetb    =    1.00   !  bottom control parameter  (0<=thetb<= 1) 
    71    rn_rmax     =    0.30   !  maximum cut-off r-value allowed (0<r_max<1) 
    72    ln_s_sigma  = .true.    !  hybrid s-sigma coordinates 
    73    rn_bb       =    0.8    !  stretching with s-sigma 
    74    rn_hc       =  150.0    !  critical depth with s-sigma  
     78   rn_bb       =    0.8    !  stretching with SH94 s-sigma    
     79                        !!!!!!!  SF12 stretching coefficient  (ln_s_sf12 = .true.) 
     80   rn_alpha    =    4.4    !  stretching with SF12 s-sigma 
     81   rn_efold    =    0.0    !  efold length scale for transition to stretched coord 
     82   rn_zs       =    1.0    !  depth of surface grid box 
     83                           !  bottom cell depth (Zb) is a linear function of water depth Zb = H*a + b 
     84   rn_zb_a     =    0.024  !  bathymetry scaling factor for calculating Zb 
     85   rn_zb_b     =   -0.2    !  offset for calculating Zb 
     86                        !!!!!!!! Other stretching (not SH94 or SF12) [also uses rn_theta above] 
     87   rn_thetb    =    1.0    !  bottom control parameter  (0<=thetb<= 1)  
    7588/ 
    7689!----------------------------------------------------------------------- 
     
    7992   nn_bathy    =    1      !  compute (=0) or read (=1) the bathymetry file 
    8093   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) 
     94   nn_msh      =    1      !  create (=1) a mesh file or not (=0) 
    8295   rn_hmin     =   -3.     !  min depth of the ocean (>0) or min number of ocean level (<0) 
    8396   rn_e3zps_min=   20.     !  partial step thickness is set larger than the minimum of 
    8497   rn_e3zps_rat=    0.1    !  rn_e3zps_min and rn_e3zps_rat*e3t, with 0<rn_e3zps_rat<1 
    8598                           ! 
    86    rn_rdt      =  150.     !  time step for the dynamics (and tracer if nn_acc=0) 
     99   rn_rdt      =  300.     !  time step for the dynamics (and tracer if nn_acc=0) 
    87100   nn_baro     =   30      !  number of barotropic time step            ("key_dynspg_ts") 
    88101   rn_atfp     =    0.1    !  asselin time filter parameter 
     
    147160                           !     =2 annual global mean of e-p-r set to zero 
    148161                           !     =3 global emp set to zero and spread out over erp area 
     162   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    149163   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     164   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    150165/ 
    151166!----------------------------------------------------------------------- 
     
    430445    cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    431446    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
    432     nn_dyn2d_dta  =  2                    !  = 0, bdy data are equal to the initial state 
     447    nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
    433448                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    434449                                          !  = 2, use tidal harmonic forcing data from files 
     
    438453                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    439454    nn_tra        =  1                    !  boundary conditions for T and S 
    440     nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     455    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    441456                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    442457    nn_rimwidth  = 10                      !  width of the relaxation zone 
     
    532547   ln_traadv_ubs    =  .false.  !  UBS scheme                  
    533548   ln_traadv_qck    =  .false.  !  QUICKEST scheme                  
     549   ln_traadv_msc_ups=  .false.  !  use upstream scheme within muscl 
    534550/ 
    535551!---------------------------------------------------------------------------------- 
     
    603619   ln_hpg_zco  = .false.   !  z-coordinate - full steps                    
    604620   ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
    605    ln_hpg_sco  = .true.    !  s-coordinate (standard jacobian formulation) 
     621   ln_hpg_sco  = .false.    !  s-coordinate (standard jacobian formulation) 
    606622   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    607    ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
     623   ln_hpg_prj  = .true.   !  s-coordinate (Pressure Jacobian scheme) 
    608624   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    609625                                 !           centered      time scheme  (F) 
     
    792808   nn_bench    =    0      !  Bench mode (1/0): CAUTION use zero except for bench 
    793809                           !     (no physical validity of the results) 
    794    nn_timing   =    1      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
     810   nn_timing   =    0      !  timing by routine activated (=1) creates timing.output file, or not (=0) 
    795811/ 
    796812 
     
    978994!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    979995   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     996   sn_usd      =  'sdw_wave' ,        1          , 'u_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
     997   sn_vsd      =  'sdw_wave' ,        1          , 'v_sd2d'     , .true.   , .false. , 'daily'  ,''         , '' 
     998   sn_wn       =  'sdw_wave' ,        1          , 'wave_num'   , .true.   , .false. , 'daily'  ,''         , '' 
    980999! 
    9811000   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
Note: See TracChangeset for help on using the changeset viewer.