skygering / land-ocean-warming-ratio

Code to parameterize the land-ocean warming ration within the HECTOR simple climate model
1 stars 0 forks source link

CDO and R #4

Open kdorheim opened 4 years ago

kdorheim commented 4 years ago

Objectives

Become comfortable with executing cdo operators via R and start using pic!

CMIP6 Archive

Information about where the CMIP6 data is stored on pic, https://github.com/jgcri/CMIP6. You won't be using this yet but it will come up in the CDOR example code.

CDO and CDO-R

PIC

Next step will be to figure out a plan for how to code up the

kdorheim commented 4 years ago

Alrighty so the files that I'd like you to process with your very simple script. Turns out they are too large to post on a github issue. Instead what I am going to do is give you the links to where they live on pic. We are going to work with E3SM data because it is the DOE model that @bpbond and Kate Calvin work on!

/pic/projects/GCAM/CMIP6/archive/areacella/areacella_fx_E3SM-1-0_1pctCO2_r1i1p1f1_gr.nc /pic/projects/GCAM/CMIP6/archive/sftlf/sftlf_fx_E3SM-1-0_1pctCO2_r1i1p1f1_gr.nc /pic/projects/GCAM/CMIP6/archive/tas/tas_Amon_E3SM-1-0_1pctCO2_r1i1p1f1_gr_000101-002512.nc (Checkout the www.github.com/jgcri/cmip6 wiki for helpful resources and references if you have data questions (but also please feel free to ask)!)

You can have two options, you can either write the script to process the files on the pic log in node or you can download the files to your local machine and work them there.