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 8476 for branches/UKMO/dev_3.6_FVPS/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2017-08-31T14:33:15+02:00 (7 years ago)
Author:
davestorkey
Message:

UKMO/dev_3.6_FVPS : implement FVPS HPG scheme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_3.6_FVPS/NEMOGCM/CONFIG/SHARED/field_def.xml

    r7963 r8476  
    6363         <field id="beta"         long_name="haline contraction"                                                        unit="1e3"    grid_ref="grid_T_3D" /> 
    6464         <field id="rhop"         long_name="potential density (sigma0)"        standard_name="sea_water_sigma_theta"   unit="kg/m3"  grid_ref="grid_T_3D" /> 
     65         <field id="rho"          long_name="in sity density"                                                           unit="kg/m3"  grid_ref="grid_T_3D" /> 
    6566 
    6667         <!-- Energy - horizontal divergence --> 
     
    402403         <field id="uocet"        long_name="ocean transport along i-axis times temperature (CRS)"                                               unit="degree_C*m/s"   grid_ref="grid_U_3D" /> 
    403404         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="0.001*m/s"   grid_ref="grid_U_3D" /> 
     405         <field id="hpgi"         long_name="horizontal pressure gradient along i-axis"                                                          unit="N/kg"        grid_ref="grid_U_3D" /> 
    404406 
    405407         <!-- variables available with MLE --> 
     
    444446         <field id="vocet"        long_name="ocean transport along j-axis times temperature (CRS)"                                               unit="degree_C*m/s"   grid_ref="grid_V_3D" /> 
    445447         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="0.001*m/s"   grid_ref="grid_V_3D" /> 
     448         <field id="hpgj"         long_name="horizontal pressure gradient along j-axis"                                                          unit="N/kg"        grid_ref="grid_V_3D" /> 
    446449 
    447450         <!-- variables available with MLE --> 
     
    477480        <field id="woce"         long_name="ocean vertical velocity"              standard_name="upward_sea_water_velocity"   unit="m/s"  /> 
    478481        <field id="wocetr_eff"   long_name="effective ocean vertical transport"                                               unit="m3/s" /> 
     482        <field id="hpgdepth"     long_name="depth from HPG module" unit="m"  /> 
     483        <field id="pressure"     long_name="in situ pressure"      unit="N/m2"  /> 
    479484 
    480485        <!-- woce_eiv: available with key_traldf_eiv and key_diaeiv --> 
Note: See TracChangeset for help on using the changeset viewer.