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 11957 for NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2019-11-24T12:04:14+01:00 (4 years ago)
Author:
laurent
Message:

Better consistency with current trunk...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/cfgs/SHARED/field_def_nemo-oce.xml

    r11831 r11957  
    337337 
    338338      <!-- sbcssm variables --> 
    339       <field id="sst_m" long_name="Bulk sea surface temperature"  standard_name="bulk_sea_surface_temperature" unit="degC" /> 
    340       <field id="sss_m" long_name="sea surface salinity"          standard_name="sea_surface_salinity"         unit="psu"  /> 
    341       <field id="ssu_m" long_name="ocean surface current along i-axis"                                         unit="m/s"  /> 
    342       <field id="ssv_m" long_name="ocean surface current along j-axis"                                         unit="m/s"  /> 
     339      <field id="sst_m"   unit="degC" /> 
     340      <field id="sss_m"    unit="psu"  /> 
     341      <field id="ssu_m"    unit="m/s"  /> 
     342      <field id="ssv_m"    unit="m/s"  /> 
    343343      <field id="ssh_m"    unit="m"    /> 
    344344      <field id="e3t_m"    unit="m"    /> 
     
    347347    </field_group> 
    348348 
    349     <!-- scalar variables --> 
    350     <field_group id="SBC_0D"  grid_ref="grid_1point" > 
    351     </field_group> 
    352349 
    353350  </field_group> <!-- SBC --> 
Note: See TracChangeset for help on using the changeset viewer.