⇐ ⇒

[CF-metadata] Specifying a wavelength for a standard_name

From: Jonathan Gregory <j.m.gregory>
Date: Fri, 24 Feb 2006 17:13:44 +0000

Dear Pepe

You should add a size-one coordinate variable or a scalar coordinate variable
of radiation_wavelength.

     float kd490(wavelength);
        kd490:standard_name =
  "volume_attenuation_coefficient_of_downwelling_radiative_flux_in_sea_water";
        kd490:long_name = "Mean Diffuse Attenuation Coefficient at 490nm" ;
        kd490:units = "m-1" ;
     float wavelength(wavelength);
        wavelength:units="m";
        wavelength:standard_name="radiation_wavelength";

or

     float kd490;
        kd490:standard_name =
  "volume_attenuation_coefficient_of_downwelling_radiative_flux_in_sea_water";
        kd490:long_name = "Mean Diffuse Attenuation Coefficient at 490nm" ;
        kd490:units = "m-1" ;
        kd490:coordinates="wavelength";
     float wavelength;
        wavelength:units="m";
        wavelength:standard_name="radiation_wavelength";

Best wishes

Jonathan
Received on Fri Feb 24 2006 - 10:13:44 GMT

This archive was generated by hypermail 2.3.0 : Tue Sep 13 2022 - 23:02:40 BST

⇐ ⇒