Files in JGCRI/RCMIP5
Tools for Manipulating and Summarizing CMIP5 Data

.Rbuildignore
.gitignore
.travis.yml
DESCRIPTION
LICENSE
NAMESPACE
NEWS
R/RCMIP5.R R/addProvenance.R R/calcGridArea.R R/checkTimePeriod.R R/filterDimensions.R R/getFileInfo.R R/loadCMIP5.R R/loadEnsemble.R R/makeAnnualStat.R R/makeGlobalStat.R R/makeMonthlyStat.R R/makeZStat.R R/mergeExperiments.R R/regrid.R R/saveNetCDF.R R/worldPlot.R
RCMIP5.Rproj
README.md
data/cmip5global.rda
data/datasets.R
demo/00Index
demo/RCMIP5.R
inst/CITATION
man/RCMIP5.Rd man/checkTimePeriod.Rd man/getFileInfo.Rd man/loadEnsemble.Rd manuscript/EOS.Rmd manuscript/EOS_categories.md manuscript/EOS_guidelines.md profiler/profiler.R profiler/profiler.Rmd
sampledata/GFDL/tos_Omon_GFDL-ESM2G_historical_r1i1p1_200101-200512.nc
sampledata/annual/co3_Oyr_HadGEM2-ES_rcp85_r1i1p1_2171-2172.csv
sampledata/annual/co3_Oyr_HadGEM2-ES_rcp85_r1i1p1_2171-2172.nc
sampledata/annual/emptyFile.csv
sampledata/annual/ph_Oyr_MPI-ESM-LR_historical_r1i1p1_2000-2005.nc
sampledata/annual/ph_Oyr_MPI-ESM-LR_historical_r2i1p1_2000-2005.nc
sampledata/fx/areacella_fx_GFDL-CM3_historical_r0i0p0.nc
sampledata/fx/areacella_fx_HadGEM2-ES_historical_r0i0p0.nc
sampledata/monthly/co2mass_Amon_bcc-csm1-1-m_historical_r1i1p1_185001-201212.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_historical_r3i1p1_195912-198411.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_historical_r4i1p1_195912-198411.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_rcp85_r3i1p1_200512-203011.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_rcp85_r3i1p1_203012-205511.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_rcp85_r4i1p1_200512-203011.nc
sampledata/monthly/nbp_Lmon_HadGEM2-ES_rcp85_r4i1p1_203012-205511.nc
sampledata/monthly/prc_Amon_GFDL-CM3_rcp85_r1i1p1_207101-207512.nc
sampledata/monthly/spco2_Omon_HadGEM2-ES_rcp85_r1i1p1_229912-229912.nc
sampledata/monthly/tas_Amon_CMCC-CESM_historical_r1i1p1_199501-199912.nc
sampledata/monthly/tas_Amon_CMCC-CESM_rcp85_r1i1p1_206601-207512.nc
sampledata/monthly/tsl_Lmon_GFDL-CM3_historicalGHG_r1i1p1_186001-186412.nc
sampledata/timeonly/co2mass_Amon_GFDL-ESM2M_historical_r1i1p1_199601-200012.nc
sourceall.R tests/testthat.R tests/testthat/test_RCMIP5.R tests/testthat/test_addProvenance.R tests/testthat/test_calcGridArea.R tests/testthat/test_chainedOperations.R tests/testthat/test_checkTimePeriod.R tests/testthat/test_cmip5data.R tests/testthat/test_filterDimensions.R tests/testthat/test_getFileInfo.R tests/testthat/test_loadCMIP5.R tests/testthat/test_loadEnsemble.R tests/testthat/test_makeAnnualStat.R tests/testthat/test_makeGlobalStat.R tests/testthat/test_makeMonthlyStat.R tests/testthat/test_makeZStat.R tests/testthat/test_mergeExperiments.R tests/testthat/test_regrid.R tests/testthat/test_saveNetCDF.R tests/testthat/test_worldPlot.R
tests/testthat/testdata_badfilename/invalid_file.nc
tests/testthat/testdata_mismatch/dummyvar_d_b_c_e1_185001-185012_RCMIP5.nc
tests/testthat/testdata_mismatch/dummyvar_d_b_c_e2_185101-185112_RCMIP5.nc
tests/testthat/testdata_missingfile/co3_Oyr_fakemodel1-ES_rcp85_r1i1p1_2171-2172.nc
tests/testthat/testdata_missingfile/co3_Oyr_fakemodel1-ES_rcp85_r1i1p1_2174-2175.nc
tests/testthat/testdata_missingfile/prc_Amon_fakemodel2-CM3_rcp85_r1i1p1_207101-207512.nc
tests/testthat/testdata_missingfile/prc_Amon_fakemodel2-CM3_rcp85_r1i1p1_208101-208512.nc
tests/testthat/testdata_none/foo
tests/testthat/testdata_overlap/var_d_m_ex_en_200001-200212.nc
tests/testthat/testdata_overlap/var_d_m_ex_en_200201-200412.nc
tests/testthat/testdata_shortFreq/co3_A3hr_fakemodel1-ES_rcp85_r1i1p1_2171-2172.nc
tests/testthat/testdata_shortFreq/co3_A3hr_fakemodel1-ES_rcp85_r1i1p1_2173-2174.nc
tests/testthat/testdata_twodomains/co3_Amon_fakemodel1-ES_rcp85_r1i1p1_2171-2172.nc
tests/testthat/testdata_twodomains/co3_Oyr_fakemodel1-ES_rcp85_r1i1p1_2171-2172.nc
tests/testthat/testdata_twoensembles/var_d_m_ex_e1_200101-200112_RCMIP5.nc
tests/testthat/testdata_twoensembles/var_d_m_ex_e2_200101-200112_RCMIP5.nc
unused/world.plot.R vignettes/atmospheric_co2.Rmd
JGCRI/RCMIP5 documentation built on May 7, 2019, 7:43 a.m.