From 642a04c6ac9e5fb2f68531c05ab3918527aef20c Mon Sep 17 00:00:00 2001 From: aaronspring <aaron.spring@mpimet.mpg.de> Date: Mon, 2 Nov 2020 11:30:49 +0100 Subject: [PATCH] update CVDP with readme --- notebooks/CVDP_GE.ipynb | 72 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/notebooks/CVDP_GE.ipynb b/notebooks/CVDP_GE.ipynb index 55faa38..10c6020 100644 --- a/notebooks/CVDP_GE.ipynb +++ b/notebooks/CVDP_GE.ipynb @@ -28,6 +28,78 @@ "base = '/work/mh1007/MPI-GE_processed/CVDP'" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "CVDP GE\n", + "-------\n", + "\n", + "CVDP Website: http://www.cesm.ucar.edu/working_groups/CVC/cvdp/\n", + "CVDP Article: https://agupubs.onlinelibrary.wiley.com/doi/pdf/10.1002/2014EO490002\n", + "Script used from: https://wiki.mpimet.mpg.de/doku.php?id=analysis:ruby:grand_ensemble:scripts&s[]=cvdp#cvdp_-_analysing_variability \n", + "CVDP version: 0.3\n", + "Preprocessed script by: Sebastian Milinski\n", + "CVDP Analysis run by: Aaron Spring\n", + "Date: 2. June 2020\n", + "Script actually used to process a single experiment_type: cvdp_mpi-esm_0.3/cvdp_MPI-ESM.sh\n", + "Script actually used to process all: cvdp_mpi-esm_0.3/cvdp_MPI-ESM_run.sh\n", + "\n", + "Analysis initially performned at path: /work/bm1124/m300524/CVDP_GE/cvdp_mpi-esm_0.3\n", + "Output initially at path: /work/bm1124/m300524/CVDP_GE/{experiment_type}\n", + "\n", + "Experiment_type & available members processed:\n", + "- hist 1-100\n", + "- rcp26 1-100\n", + "- rcp45 1-100\n", + "- rcp85 1-100\n", + "- oncpct 1-100\n", + "- pictrl 1\n", + "\n", + "Available output per experiment_type:\n", + "- .nc\n", + " - for each ensemble member: hist/hist0001.cvdp_data.amo.1850-2005.nc\n", + " - aggregated 100 members: hist/hist.cvdp_data.amo.1850-2005.nc\n", + "- Figures of 100 members in .png\n", + "\n", + ".nc filenames:\n", + " 'amo',\n", + " 'pdo',\n", + " 'pr.mean_stddev',\n", + " 'pr.trends_timeseries',\n", + " 'psl.mean_stddev',\n", + " 'psl.nam_nao',\n", + " 'psl.nam_nao.ts',\n", + " 'psl.pna_npo',\n", + " 'psl.pna_npo.ts',\n", + " 'psl.sam_psa',\n", + " 'psl.sam_psa.ts',\n", + " 'psl.sst.indices.tas',\n", + " 'psl.trends',\n", + " 'snd.mean_stddev',\n", + " 'snd.trends',\n", + " 'sst.indices',\n", + " 'sst.indices.ppt',\n", + " 'sst.indices.psl',\n", + " 'sst.mean_stddev',\n", + " 'sst.trends_timeseries',\n", + " 'tas.mean_stddev',\n", + " 'tas.trends_timeseries'\n", + "\n", + "\n", + "\n" + ] + } + ], + "source": [ + "!cat /work/mh1007/MPI-GE_processed/README" + ] + }, { "cell_type": "code", "execution_count": 62, -- GitLab