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/GYRE – NEMO

Changeset 1705 for trunk/CONFIG/GYRE


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

impact of HF winds in TKE, see ticket:585

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

Legend:

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

    r1704 r1705  
    4343   <field id="qns"          description="non solar Downward Heat Flux"              unit="W/m2"     /> 
    4444   <field id="qsr"          description="Shortwave Radiation"                       unit="W/m2"     /> 
     45   <field id="taum"         description="wind stress module"                        unit="N/m2"     /> 
    4546   <field id="wspd"         description="Wind speed module at 10 m "                unit="m/s"      /> 
    4647   <field id="qrp"          description="Surface Heat Flux: Damping"                unit="W/m2"     /> 
     
    114115   <field ref="mldr10_1"     name="somxl010"  /> 
    115116   <field ref="mldkz5"       name="somixhgt"  /> 
    116    <field ref="ice_cover"    name="soicecov"  /> 
    117117   <field ref="wspd"         name="sowindsp"  /> 
    118118   <field ref="qrp"          name="sohefldp"  /> 
  • trunk/CONFIG/GYRE/EXP00/namelist

    r1634 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/ 
     
    530532   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    531533                           !        = 0 no penetration ( O(2 km) resolution) 
    532                            !        = 1 additional tke source 
    533                            !        = 2 additional tke source applied only at the base of the mixed layer 
     534                           !        = 1 additional tke source (rn_efr * en) 
     535                           !        = 2 additional tke source (rn_efr * en) applied only at the base of the mixed layer 
     536                           !        = 3 additional tke source (HF contribution: mean of stress module - module of mean stress) 
    534537   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    535538                           !        = 0  constant 10 m length scale 
    536539                           !        = 1  0.5m at the equator to 30m at high latitudes 
    537    rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
     540                           !        = 2  30 meters constant depth penetration 
     541                           !  otion used only if nn_etau = 1 or 2:  
     542   rn_efr      =   0.05    !     fraction of surface tke value which penetrates inside the ocean 
     543                           !  otion used only if nn_etau = 3: 
     544   rn_addhft   =  -1.e-3   !     add offset   applied to the "mean of stress module - module of mean stress" (always kept > 0) 
     545   rn_sclhft   =   1.      !     scale factor applied to the "mean of stress module - module of mean stress" 
    538546   ln_lc       = .false.   !  Langmuir cell parameterisation 
    539547   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.