concat.ESGF: concat.ESGF Concatenate netcdf files from ESGF into a...

View source: R/concatESGF.R

concat.ESGFR Documentation

concat.ESGF Concatenate netcdf files from ESGF into a combined netcdf file of historical + projected climate simulations using CDO command line

Description

This function assumes that the data has been downloaded locally using the functions meta.ESGF and retrieve.ESGF.

Usage

concat.ESGF(
  meta,
  param = "tas",
  path = "/lustre/storeB/project/CMIP/CMIP6.monthly/from_synda/CMIP6",
  expid = "ssp585",
  use = "CDO",
  verbose = FALSE
)

Arguments

meta

Output data.frame from meta.ESGF() function. The full path to the netCDF file can either be included in 'ncfile' or entered as a separate input ('path').

param

Climate parameter as defined in ESGF.

path

Path to netcdf files

Value

NetCDF file output containing both historical and future climate simulations.

See Also

meta.ESGF retrieve.ESGF


metno/esd documentation built on April 29, 2024, 3:34 p.m.