Hi Phil:
1. does the "+" cause trouble or is it just aesthetics? We wont hand
correct NCEP/WMO tables, but if it a serious problem we will
autocorrect, eg replace "+" with "and" anywhere we see it.
2. assuming "Volumetric_soil_moisture_frozen_+_liquid" really exists in
the datase, i think
<variable name="Volumetric_soil_moisture_frozen_and_liquid"
orgName="Volumetric_soil_moisture_frozen_+_liquid" />
should have worked. Check you are looking at the variable name, not the
description.
3. Are you sure its in the "Global Attributes", not the "Variable
Attributes" ??
John
On 3/17/2014 11:08 AM, Phil Cogbill (NOAA Affiliate) wrote:
I am working TDS 4.3.21 and NcML to to fix an issue with "Volumetric
soil moisture frozen + liquid" showing up in the "Global Attributes" in
the OPeNDAP Dataset Access Form.
Inline image 1
Let me start from the beginning. With TDS 4.2.9 we saw this same
behaviour and renamed the variable this way...
<variable name="Volumetric_soil_moisture_frozen_and_liquid"
orgName="Volumetric_soil_moisture_frozen_+_liquid" />
With 4.2.9 this fixes the issue with the garbled metadata in the Global
Attributes. When this is added to the 4.3.21 catalog this happens...
Error {
code = 500;
message = "New variable (Volumetric_soil_moisture_frozen_and_liquid) must have
datatype attribute";
};
After finding this I dug around in the code to add a type and added this...
<variable name="Volumetric_soil_moisture_frozen_and_liquid"
orgName="Volumetric_soil_moisture_frozen_+_liquid"
type="float" />
Then I get two variables, the original and the new one with the _and_ in the
name, plus the Global Attributes metadata is still not correct. I have even
tried to remove the variable in multiple ways and it still shows up in the
metadata as it is in the image above...
<remove name="Volumetric_soil_moisture_frozen_+_liquid"
type="variable" />
<remove name="Volumetric_soil_moisture_frozen_%2b_liquid"
type="variable" />
Any help to fix this would be super! :-D
Thanks!
Phil Cogbill (Government Contractor)
Senior Architect, STG, Inc.
NOAA's National Climatic Data Center
Climate Services and Monitoring Division
Data Access and Applications Branch
National Climatic Data Center
Veach-Baley Federal Building
151 Patton Ave.
Room 355
Asheville, NC 28801-5001
Phil.Cogbill@xxxxxxxx <mailto:Phil.Cogbill@xxxxxxxx>
Desk: (828) 271-4474
Cell: (828) 419-0303
This electronic transmission contains information that may be internal
use only,confidential, or proprietary. If you are not the intended
recipient, be aware that any disclosure, copying, distribution or use
of the contents hereof is strictly prohibited. If you have received
this transmission in error, please notify Phil.Cogbill@xxxxxxxx
<mailto:Phil.Cogbill@xxxxxxxx>
_______________________________________________
thredds mailing list
thredds@xxxxxxxxxxxxxxxx
For list information or to unsubscribe, visit:
http://www.unidata.ucar.edu/mailing_lists/