download_jra55_minmax_surf: Download the Japanese Re-Analysis 55 Years (JRA-55) minimum...

Description Usage Arguments Value Examples

Description

This function download JRA-55 minimum and maximum temperature at 2 meters above ground.

Usage

1
2
download_jra55_minmax_surf(start_date, end_date, output.dir, username,
  password, progress = TRUE)

Arguments

start_date

Start date to be downloaded, a character in the form "YYYY-MM-DD".

end_date

End date to be downloaded, a character in the form "YYYY-MM-DD".

output.dir

Full path to the directory where the downloaded files will be saved.

username

Your user ID for JMA Data Dissemination System (JDDS).

password

Your password for JDDS.

progress

If TRUE, display the download progress on the console.

Value

The downloaded data are saved under the directory "GRIB".

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
download_jra55_minmax_surf(
        start_date = "2019-05-26",
        end_date = "2019-05-26",
        output.dir = "~/Desktop/DATA/JRA55",
        username = "my.UID",
        password = "my.PWD"
     )

## End(Not run)

rijaf-iri/CDTDownload documentation built on June 5, 2019, 12:37 a.m.