forked from PecanProject/pecan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmet2CF.ERA5.reanalysis.Rd
More file actions
52 lines (42 loc) · 1.22 KB
/
Copy pathmet2CF.ERA5.reanalysis.Rd
File metadata and controls
52 lines (42 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/met2cf.ERA5.reanalysis.R
\name{met2CF.ERA5.reanalysis}
\alias{met2CF.ERA5.reanalysis}
\title{met2CF.ERA5.reanalysis - function for ERA5 reanalysis data processing}
\usage{
met2CF.ERA5.reanalysis(
slat,
slon,
in.path,
start_date,
end_date,
sitename,
outfolder,
in.prefix,
vars = NULL,
overwrite = FALSE,
verbose = TRUE
)
}
\arguments{
\item{slat}{latitude}
\item{slon}{longitude}
\item{in.path}{path to the directory containing the ERA5 reanalysis NetCDF files}
\item{start_date}{start date}
\item{end_date}{end date}
\item{sitename}{the name of the site used for making the identifier}
\item{outfolder}{path to directory where CF-compliant nc files need to be saved}
\item{in.prefix}{initial portion of the filename that does not vary by date}
\item{vars}{variables to be extracted. If NULL all available variables will be returned}
\item{overwrite}{logical if files need to be overwritten}
\item{verbose}{logical flag defining if output of function be extra verbose}
}
\value{
dataframe with file information for processed NetCDF files
}
\description{
met2CF.ERA5.reanalysis - function for ERA5 reanalysis data processing
}
\author{
Akash
}