Changeset 778


Ignore:
Timestamp:
11/05/09 11:42:38 (14 years ago)
Author:
mafoipsl
Message:

Adapt namelist to be compatible with NEMO revision 1712

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5/branches/IPSLCM5_v2/EXP00/PARAM/namelist_ORCA2

    r754 r778  
    133133   rn_utau0    =   0.5     !  uniform value for the i-stress 
    134134   rn_vtau0    =   0.e0    !  uniform value for the j-stress 
    135    rn_q     =   0.e0    !  uniform value for the total heat flux 
     135   rn_qns0     =   0.e0    !  uniform value for the total heat flux 
    136136   rn_qsr0     =   0.e0    !  uniform value for the solar radiation 
    137137   rn_emp0     =   0.e0    !  uniform value for the freswater budget (E-P) 
     
    178178   sn_prec     = 'precip_core',       -1.         , 'precip'   ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    179179   sn_snow     = 'snow_core'  ,       -1.         , 'snow'     ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
     180   sn_tdif     = 'taudif_core',       24.         , 'taudif'   ,    .true.      , .true.  , 'yearly'  ,'bilinear_weights_orca2.nc', '' 
    180181! 
    181182   cn_dir      = './'      !  root directory for the location of the bulk files 
    182    ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     183   ln_2m       = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     184   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
    183185   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    184186/ 
     
    364366&nambfr        !   bottom friction 
    365367!----------------------------------------------------------------------- 
    366    nn_bfr      =    1      !  type of bottom friction :   = 0 : no   slip,  = 2 : nonlinear friction 
    367                            !                              = 3 : free slip,  = 1 :    linear friction 
     368   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     369                           !                              = 2 : nonlinear friction 
    368370   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    369371   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    370372   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
     373   ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     374   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
    371375/ 
    372376!----------------------------------------------------------------------- 
     
    556560   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    557561                           !        = 0 no penetration ( O(2 km) resolution) 
    558                            !        = 1 additional tke source 
    559                            !        = 2 additional tke source applied only at the base of the mixed layer 
     562                           !        = 1 additional tke source (rn_efr * en) 
     563                           !        = 2 additional tke source (rn_efr * en) applied only at the base of the mixed layer 
     564                           !        = 3 additional tke source (HF contribution: mean of stress module - module of mean stress) 
    560565   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    561566                           !        = 0  constant 10 m length scale 
    562567                           !        = 1  0.5m at the equator to 30m at high latitudes 
    563    rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
     568                           !        = 2  30 meters constant depth penetration 
     569                           !  otion used only if nn_etau = 1 or 2:  
     570   rn_efr      =   0.05    !     fraction of surface tke value which penetrates inside the ocean 
     571                           !  otion used only if nn_etau = 3: 
     572   rn_addhft   =  -1.e-3   !     add offset   applied to the "mean of stress module - module of mean stress" (always kept > 0) 
     573   rn_sclhft   =   1.      !     scale factor applied to the "mean of stress module - module of mean stress" 
    564574   ln_lc       = .false.   !  Langmuir cell parameterisation 
    565575   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.