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 5260 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-05-12T12:37:15+02:00 (9 years ago)
Author:
deazer
Message:

Merged branch with Trunk at revision 5253.
Checked with SETTE, passes modified iodef.xml for AMM12 experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r4370 r5260  
    77   cn_exp      =  "PAPA"   !  experience name 
    88   nn_it000    =       1   !  first time step 
    9    nn_itend    =   78840   !  last  time step 
     9   nn_itend    =   87600   !  last  time step 
    1010   nn_date0    =  20100615 !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
    1111   nn_leapy    =       1   !  Leap year calendar (1) or not (0) 
    12    nn_stock    =   78840   !  frequency of creation of a restart file (modulo referenced to 1) 
    13    nn_write    =      60   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     12   nn_stock    =   87600   !  frequency of creation of a restart file (modulo referenced to 1) 
     13   nn_write    =     240   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    1414/ 
    1515!----------------------------------------------------------------------- 
     
    3838&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    3939!----------------------------------------------------------------------- 
     40   nn_bathy    =    0      !  compute (=0) or read (=1) the bathymetry file 
    4041   rn_bathy    = 4198.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    41    nn_msh      =    3      !  create (=1) a mesh file or not (=0) 
    42    rn_rdt      =  400.     !  time step for the dynamics (and tracer if nn_acc=0) 
    43    rn_rdtmin   =  360.           !  minimum time step on tracers (used if nn_acc=1) 
    44    rn_rdtmax   =  360.           !  maximum time step on tracers (used if nn_acc=1) 
     42   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
     43   rn_rdt      =  360.     !  time step for the dynamics (and tracer if nn_acc=0) 
     44   rn_rdtmin   =  360.     !  minimum time step on tracers (used if nn_acc=1) 
     45   rn_rdtmax   =  360.     !  maximum time step on tracers (used if nn_acc=1) 
    4546   jphgr_msh   =       1                 !  type of horizontal mesh 
    4647   ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    7273/ 
    7374!----------------------------------------------------------------------- 
     75&namc1d        !   1D configuration options                             ("key_c1d") 
     76!----------------------------------------------------------------------- 
     77   ln_c1d_locpt= .false.   ! Localization of 1D config in a grid (T) or independant point (F) 
     78/ 
     79!----------------------------------------------------------------------- 
    7480&namtsd    !   data : Temperature  & Salinity 
    7581!----------------------------------------------------------------------- 
     
    8187   cn_dir        = './'     !  root directory for the location of the runoff files 
    8288   ln_tsd_init   = .true.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    83    ln_tsd_tradmp = .true.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
     89   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    8490/ 
    8591!----------------------------------------------------------------------- 
     
    96102&namsbc_ana    !   analytical surface boundary condition 
    97103!----------------------------------------------------------------------- 
    98    nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    99    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    100104/ 
    101105!----------------------------------------------------------------------- 
     
    112116!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    113117!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    114    sn_wndi     = 'forcing_PAPASTATION' ,         1         , 'wndwe'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
    115    sn_wndj     = 'forcing_PAPASTATION' ,         1         , 'wndsn'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
    116    sn_qsr      = 'forcing_PAPASTATION' ,         1         , 'qsr'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
    117    sn_qlw      = 'forcing_PAPASTATION' ,         1         , 'qlw'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
    118    sn_tair     = 'forcing_PAPASTATION' ,         1         , 'tair'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
    119    sn_humi     = 'forcing_PAPASTATION' ,         1         , 'humi'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
    120    sn_prec     = 'forcing_PAPASTATION' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    121    sn_snow     = 'forcing_PAPASTATION' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    122    ln_2m         = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     118   sn_wndi     = 'forcing_PAPASTATION_1h' ,         1         , 'wndwe'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
     119   sn_wndj     = 'forcing_PAPASTATION_1h' ,         1         , 'wndsn'   ,   .true.     , .false. , 'yearly' , '' , '', '' 
     120   sn_qsr      = 'forcing_PAPASTATION_1h' ,         1         , 'qsr'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
     121   sn_qlw      = 'forcing_PAPASTATION_1h' ,         1         , 'qlw'     ,   .false.    , .false. , 'yearly' , '' , '', '' 
     122   sn_tair     = 'forcing_PAPASTATION_1h' ,         1         , 'tair'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
     123   sn_humi     = 'forcing_PAPASTATION_1h' ,         1         , 'humi'    ,   .true.     , .false. , 'yearly' , '' , '', '' 
     124   sn_prec     = 'forcing_PAPASTATION_1h' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
     125   sn_snow     = 'forcing_PAPASTATION_1h' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
     126   rn_zqt      =  2.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    123127/ 
    124128!----------------------------------------------------------------------- 
     
    213217&nameos        !   ocean physical parameters 
    214218!----------------------------------------------------------------------- 
     219   nn_eos      =  0      !  type of equation of state and Brunt-Vaisala frequency 
     220                                 !  =-1, TEOS-10 
     221                                 !  = 0, EOS-80 
     222                                 !  = 1, S-EOS   (simplified eos) 
     223   ln_useCT    = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    215224/ 
    216225!----------------------------------------------------------------------- 
     
    225234&namtra_ldf    !   lateral diffusion scheme for tracers 
    226235!---------------------------------------------------------------------------------- 
     236!---------------------------------------------------------------------------------- 
     237   ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
     238   ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    227239   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    228240   rn_aht_0         =     0.    !  horizontal eddy diffusivity for tracers [m2/s] 
     
    232244!----------------------------------------------------------------------- 
    233245   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    234    nn_zdmp     =   -1      !  vertical   shape =0    damping throughout the water column 
    235    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    236246/ 
    237247!----------------------------------------------------------------------- 
     
    244254/ 
    245255!----------------------------------------------------------------------- 
     256&namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
     257!----------------------------------------------------------------------- 
     258/ 
     259!----------------------------------------------------------------------- 
     260&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     261!----------------------------------------------------------------------- 
     262/ 
     263!----------------------------------------------------------------------- 
    246264&namdyn_hpg    !   Hydrostatic pressure gradient option 
    247265!----------------------------------------------------------------------- 
     
    258276&namzdf        !   vertical physics 
    259277!----------------------------------------------------------------------- 
    260    rn_avm0     =   5.0e-6  !rbb 1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    261    rn_avt0     =   5.0e-6  !rbb 1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    262    ln_zdfevd   = .false. !rbb .true.    !  enhanced vertical diffusion (evd) (T) or not (F) 
     278   ln_zdfevd   = .false.        !  enhanced vertical diffusion (evd) (T) or not (F) 
    263279/ 
    264280!----------------------------------------------------------------------- 
     
    277293&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    278294!----------------------------------------------------------------------- 
    279    rn_clim_galp  = 0.267   !  galperin limit 
    280295/ 
    281296!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.