1.6.2.2. showdt.py – Display de time step of netcdf time axis¶
| Usage: | showdt.py [-h] [-t TIME] [-v VNAME] [-u UNITS] [-s STAT] [-f FORMAT]
ncfile
|
|---|---|
| Description: | Show time step of a netcdf file. |
| Positional Arguments: | |
|
|
| Optional Arguments: | |
|
|
| Examples: | These examples are executed from the $> showdt.py ../data/mars3d.t.nc
3600 seconds
$> showdt.py -u h --format="Time step in hours: %(value).1f" ../data/mars3d.t.nc
Time step in hours: 1.0
|