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 10900 for branches/UKMO/dev_r5518_FOAMv14_output_heat_fluxes/NEMOGCM/CONFIG/SHARED/field_def.xml – NEMO

Ignore:
Timestamp:
2019-04-26T13:51:00+02:00 (5 years ago)
Author:
anaguiar
Message:

Changes to allow checking qns balance and if all terms are correctly evaluated - Test 4 described in https://code.metoffice.gov.uk/trac/gmed/ticket/454#comment:2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_FOAMv14_output_heat_fluxes/NEMOGCM/CONFIG/SHARED/field_def.xml

    r10302 r10900  
    249249         <field id="qemp_oce"     long_name="Downward Heat Flux from E-P over open ocean"                                                       unit="W/m2"  /> 
    250250         <field id="taum_oce"     long_name="wind stress module over open ocean"           standard_name="magnitude_of_surface_downward_stress" unit="N/m2"  /> 
     251 
     252         <!-- * qns individual terms to check the total qns_oce along with qlw_oce, qsb_oce and qla_oce output, with ln_blk_core --> 
     253         <field id="qlasprecip"   long_name="latent melting heat for solid precip non solar"                 unit="W/m2"         /> 
     254         <field id="qevapsst"     long_name="evap heat content at SST non solar"                             unit="W/m2"         /> 
     255         <field id="qlprecip"     long_name="liquid precip heat content at Tair non solar"                   unit="W/m2"         /> 
     256         <field id="qsprecip"     long_name="solid precip heat content at min(Tait,Tsnow) non solar"         unit="W/m2"         /> 
    251257 
    252258         <!-- available key_oasis3 --> 
     
    670676      <field_group id="icbvar" grid_ref="grid_T_2D"  >  
    671677        <field id="berg_total_melt"    long_name="icb melt rate 2 of icebergs"                     unit="kg/m2/s"                    /> 
    672         <field id="berg_total_heat_flux"  long_name="icb latent heat of melting of icebergs"          unit="kg/m2/s"                    /> 
     678        <field id="berg_total_heat_flux"  long_name="icb latent heat of melting of icebergs"       unit="kg/m2/s"                    /> 
    673679        <field id="berg_melt"          long_name="icb melt rate of icebergs"                       unit="kg/m2/s"                    /> 
    674680        <field id="berg_buoy_melt"     long_name="icb buoyancy component of iceberg melt rate"     unit="kg/m2/s"                    /> 
Note: See TracChangeset for help on using the changeset viewer.