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 5415 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 5415 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2015-06-13T05:54:27+02:00 (9 years ago)
Author:
hadcv
Message:

Final commits for CF compliance development.

  • Add cell area output (under ln_cfmeta)
  • Add depth bounds
  • Update Met Office ARCH file to use XIOS-1.0 r618
  • Remove current XIOS domain definition for scalar variables (a zoom of the T grid) and go back to the one defined in iom.F90
  • Add new scalar variable XIOS domain definition with coordinates that better represent collapsed global coordinates
  • Rewrite the grid bounds code in iom.F90 to allocate less memory.
Location:
trunk/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/domain_def.xml

    r5385 r5415  
    55    <!--   My zoom: example of hand defined zoom   --> 
    66         <domain id="myzoom" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="5" zoom_nj="5" /> 
    7          <domain id="1point" zoom_ibegin="10" zoom_jbegin="10" zoom_ni="1" zoom_nj="1" /> 
    87         <!--   Eq section   --> 
    98         <domain id="EqT" zoom_ibegin="1" zoom_jbegin="0000" zoom_ni="0000" zoom_nj="1" /> 
     
    169168      </domain_group> 
    170169 
    171       <domain_group id="scalarpoint"> 
    172          <domain id="scalarpoint" long_name="scalar"/> 
    173          <!-- 
    174          <domain id="1point" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1" /> 
    175          --> 
     170      <domain_group id="scalarpoint" long_name="scalar" zoom_ibegin="1" zoom_jbegin="1" zoom_ni="1" zoom_nj="1"> 
     171         <domain id="1point"/> 
     172         <domain id="globalscalar" /> 
    176173      </domain_group> 
    177174 
  • trunk/NEMOGCM/CONFIG/SHARED/field_def.xml

    r5407 r5415  
    460460      <!-- scalar variables available with key_diaar5 --> 
    461461 
    462       <field_group id="scalar"  domain_ref="1point" > 
     462      <field_group id="scalar"  domain_ref="globalscalar" > 
    463463         <field id="voltot"     long_name="global total volume"                          standard_name="sea_water_volume"                               unit="m3"   /> 
    464464         <field id="sshtot"     long_name="global mean ssh"                              standard_name="global_average_sea_level_change"                unit="m"    /> 
     
    468468         <field id="temptot"    long_name="global mean temperature"                      standard_name="sea_water_potential_temperature"                unit="degC" /> 
    469469         <field id="saltot"     long_name="global mean salinity"                         standard_name="sea_water_salinity"                             unit="1e-3" /> 
    470          <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait"   standard_name="sea_ice_transport_across_line"                  unit="kg/s" /> 
     470         <field id="fram_trans" long_name="Sea Ice Mass Transport Through Fram Strait"   standard_name="sea_ice_transport_across_line"                  unit="kg/s"   domain_ref="1point" /> 
    471471 
    472472          <!-- available with ln_diahsb --> 
     
    489489      <!-- LIM3 scalar variables --> 
    490490 
    491       <field_group id="SBC_scalar"  domain_ref="1point" > 
     491      <field_group id="SBC_scalar"  domain_ref="globalscalar" > 
    492492         <!-- available with ln_limdiaout --> 
    493493         <field id="ibgvoltot"    long_name="global mean ice volume"                                 unit="km3"        /> 
     
    920920     </field_group> 
    921921 
    922      <field_group id="PISCES_scalar"  domain_ref="1point" > 
     922     <field_group id="PISCES_scalar"  domain_ref="globalscalar" > 
    923923       <field id="pno3tot"         long_name="global mean nitrate concentration"                  unit="mol/m3"   /> 
    924924       <field id="ppo4tot"         long_name="global mean phosphorus concentration"               unit="mol/m3"   /> 
Note: See TracChangeset for help on using the changeset viewer.