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/POMME/EXP00 – NEMO

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/POMME/EXP00
Files:
2 edited

Legend:

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

    r1682 r1705  
    1 x<?xml version="1.0"?> 
     1<?xml version="1.0"?> 
    22 
    3 <simulation> 
     3<simulation>  
    44   
    5   <context id="nemo">  
     5  <context id="nemo"> 
    66     
    77    <!-- groups of variables definition --> 
     
    1111      <!-- T grid --> 
    1212       
    13       <group id="grid_T" axis_ref="none" grid_ref="grid_T">   
     13      <group id="grid_T" axis_ref="none" grid_ref="grid_T"> 
    1414   <field id="toce"         description="temperature"                               unit="degC" axis_ref="deptht"   /> 
    15    <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   /> 
     15         <field id="soce"         description="salinity"                                  unit="psu"  axis_ref="deptht"   /> 
    1616   <field id="sst"          description="sea surface temperature"                   unit="degC"                     /> 
    1717   <field id="sss"          description="sea surface salinity"                      unit="psu"                      /> 
     
    3434   <field id="hc300"        description="Heat content 300 m"                        unit="W"                        /> 
    3535     </group> 
    36         
     36 
    3737      <!-- SBC --> 
    3838       
    39       <group id="SBC" axis_ref="none" grid_ref="grid_T"> 
    40    <field id="emp"          description="Net Upward Water Flux"                     unit="kg/m2/s"  /> 
    41    <field id="emps"         description="concentration/dilution water flux"         unit="kg/m2/s"  /> 
    42    <field id="qns+qsr"      description="Net Downward Heat Flux"                    unit="W/m2"     /> 
    43    <field id="qns"          description="non solar Downward Heat Flux"              unit="W/m2"     /> 
    44    <field id="qsr"          description="Shortwave Radiation"                       unit="W/m2"     /> 
    45    <field id="qrp"          description="Surface Heat Flux: Damping"                unit="W/m2"     /> 
    46    <field id="erp"          description="Surface Water Flux: Damping"               unit="Kg/m2/s"  /> 
     39      <group id="SBC" axis_ref="none" grid_ref="grid_T" freq_op="28800"> 
     40 
     41   <field id="emp"          description="Net Upward Water Flux"                                        unit="kg/m2/s"  /> 
     42   <field id="emps"         description="concentration/dilution water flux"                            unit="kg/m2/s"  /> 
     43   <field id="snowpre"      description="Snow precipitation"                                           unit="kg/m2/s"  /> 
     44   <field id="runoffs"      description="River Runoffs"                                                unit="Kg/m2/s"  /> 
     45 
     46   <field id="qns+qsr"      description="Net Downward Heat Flux"                                       unit="W/m2"     /> 
     47   <field id="qns"          description="non solar Downward Heat Flux"                                 unit="W/m2"     /> 
     48   <field id="qsr"          description="Shortwave Radiation"                                          unit="W/m2"     /> 
     49   <field id="qrp"          description="Surface Heat Flux: Damping"                                   unit="W/m2"     /> 
     50   <field id="erp"          description="Surface Water Flux: Damping"                                  unit="Kg/m2/s"  /> 
     51   <field id="taum"         description="wind stress module"                                           unit="N/m2"     /> 
     52   <field id="wspd"         description="Wind speed module at 10 m "                                   unit="m/s"      /> 
     53    
     54   <!-- *_oce variables available with ln_blk_clio or ln_blk_core --> 
     55   <field id="qns_oce"      description="Non solar Downward Heat Flux over open ocean"                 unit="W/m2"     /> 
     56   <field id="qlw_oce"      description="Longwave Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
     57   <field id="qsb_oce"      description="Sensible Downward Heat Flux over open ocean"                  unit="W/m2"     /> 
     58   <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"     /> 
     60 
    4761      </group> 
    4862 
    4963      <!-- U grid --> 
    5064       
    51      <group id="grid_U"  axis_ref="none" grid_ref="grid_U"> 
     65      <group id="grid_U"  axis_ref="depthu" grid_ref="grid_U"> 
    5266   <field id="utau"        description="Wind Stress along i-axis"                  unit="N/m2" axis_ref="none" /> 
    5367   <field id="uoce"        description="ocean current along i-axis"                unit="m/s"                  /> 
     
    5973     </group> 
    6074       
    61      <!-- V grid --> 
    62             
    63      <group id="grid_V"  axis_ref="none" grid_ref="grid_V"> 
     75      <group id="grid_V"  axis_ref="depthv" grid_ref="grid_V"> 
    6476   <field id="vtau"        description="Wind Stress along j-axis"                  unit="N/m2" axis_ref="none" /> 
    6577   <field id="voce"        description="ocean current along j-axis"                unit="m/s"                  /> 
     
    6981   <!-- voce_eiv: available with key_trabbl_adv --> 
    7082   <field id="voce_bbl"    description="BBL ocean current along j-axis"            unit="m/s"                  /> 
    71      </group> 
    72             
    73      <!-- W grid --> 
     83      </group> 
    7484       
    75      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
     85      <!-- W grid --> 
     86       
     87      <group id="grid_W"  axis_ref="depthw" grid_ref="grid_W"> 
    7688   <field id="woce"        description="ocean vertical velocity"                   unit="m/s"                  /> 
    7789   <field id="woce_eff"    description="effective ocean vertical velocity"         unit="m/s"                  /> 
     
    113125   <field ref="mldr10_1"     name="somxl010"  /> 
    114126   <field ref="mldkz5"       name="somixhgt"  /> 
    115    <field ref="ice_cover"    name="soicecov"  /> 
    116127   <field ref="qrp"          name="sohefldp"  /> 
    117128   <field ref="erp"          name="sowafldp"  /> 
  • trunk/CONFIG/POMME/EXP00/namelist

    r1647 r1705  
    177177   sn_humi     = 'q2_1988'        ,       24.         , 'q2'       ,    .true.      , .false. ,   'yearly' , '' 
    178178   sn_prec     = 'precip_1988.nc' ,       -1.         , 'precip'   ,    .true.      , .false. ,   'yearly' , '' 
     179   sn_tdif     = 'taudif_core'    ,       24.         , 'taudif'   ,    .true.      , .true.  ,   'yearly'  ,'' 
    179180! 
    180181   cn_dir      = './'      !  root directory for the location of the bulk files 
    181182   ln_2m       = .false.   !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     183   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data ? 
    182184   rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    183185/ 
     
    194196cn_snd_crt_grid   = 'T'                     ! 'T' 
    195197                                       ! receive 
    196 cn_rcv_w10m       = 'coupled'               ! 'none' 'coupled' 
     198cn_rcv_w10m       = 'none'                  ! 'none' 'coupled' 
     199cn_rcv_taumod     = 'coupled'               ! 'none' 'coupled' 
    197200cn_rcv_tau_nature = 'oce only'              ! 'oce only' 'oce and ice' 'mixed oce-ice' 
    198201cn_rcv_tau_refere = 'cartesian'             ! 'spherical' 'cartesian' 
     
    555558   nn_etau     =   0       !  exponentially deceasing penetration of tke due to internal & intertial waves 
    556559                           !        = 0 no penetration ( O(2 km) resolution) 
    557                            !        = 1 additional tke source 
    558                            !        = 2 additional tke source applied only at the base of the mixed layer 
     560                           !        = 1 additional tke source (rn_efr * en) 
     561                           !        = 2 additional tke source (rn_efr * en) applied only at the base of the mixed layer 
     562                           !        = 3 additional tke source (HF contribution: mean of stress module - module of mean stress) 
    559563   nn_htau     =   1       !  type of exponential decrease of tke penetration 
    560564                           !        = 0  constant 10 m length scale 
    561565                           !        = 1  0.5m at the equator to 30m at high latitudes 
    562    rn_efr      =   0.05    !  fraction of surface tke value which penetrates inside the ocean 
     566                           !        = 2  30 meters constant depth penetration 
     567                           !  otion used only if nn_etau = 1 or 2:  
     568   rn_efr      =   0.05    !     fraction of surface tke value which penetrates inside the ocean 
     569                           !  otion used only if nn_etau = 3: 
     570   rn_addhft   =  -1.e-3   !     add offset   applied to the "mean of stress module - module of mean stress" (always kept > 0) 
     571   rn_sclhft   =   1.      !     scale factor applied to the "mean of stress module - module of mean stress" 
    563572   ln_lc       = .false.   !  Langmuir cell parameterisation 
    564573   rn_lc       =   0.15    !  coef. associated to Langmuir cells 
Note: See TracChangeset for help on using the changeset viewer.