Changeset 13047
- Timestamp:
- 2020-06-04T18:25:14+02:00 (5 years ago)
- Location:
- NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater
- Files:
-
- 1 added
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/cfgs/AM98/EXPREF/domain_def_nemo.xml
r12529 r13047 175 175 <!-- Eq section : no V point on the Equator... --> 176 176 177 177 178 178 <!-- W grid --> 179 179 <domain id="grid_W" long_name="grid W"/> … … 181 181 <domain id="EqW" domain_ref="grid_W" > <zoom_domain id="EqW"/> </domain> 182 182 183 <!-- F grid --> 184 <domain id="grid_F" long_name="grid F"/> 185 183 186 <!-- zonal mean grid --> 184 187 <domain_group id="gznl"> -
NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/cfgs/AM98/EXPREF/field_def_nemo-oce.xml
r12614 r13047 643 643 </field_group> 644 644 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> 645 650 646 651 <!-- 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" /> 657 660 </field_group> 658 661 -
NEMO/branches/2020/dev_r12527_Gurvan_ShallowWater/cfgs/AM98/EXPREF/grid_def_nemo.xml
r12529 r13047 53 53 <domain domain_ref="grid_W" /> 54 54 <axis axis_ref="depthw" /> 55 </grid> 56 <!-- --> 57 <grid id="grid_F_2D" > 58 <domain domain_ref="grid_F" /> 59 </grid> 60 <!-- --> 61 <grid id="grid_F_3D" > 62 <domain domain_ref="grid_F" /> 63 <axis axis_ref="depthf" /> 55 64 </grid> 56 65 <!-- -->
Note: See TracChangeset
for help on using the changeset viewer.