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 13047 for NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/cfgs/AM98/EXPREF/field_def_nemo-oce.xml – NEMO

Ignore:
Timestamp:
2020-06-04T18:25:14+02:00 (4 years ago)
Author:
gm
Message:

F grid available to XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/cfgs/AM98/EXPREF/field_def_nemo-oce.xml

    r12614 r13047  
    643643      </field_group> 
    644644       
     645      <!-- T grid --> 
     646      <field_group id="grid_T" grid_ref="grid_T_2D">   
     647        <field id="pry"         long_name="porosity parameter"      standard_name="porosity_phi"         unit="#"    /> 
     648        <field id="pmb"         long_name="permeability parameter"  standard_name="permeability_sigma"   unit="1/s" /> 
     649      </field_group> 
    645650       
    646651      <!-- F grid --> 
    647       <field_group id="grid_F" grid_ref="grid_U_2D">   
    648        <!-- Enstrophy - vorticity --> 
    649         <field id="hf"           long_name="water column height at F point"    standard_name="water_column_height_F"  unit="m" /> 
    650         <field id="sKEf"         long_name="surface kinetic energy at F point" standard_name="specific_kinetic_energy_of_sea_water"   unit="m2/s2"  grid_ref="grid_U_2D" /> 
    651         <field id="relvor"       long_name="relative vorticity"                standard_name="relative_vorticity"     unit="1/s"     grid_ref="grid_U_2D" /> 
    652         <field id="plavor"       long_name="planetary vorticity"               standard_name="planetary_vorticity"    unit="1/s"     grid_ref="grid_U_2D" /> 
    653         <field id="relpotvor"    long_name="relative potential vorticity"      standard_name="relpot_vorticity"       unit="1/m.s"   grid_ref="grid_U_2D" /> 
    654         <field id="abspotvor"    long_name="absolute potential vorticity"      standard_name="abspot_vorticity"       unit="1/m.s"   grid_ref="grid_U_2D" /> 
    655         <field id="Ens"          long_name="enstrophy"                         standard_name="enstrophy"              unit="1/m2.s2" grid_ref="grid_U_2D" /> 
    656        
     652      <field_group id="grid_F" grid_ref="grid_F_2D">   
     653        <field id="hf"           long_name="water column height at F point"    standard_name="water_column_height_F"  unit="m"                     /> 
     654        <field id="sKEf"         long_name="surface kinetic energy at F point" standard_name="specific_kinetic_energy_of_sea_water"   unit="m2/s2" /> 
     655        <field id="relvor"       long_name="relative vorticity"                standard_name="relative_vorticity"     unit="1/s"                   /> 
     656        <field id="plavor"       long_name="planetary vorticity"               standard_name="planetary_vorticity"    unit="1/s"                   /> 
     657        <field id="relpotvor"    long_name="relative potential vorticity"      standard_name="relpot_vorticity"       unit="1/m.s"                 /> 
     658        <field id="abspotvor"    long_name="absolute potential vorticity"      standard_name="abspot_vorticity"       unit="1/m.s"                 /> 
     659        <field id="Ens"          long_name="enstrophy"                         standard_name="enstrophy"              unit="1/m2.s2"               /> 
    657660      </field_group> 
    658661       
Note: See TracChangeset for help on using the changeset viewer.