Skip to content

Commit

Permalink
Add details on track file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarthur committed Nov 11, 2015
1 parent 490d635 commit 1d8930e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TrackGenerator/TrackGenerator.py
Expand Up @@ -31,7 +31,8 @@
of multi-year simulations, multiple years are contained in the file).
Here's an example that shows the group structure in a track file. The
track file contains five tracks, each with only two variables - 'time' and 'track'::
track file contains five tracks, each with only two variables - 'time'
and 'track'::
>>> from netCDF4 import Dataset
>>> rootgrp = Dataset("tracks.00001.nc", "r")
Expand Down Expand Up @@ -124,8 +125,6 @@
unlimited dimensions: time
current shape = (220,)
"""

import os
Expand Down

0 comments on commit 1d8930e

Please sign in to comment.