Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

time and time_uv aggregations (add lat_uv and lon_uv) #7

Open
dpsnowden opened this issue Aug 1, 2013 · 4 comments
Open

time and time_uv aggregations (add lat_uv and lon_uv) #7

dpsnowden opened this issue Aug 1, 2013 · 4 comments
Assignees

Comments

@dpsnowden
Copy link
Member

We have two distinct time axes in each segment file. time will be multi valued (10000s of time steps) and most variables are dimensioned along time and time is the primary aggregation in THREDDS.

There is a second time_uv axis for segment averaged velocities.

Kyle will experiment with creating two aggregations for the same set of data files.

@ghost ghost assigned kwilcox Aug 1, 2013
@kwilcox
Copy link

kwilcox commented Aug 6, 2013

The two aggregations are up here: http://54.221.199.138/thredds/scratch.html

I'd recommend we clear out the variables that are not part of the aggregations. ie. Clear all variables that are not dimensioned by time_uv from the time_uv aggregation. The values represent a random dataset in the aggregation (you can also set it to do the latest or first) and are just confusing.

@kerfoot
Copy link
Member

kerfoot commented Aug 7, 2013

The time_uv aggregation is also a bit confusing to me:

http://54.221.199.138/thredds/dodsC/RU5MonthTimeUV.nc

The time_uv has 363 values, so the variables that use this dimension all show up as having the same number of values. Why to the non time_uv dimensioned variables (ie: temperature, etc.,) have 1344 values? Is this a random dataset aggregation as in the 'time' aggregation?

We'll need to remove all of the variables that don't use the time_uv dimension from this dataset as well.

@kwilcox
Copy link

kwilcox commented Aug 7, 2013

The THREDDS aggregation is choosing a random file from the collection, and that random file has a time dimension of length 1344. I'll remove the unneeded variables from the aggregations with the new files you emailed out.

@kwilcox
Copy link

kwilcox commented Aug 7, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants