JGCRI / CMIP6

documentation and processing code for JGCRI's CMIP6 archive on pic
4 stars 1 forks source link

Put test scripts under version control #3

Closed kdorheim closed 4 years ago

kdorheim commented 5 years ago

Objective

Incorporate the scripts you developed that use R (only) and cdo (only) to calculate and plot the global annual mean for a single model / experiment.

  1. A R script that processes the netcdf using R only
  2. A txt script that contains the lines of code that you used to use CDO to process the results.
  3. A R script that plot the results of the from script 1 and 2 against one another.

Purpose

Become familiar with git and pull requests

Tips