Skip to content

Commit d157855

Browse files
committed
doc update
1 parent b1971dc commit d157855

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

R/extract_surgical.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#' Extract time series from a list model files using time, latitude, longitude, and altitude.
1+
#' Extract time series from a list model files using time UTC, latitude, longitude, and altitude (meters).
22
#'
3-
#' @description Read output from WRF model and calculate the column of trace gases.
3+
#' @description Read output from a list of model (WRF or UFS) and calculate the column of trace gases.
44
#'
55
#' @param filelist list of files to be read
6-
#' @param point data.frame with time (POSIXct), lat, lon, alt
6+
#' @param point data.frame with time (POSIXct in UTC), lat (numeric in degrees), lon (numeric in degrees), alt (numeric in meters)
77
#' @param vars variable names
88
#' @param model 'WRF' (default) or 'UFS'
99
#' @param include_indices to include t,i,j,k indices

man/extract_surgical.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)