View source: R/WATCHhourlyObs.R
| WATCHhourlyObs | R Documentation |
Interpolates t, u10, ea, qsi, and qli values (6-hour in WFD, 3-hour in WFDEI) to hourly. The total p values are evenly divided over the hourly intervals. Outputs hourly t, u10, ea, qsi, qli, and p.
WATCHhourlyObs(infile = "", outfile = "", logfile = "")
infile |
Required. Name of file created by CreateWFDobs or CreateWFDobs. |
outfile |
Required. Hourly obs file to be created. |
logfile |
Optional. Name of the file to be used for logging the action. Normally not use |
If successful, returns the value TRUE and writes the specified .obs file of hourly values. If unsuccessful, returns the value FALSE.
Kevin Shook
## Not run:
WATCHhourlyObs('VermilionWATCH_WFD.obs', 'VermilionWFDhourly.obs')
WATCHhourlyObs('VermilionWATCH_WFDEI.obs', 'VermilionWFDEIhourly.obs')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.