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 9812 for NEMO/trunk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2018-06-19T17:33:35+02:00 (6 years ago)
Author:
lovato
Message:

trunk : add missing variables for wave coupling in field_def_nemo-oce.xml - #1919

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/SHARED/field_def_nemo-oce.xml

    r9572 r9812  
    362362         <field id="ahu_bbl"      long_name="BBL diffusive flux along i-axis"   unit="m3/s" /> 
    363363 
     364         <!-- variables available with WAVE (ln_wave=T) --> 
     365         <field id="ustokes"      long_name="Stokes Drift Velocity i-axis"      standard_name="StokesDrift_x_velocity"      unit="m/s"        grid_ref="grid_U_3D" /> 
     366         <field id="ustokes_e3u"  long_name="Stokes Drift Velocity i-axis  (thickness weighted)"                            unit="m/s"        grid_ref="grid_U_3D"  > ustokes * e3u </field> 
     367 
    364368         <!-- variable for ice shelves --> 
    365369         <field id="utbl"         long_name="zonal current in the Losh tbl"     unit="m/s" /> 
     
    412416         <field id="ahv_bbl"      long_name="BBL diffusive flux along j-axis"   unit="m3/s" /> 
    413417 
     418         <!-- variables available with WAVE (ln_wave=T) --> 
     419         <field id="vstokes"      long_name="Stokes Drift Velocity j-axis"      standard_name="StokesDrift_y_velocity"      unit="m/s"        grid_ref="grid_V_3D" /> 
     420         <field id="vstokes_e3v"  long_name="Stokes Drift Velocity j-axis  (thickness weighted)"                            unit="m/s"        grid_ref="grid_V_3D"  > vstokes * e3v </field> 
     421 
    414422         <!-- variable for ice shelves --> 
    415423         <field id="vtbl"         long_name="meridional current in the Losh tbl"   unit="m/s" /> 
     
    457465         <field id="pcmap_iwm"    long_name="power consumed by wave-driven mixing"           standard_name="vertically_integrated_power_consumption_by_wave_driven_mixing"   unit="W/m2"      grid_ref="grid_W_2D" /> 
    458466         <field id="emix_iwm"     long_name="power density available for mixing"             standard_name="power_available_for_mixing_from_breaking_internal_waves"         unit="W/kg" /> 
     467 
     468         <!-- variables available with WAVE (ln_wave=T) --> 
     469         <field id="wstokes"      long_name="Stokes Drift vertical velocity"      standard_name="upward_StokesDrift_velocity"   unit="m/s" /> 
    459470 
    460471         <!-- variables available with diaar5 -->    
Note: See TracChangeset for help on using the changeset viewer.