LoadCmip5DataFromAdss: Download clipped national level CMIP5 data

Description Usage Arguments Examples

View source: R/LoadCmip5DataFromAdss.R

Description

Download clipped national level CMIP5 data from ADSS's ftp server. Apec Climate Center Data Service System

Usage

1
LoadCmip5DataFromAdss(dbdir, NtlCode)

Arguments

dbdir

directory where downloaded data located

NtlCode

2 digit country(national) code

Examples

1
2
3
4
5
6
7
## Not run: 
rSQMSampleProject() 
SetWorkingEnvironment(envfile = "rSQM.yaml")
LoadCmip5DataFromAdss(dbdir = EnvList$dbdir, NtlCode = EnvList$NtlCode)
## You can find the national code at www.apcc21.org 

## End(Not run)

rSQM documentation built on May 2, 2019, 4:14 a.m.