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 1705 for trunk/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2009-11-03T17:37:00+01:00 (14 years ago)
Author:
smasson
Message:

impact of HF winds in TKE, see ticket:585

Location:
trunk/CONFIG/ORCA2_LIM_PISCES/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r1682 r1705  
    4949   <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     /> 
    5050   <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  /> 
     51   <field id="taum"         description="wind stress module"                                           unit="N/m2"     /> 
    5152   <field id="wspd"         description="Wind speed module at 10 m "                                   unit="m/s"      /> 
    5253    
     
    5657   <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
    5758   <field id="qla_oce"      description="Latent Downward Heat Flux over open ocean"                    unit="W/m2"     /> 
     59   <field id="taum_oce"     description="wind stress module over open ocean"                           unit="N/m2"     /> 
    5860 
    5961   <field id="ice_cover"    description="Ice fraction"                                                 unit="1"        /> 
  • trunk/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist

    r1696 r1705  
    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 
    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/ 
     
    557559   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    558560                           !        = 0 no penetration ( O(2 km) resolution) 
    559                            !        = 1 additional tke source 
    560                            !        = 2 additional tke source applied only at the base of the mixed layer 
     561                           !        = 1 additional tke source (rn_efr * en) 
     562                           !        = 2 additional tke source (rn_efr * en) applied only at the base of the mixed layer 
     563                           !        = 3 additional tke source (HF contribution: mean of stress module - module of mean stress) 
    561564   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    562565                           !        = 0  constant 10 m length scale 
    563566                           !        = 1  0.5m at the equator to 30m at high latitudes 
    564    rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
     567                           !        = 2  30 meters constant depth penetration 
     568                           !  otion used only if nn_etau = 1 or 2:  
     569   rn_efr      =   0.05    !     fraction of surface tke value which penetrates inside the ocean 
     570                           !  otion used only if nn_etau = 3: 
     571   rn_addhft   =  -1.e-3   !     add offset   applied to the "mean of stress module - module of mean stress" (always kept > 0) 
     572   rn_sclhft   =   1.      !     scale factor applied to the "mean of stress module - module of mean stress" 
    565573   ln_lc       = .false.   !  Langmuir cell parameterisation 
    566574   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.