Subversion Repositories lagranto.um

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 michaesp 1
.TH changet
2
.SH NAME 
3
.B changet - change time on a netCDF file with filename P{YYYYMMDD_HH} or S{YYYYMMDD_HH} 
4
.SH SYNOPSIS 
5
.B changet 
6
.I startdate
7
.I file
8
.SH DESCRIPTION
9
Change the time value of a netCDF file with filename P{YYYYMMDD_HH} or S{YYYYMMDD_HH}; the time is set in hours relative to the startdate (in format YYYYMMDD_HH).
10
.SH PARAMETERS
11
.TP 15
12
.B startdate 
13
reference date in format YYYYMMDD_HH.
14
.TP 15
15
.B file
16
name of the netCDF file with filename P{YYYYMMDD_HH} or S{YYYYMMDD_HH}.
17
.SH EXAMPLES
18
.TP 5
19
.B [1] changet 20110102_00 P20110102_18
20
sets the time of the netCDF file "P20110102_18" to 18 h.
21
.SH AUTHOR
22
Written by Michael Sprenger and Heini Wernli (January 2011)