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 5352 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-06-04T17:01:01+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: update for fraqsr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r4995 r5352  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   nn_it000    =       1   !  first time step 
     9   nn_itend    =     24    !  last  time step (std 5475) 
     10   ln_clobber  =  .true.   !  clobber (overwrite) an existing file 
    811/ 
    912!----------------------------------------------------------------------- 
     
    2831&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2932!----------------------------------------------------------------------- 
     33   rn_rdt      = 3600.     !  time step for the dynamics (and tracer if nn_acc=0) 
    3034   jphgr_msh   =       0               !  type of horizontal mesh 
    3135   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    6367&namsbc        !   Surface Boundary Condition (surface module) 
    6468!----------------------------------------------------------------------- 
     69   nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     70                           !     (also = the frequency of sea-ice model call) 
     71   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
     72   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
     73   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
     74   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
     75   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     76   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     77   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     78   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     79                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     80                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     81                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
     82   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     83   nn_ice      = 2         !  =0 no ice boundary condition   , 
     84                           !  =1 use observed ice-cover      , 
     85                           !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
     86   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
     87                           !  =1 levitating ice with mass and salt exchange but no presure effect 
     88                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
     89   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
     90   ln_rnf      = .false.   !  runoffs                                   (T   => fill namsbc_rnf) 
     91   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
     92                           !  0 =no isf                  1 = presence of ISF  
     93                           !  2 = bg03 parametrisation   3 = rnf file for isf    
     94                           !  4 = ISF fwf specified 
     95                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
     96   ln_ssr      = .flase.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     97   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
     98                           !     =1 global mean of e-p-r set to zero at each time step 
     99                           !     =2 annual global mean of e-p-r set to zero 
     100   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
     101   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     102   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
     103   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     104                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
     105   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     106                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     107                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     108                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     109                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
    65110/ 
    66111!----------------------------------------------------------------------- 
     
    71116&namtra_qsr    !   penetrative solar radiation 
    72117!----------------------------------------------------------------------- 
     118   ln_qsr_ice  = .true.    !  light penetration for ice-model LIM3 
    73119/ 
    74120!----------------------------------------------------------------------- 
     
    111157&nameos        !   ocean physical parameters 
    112158!----------------------------------------------------------------------- 
     159   ln_useCT    = .false.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    113160/ 
    114161!----------------------------------------------------------------------- 
     
    127174&namtra_dmp    !   tracer: T & S newtonian damping 
    128175!----------------------------------------------------------------------- 
     176   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
     177   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
     178                           !                   =1 no damping in the mixing layer (kz  criteria) 
     179                           !                   =2 no damping in the mixed  layer (rho crieria) 
     180   cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
    129181/ 
    130182!----------------------------------------------------------------------- 
     
    145197   ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme) 
    146198   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    147                                  !           centered      time scheme  (F) 
     199                           !           centered      time scheme  (F) 
    148200/ 
    149201!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.