cedadev / cf-vocab-editor

Editor for CF vocab.
Other
1 stars 0 forks source link

Entries for individual names should not have grib and amip names #7

Closed spepler closed 2 months ago

spepler commented 2 months ago

Currently produced by editor:

<entry id="acoustic_area_backscattering_strength_in_sea_water">
    <canonical_units>1</canonical_units>
    <grib></grib>
    <amip></amip>
    <description>Acoustic area backscattering strength is 10 times the log10 of the ratio of the area 
backscattering coefficient to the reference value, 1 (m2 m-2). Area backscattering coefficient is the integral of 
the volume backscattering coefficient over a defined distance. Volume backscattering coefficient is the linear 
form of acoustic_volume_backscattering_strength_in_sea_water. For further details see MacLennan et. al 
(2002) doi:10.1006/jmsc.2001.1158.
</description>
   </entry>

New schema: Removal of grib and amip tags

<entry id="acoustic_area_backscattering_strength_in_sea_water">
    <canonical_units>1</canonical_units>

    <description>Acoustic area backscattering strength is 10 times the log10 of the ratio of the area 
backscattering coefficient to the reference value, 1 (m2 m-2). Area backscattering coefficient is the integral of 
the volume backscattering coefficient over a defined distance. Volume backscattering coefficient is the linear 
form of acoustic_volume_backscattering_strength_in_sea_water. For further details see MacLennan et. al 
(2002) doi:10.1006/jmsc.2001.1158.
</description>
   </entry>
spepler commented 2 months ago

Done. They are still in the model but not shown in the interface or exports. https://github.com/cedadev/cf-vocab-editor/commit/411dba27c5ec180c5bc0b6acad92ad4891e6302e