Dear Jonathan,
The Surface microwave emissivity is for 1 x1 degree gridded data at
three different wavelengths (23.8, 50.3 and 89.0 GHz). So, I suppose it
can be written as (in CDL form, assuming the variable name "EmisMW" and
its dimension "MWEmisLvls"),
dimensions:
lat = 180 ;
lon = 360 ;
MWEmisLvls =3 ;
variables:
float MWEmisLvls(MWEmisLvls)
MWEmisLvls:standard_name="radiation_wavelength"; cannot find
radiation_frequency, but should be O.K.
MWEmisLvls:units="GHz";
float EmisMW(MWEmisLvls, lat, lon) ;
EmisMW: _FillValue=-9999.f;
EmisMW: long_name="Microwave spectral emissivity";
EmisMW: standard_name="surface_microwave_emissivity";
data:
MWEmisLvls = 23.8, 50.3, 89.0;
(I skippped lat, lon as those are straitforward)
Young-In
-----Original Message-----
From: cf-metadata-bounces at cgd.ucar.edu
[mailto:cf-metadata-bounces at cgd.ucar.edu] On Behalf Of Jonathan Gregory
Sent: Friday, January 30, 2009 3:53 AM
To: cf-metadata at cgd.ucar.edu
Subject: [CF-metadata] Emissivity not found in the current standard
nametable
Dear Young-In
Yes, by analogy with surface_albedo, I think surface_emissivity would be
fine.
> - surface_ir_emissivity (or surface_longwave_emissivity)
It should be longwave, for consistence with other names.
> - surface_microwave_emissivity,
I think microwave would be OK; it would need a definition. You could
also have plain surface_emissivity and provide a (perhaps scalar)
coordinate variable of radiation_wavelength with bounds to specify the
range to which it applies precisely.
Cheers
Jonathan
_______________________________________________
CF-metadata mailing list
CF-metadata at cgd.ucar.edu
http://mailman.cgd.ucar.edu/mailman/listinfo/cf-metadata
Received on Mon Feb 02 2009 - 14:01:29 GMT