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

Typos (plural dimensions) in section H #146

Merged
merged 1 commit into from
Nov 14, 2018
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
8 changes: 4 additions & 4 deletions apph.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ When the number of vertical levels for each profile varies, and one cannot write
----
dimensions:
   obs = UNLIMITED ;
   profiles = 142 ;
   profile = 142 ;

variables:
   int profile(profile) ;
Expand Down Expand Up @@ -1121,8 +1121,8 @@ When the number of profiles and levels for each station varies, one can use a ra
----
dimensions:
   obs = UNLIMITED ;
   profiles = 1420 ;
   stations = 42;
   profile = 1420 ;
   station = 42;

variables:
   float lon(station) ;
Expand Down Expand Up @@ -1341,7 +1341,7 @@ When the number of profiles and levels for each trajectory varies, one can use a
----
dimensions:
   obs = UNLIMITED ;
   profiles = 142 ;
   profile = 142 ;

variables:
   int trajectory(trajectory) ;
Expand Down