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 1720 for branches/libIGCM – NEMO

Changeset 1720 for branches/libIGCM


Ignore:
Timestamp:
2009-11-10T15:36:17+01:00 (14 years ago)
Author:
flavoni
Message:

update namelist, see ticket #594

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM/ORCA2_LIM/IGCM00/PARAM/namelist

    r1670 r1720  
    168168&namsbc_core   !   namsbc_core  CORE bulk formulea 
    169169!----------------------------------------------------------------------- 
    170 !              !   file name  ! frequency (hours) ! variable   ! time interpol. !  clim    ! 'yearly'/ !       weights     ! rotation ! 
    171 !              !              !  (if <0  months)  !   name     !    (logical)   !  (T/F)   ! 'monthly' !       filename    ! pairing  ! 
    172    sn_wndi     = 'u10_core'   ,       24.         , 'u10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    173    sn_wndj     = 'v10_core'   ,       24.         , 'v10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    174    sn_qsr      = 'qsw_core'   ,       24.         , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    175    sn_qlw      = 'qlw_core'   ,       24.         , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    176    sn_tair     = 't2_core'    ,       24.         , 't2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    177    sn_humi     = 'q2_core'    ,       24.         , 'q2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    178    sn_prec     = 'precip_core',       -1.         , 'precip'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    179    sn_snow     = 'snow_core'  ,       -1.         , 'snow'     ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     170!              !   file name    ! frequency (hours) ! variable   ! time interpol. !  clim    ! 'yearly'/ !       weights     ! rotation ! 
     171!              !                !  (if <0  months)  !   name     !    (logical)   !  (T/F)   ! 'monthly' !       filename    ! pairing  ! 
     172   sn_wndi     = 'u10_core'     ,        6.         , 'u10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     173   sn_wndj     = 'v10_core'     ,        6.         , 'v10'      ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     174   sn_qsr      = 'qsw_core'     ,       24.         , 'radsw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     175   sn_qlw      = 'qlw_core'     ,       24.         , 'radlw'    ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     176   sn_tair     = 't2_core'      ,        6.         , 't2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     177   sn_humi     = 'q2_core'      ,        6.         , 'q2'       ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     178   sn_prec     = 'precip_core'  ,       -1.         , 'precip'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     179   sn_snow     = 'snow_core'    ,       -1.         , 'snow'     ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
     180   sn_tdif     = 'taudif_core'  ,       24.         , 'taudif'   ,    .true.      , .false.  , 'yearly'  ,          ''       ,   '' 
    180181! 
    181182   cn_dir      = './'      !  root directory for the location of the bulk files 
    182183   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/ 
     
    195197cn_snd_crt_grid   = 'T'                     ! 'T' 
    196198                                       ! receive 
    197 cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     199cn_rcv_w10m       = 'none'                  ! 'none' 'coupled' 
     200cn_rcv_taumod     = 'coupled'               ! 'none' 'coupled' 
    198201cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
    199202cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
     
    364367&nambfr        !   bottom friction 
    365368!----------------------------------------------------------------------- 
    366    nn_bfr      =    1      !  type of bottom friction :   = 0 : no   slip,  = 2 : nonlinear friction 
    367                            !                              = 3 : free slip,  = 1 :    linear friction 
     369   nn_bfr      =    1      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
     370                           !                              = 2 : nonlinear friction 
    368371   rn_bfri1    =    4.e-4  !  bottom drag coefficient (linear case) 
    369372   rn_bfri2    =    1.e-3  !  bottom drag coefficient (non linear case) 
    370373   rn_bfeb2    =    2.5e-3 !  bottom turbulent kinetic energy background  (m^2/s^2) 
     374   ln_bfr2d    =   .false. !  horizontal variation of the bottom friction coef (read a 2D mask file ) 
     375   rn_bfrien   =    50.    !  local multiplying factor of bfr (ln_bfr2d = .true.) 
    371376/ 
    372377!----------------------------------------------------------------------- 
     
    556561   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    557562                           !        = 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 
     563                           !        = 1 additional tke source (rn_efr * en) 
     564                           !        = 2 additional tke source (rn_efr * en) applied only at the base of the mixed layer 
     565                           !        = 3 additional tke source (HF contribution: mean of stress module - module of mean stress) 
    560566   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    561567                           !        = 0  constant 10 m length scale 
    562568                           !        = 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 
     569                           !        = 2  30 meters constant depth penetration 
     570                           !  otion used only if nn_etau = 1 or 2:  
     571   rn_efr      =   0.05    !     fraction of surface tke value which penetrates inside the ocean 
     572                           !  otion used only if nn_etau = 3: 
     573   rn_addhft   =  -1.e-3   !     add offset   applied to the "mean of stress module - module of mean stress" (always kept > 0) 
     574   rn_sclhft   =   1.      !     scale factor applied to the "mean of stress module - module of mean stress" 
    564575   ln_lc       = .false.   !  Langmuir cell parameterisation 
    565576   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.