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 4756 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/field_def.xml – NEMO

Ignore:
Timestamp:
2014-09-03T09:47:30+02:00 (10 years ago)
Author:
deazer
Message:

Added two new routines, diatmb and dia25h to handle 25hourly and tmb output.
modified diawri to call these routines when logicals are true
logicals are set by new namelist addition set to true in AMM12 cfg and false in reference
default should be false.
additional call in dynspg_ts for barotropic U and V
Created extra fields in field_def.xml and extrae file groups in iodef.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/SHARED/field_def.xml

    r4565 r4756  
    628628      <field field_ref="woce"         name="wo"       long_name="ocean vertical velocity"  /> 
    629629    </field_group> 
    630      
     630 
     631       <!-- TMB diagnostic output --> 
     632    <field_group  id="1h_grid_T_tmb" grid_ref="grid_T_2D" operation="instant"> 
     633     <field id="top_temp"           name="votemper_top"  unit="degC"  /> 
     634     <field id="mid_temp"           name="votemper_mid"  unit="degC"  /> 
     635     <field id="bot_temp"           name="votemper_bot"  unit="degC"  /> 
     636     <field id="top_sal"            name="vosaline_top"  unit="psu"   /> 
     637     <field id="mid_sal"            name="vosaline_mid"  unit="psu"   /> 
     638     <field id="bot_sal"            name="vosaline_bot"  unit="psu"   /> 
     639     <field id="sshnmasked"         name="sossheig"      unit="m"     />  
     640   </field_group> 
     641    <field_group  id="1h_grid_U_tmb" grid_ref="grid_U_2D" operation="instant"> 
     642     <field id="top_u"           name="vozocrtx_top"  unit="m/s"  /> 
     643     <field id="mid_u"           name="vozocrtx_mid"  unit="m/s"  /> 
     644     <field id="bot_u"           name="vozocrtx_bot"  unit="m/s"  /> 
     645     <field id="baro_u"          name="vobtcrtx"      unit="m/s"  /> 
     646   </field_group> 
     647    <field_group  id="1h_grid_V_tmb" grid_ref="grid_V_2D" operation="instant"> 
     648     <field id="top_v"           name="vomecrty_top"  unit="m/s"  /> 
     649     <field id="mid_v"           name="vomecrty_mid"  unit="m/s"  /> 
     650     <field id="bot_v"           name="vomecrty_bot"  unit="m/s"  /> 
     651     <field id="baro_v"          name="vobtcrty"      unit="m/s"  /> 
     652   </field_group> 
     653       <!-- 25h diagnostic output --> 
     654      <field_group id="25h_grid_T" grid_ref="grid_T_3D" operation="instant"> 
     655   <field id="temper25h"         name="potential temperature 25h mean"    unit="degC" /> 
     656   <field id="tempis25h"         name="insitu temperature 25h mean"    unit="degC" /> 
     657   <field id="salin25h"          name="salinity 25h mean"                 unit="psu"  /> 
     658   <field id="ssh25h"            name="sea surface height 25h mean"  grid_ref="grid_T_2D"      unit="m"    /> 
     659      </field_group> 
     660 
     661      <field_group id="25h_grid_U" grid_ref="grid_U_3D" operation="instant" > 
     662   <field id="vozocrtx25h"         name="i current 25h mean"    unit="m/s"   /> 
     663      </field_group> 
     664 
     665      <field_group id="25h_grid_V" grid_ref="grid_V_3D" operation="instant"> 
     666   <field id="vomecrty25h"         name="j current 25h mean"    unit="m/s"    /> 
     667      </field_group> 
     668 
     669      <field_group id="25h_grid_W" grid_ref="grid_W_3D" operation="instant"> 
     670   <field id="vomecrtz25h"         name="k current 25h mean"                 unit="m/s"      /> 
     671   <field id="avt25h"             name="vertical diffusivity25h mean"       unit="m2/s" /> 
     672   <field id="avm25h"              name="vertical viscosity 25h mean"        unit="m2/s" /> 
     673   <field id="tke25h"              name="turbulent kinetic energy 25h mean" /> 
     674   <field id="mxln25h"             name="mixing length 25h mean"             unit="m" /> 
     675      </field_group> 
     676 
     677 
    631678    </field_definition> 
Note: See TracChangeset for help on using the changeset viewer.