Changes between Version 2 and Version 3 of Doc/DataAnalyse


Ignore:
Timestamp:
10/11/19 12:21:20 (5 years ago)
Author:
glipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/DataAnalyse

    v2 v3  
    1111# Data # 
    1212 
     13## Start with CMIP archives ## 
     14 
     15We highly recommend to read the user's guide of CMIP projects available at: [https://pcmdi.llnl.gov/mips/] 
     16 
     17## Access CMIP archives ## 
     18 
     19CMIP archives are available through the ESPRI platform including CICLAD and ClimServ machines. 
     20You can create an account on ESPRI mesocentre to transparently log to CICLAD or ClimServ at [https://meso-account.ipsl.fr/]. 
     21 
     22## Dive into CMIP archives at IPSL ## 
     23 
     24The IPSL-CM model produces CMIP-compliant files. The CMIP convention include the CF convention with additional rules from the WIP panel (ex. a CMIP file must describe only one variable). 
     25Once the IPSL-CM data are quality checked, the CMIP-compliant files are migrated to a dedicated filesystem at TGCC following the CMIP directory structure. 
     26This part of the TGCC filesystem is read-only mounted on the ESPRI mesocentre. 
     27On CICLAD and ClimServ, the CMIP data archives are then available under : 
     28 
     29`/bdd/CMIP6` 
     30 
     31`/bdd/CMIP5` 
     32 
     33The CMIP data from the other GCMs are downloaded at the IDRIS and IPSL. They are organized in the same CMIP directory structure and transparently available in the same `/bdd` root.  
     34 
     35Example: 
     36`/bdd/CMIP5/output/IPSL` provides access to the '''whole''' IPSL-CM data production for CMIP5 exercice. 
     37`/bdd/CMIP5/output/BCC` provides access to BCC data requested by the IPSL community.  
     38 
     39We adopted an "on-demand" process to add CMIP data from other GCM. Please send your request at `glipsl@ipsl.fr` with the following template: 
     40{{{ 
     41cat < EOF > my_template.txt 
     42project=CMIP5 
     43experiments=historical amip 
     44models=IPSL-CM5A-LR CNRM-CM5 
     45ensembles=all 
     46variables[atmos][3hr]=cltc tas 
     47variables[land][fx]=sftgif 
     48variables[seaIce][mon]=sic evap 
     49EOF 
     50}}} 
     51 
     52## What's a dataset? ## 
     53 
     54A "dataset" (as defined by ESGF) is '''one''' version of a data set resulting from a single simulation (i.e., characterised by a unique option of each CMIP facet before the version such as the institute, the model, the domain, the experiment, the frequency, the ensemble, etc.). 
     55 
     56Examples: 
     57CMIP5 dataset: `CMIP5/output1/IPSL/IPSL-CM5A-LR/ 1pctCO2/mon/atmos/Amon/r1i1p1/v20110427` 
     58 
     59A dataset is the finest granularity for ESGF publication. 
     60 
    1361# Analyse #