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

Removing unnecessary dimensions #268

Merged
merged 1 commit into from
Jun 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions apph.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ If the time series instances have the same number of elements and the time value
dimensions:
  station = 10 ;  // measurement locations
  time = UNLIMITED ;
 name_strlen = 23 ;

variables:
  float humidity(station,time) ;
Expand Down Expand Up @@ -298,7 +297,6 @@ When the time series have different lengths and the data values for entire time
dimensions:
   station = 23 ;
   obs = 1234 ;
name_strlen = 23 ;

variables:
   float lon(station) ;
Expand Down Expand Up @@ -719,7 +717,6 @@ When storing multiple trajectories in the same file, and the number of elements
dimensions:
   obs = 1000 ;
   trajectory = 77 ;
name_strlen = 23 ;

variables:
   string trajectory(trajectory) ;
Expand Down Expand Up @@ -838,7 +835,6 @@ When the number of elements for each trajectory varies, and one can control the
dimensions:
   obs = 3443;
   trajectory = 77 ;
name_strlen = 23 ;

variables:
   string trajectory(trajectory) ;
Expand Down Expand Up @@ -977,7 +973,6 @@ When storing time series of profiles at multiple stations in the same data varia
   station = 22 ;
   profile = 3002 ;
   z = 42 ;
name_strlen = 23 ;

variables:
   float lon(station) ;
Expand Down Expand Up @@ -1152,7 +1147,6 @@ When the number of profiles and levels for each station varies, one can use a ra
   obs = UNLIMITED ;
   profiles = 1420 ;
   stations = 42;
name_strlen = 23 ;

variables:
   float lon(station) ;
Expand Down