Changes between Version 46 and Version 47 of Doc/FAQ


Ignore:
Timestamp:
08/17/16 12:21:44 (8 years ago)
Author:
sdipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v46 v47  
    373373 
    374374See [wiki:DocFsimu#Howtocheckthatthepostprocessingwassuccessful here]. 
    375 ## How do I read/retrieve/use files on dods? ## 
     375## How do I read/retrieve/use files on esgf/thredds? ## 
    376376 * At IDRIS, visit the following website: 
    377      * [http://dodsp.idris.fr] and select your login, your configuration, your simulation and the ATM component (then the `Analyse` subdirectory) as well as `ATLAS` or `MONITORING`. 
    378      * or with the new one based on the ESGF and thredds : [http://prodn.idris.fr/thredds] and select  
    379        * IDRISPUBFS, your login, your configuration, your simulation, etc. 
     377     * [http://prodn.idris.fr/thredds] and select ipsl_public, your login, your configuration, your simulation and the ATM component (then the `Analyse` subdirectory) as well as `ATLAS` or `MONITORING`. 
    380378 * At TGCC, visit the following website: 
    381      * [http://dods.extra.cea.fr/work] (dods `CCCWORK`) and select your login, your configuration, your simulation, etc. 
    382      * or with the new one called thredds : [http://esgf.extra.cea.fr/thredds] and select  
    383        * DODSWORK, your login, your configuration, your simulation, etc. for ATLAS and MONITORING 
    384        * DODSSTORE, your login, your configuration, your simulation, etc. and ATM or other component to access Analyse files (TS or SE) 
    385  * Once you found a netcdf file (suffix `.nc`), you can download it by clicking on it or you can analyze it with the DODS functions. To do so in the case of dods servers, add `cgi-bin/nph-dods` to the address right after the server address. For example: 
     379     * [https://esgf.extra.cea.fr/thredds] and select: 
     380       * work, your login, your configuration, your simulation, etc. for ATLAS and MONITORING 
     381       * store, your login, your configuration, your simulation, etc. and ATM or other component to access Analyse files (TS or SE) 
     382 * Once you found a netcdf file (suffix `.nc`), you can download it by clicking on it or you can analyze it with openDAP functions. To do so add `thredds/dodsC` to the address right after the server address. For example: 
    386383  {{{ 
    387384   ciclad : ferret ... 
    388    > use "http://dods.extra.cea.fr/cgi-bin/nph-dods/store/yourlogin/..." 
    389    > use "http://dodsp.idris.fr/cgi-bin/nph-dods/yourlogin/..." 
    390    > use "http://esgf.extra.cea.fr/thredds/dodsC/DODSSTORE/yourlogin/..." 
     385   > use "https://esgf.extra.cea.fr/thredds/dodsC/store/yourlogin/.../file.nc" 
     386   > use "https://prodn.idris.fr/thredds/dodsC/ipsl_public/yourlogin/.../file.nc" 
    391387}}} 
    392388More information on Monitoring can be found here: [wiki:DocFsimu#Monitoring] 
     
    397393 
    398394## How do I superimpose monitoring plots (intermonitoring)? ## 
    399 [http://dods.ipsl.jussieu.fr/brocksce/screencast/InterMonitoring.html Audio] [[BR]] 
     395[https://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/brocksce/screencast/InterMonitoring.html Audio] [[BR]] 
    400396Short link : 
    401  * for dods type : {{{ http://webservices.ipsl.fr/monitoring-1.20 }}} 
    402397 * for esgf type : {{{ http://webservices.ipsl.fr/monitoring }}} 
    403398 
     
    408403 
    409404In the 1st tab, type: 
    410 http://dods.extra.cea.fr/cgi-bin/nph-dods/data/p86cadul/OL2 
     405https://esgf.extra.cea.fr/thredds/catalog/store/p86ghatt/OL2/PROD 
    411406Click on the "List directories". 
    412 To add simulations at IDRIS, go back to the 1st tab 
    413 Type http://dods.idris.fr/cgi-bin/nph-dods/rpsl003/IPSLCM5A/DEVT/pdControl 
    414 Then click on "Append directories" to display the CCRT and IDRIS simulations on the next tab. 
     407To add simulations at IDRIS, go back to the 1st tab and type 
     408https://prodn.idris.fr/thredds/catalog/ipsl_public/rces061/OL2/DEVT 
     409Then click on "Append directories" to display TGCC and IDRIS simulations on the next tab. 
    415410In the 2nd tab, select the simulations 27, 29, 30 and 33 (shift click or control click to choose several simulations) 
    416411Then click on "search files". 
     
    434429In order to compute a seasonal mean over 100 years, check that all decades are on the file server (`SE_checker`). Then run the job `create_multi_se` on the post processing machine. 
    435430 
    436 Note that an atlas for these 100 years will also be created. See the example for the 100-year atlas for piControl2 here : [http://dods.extra.cea.fr/data/p86caub/IPSLCM5A/PROD/piControl/piControl2/ATLAS/SE_2000_2099/ SE 2000 2099] 
     431Note that an atlas for these 100 years will also be created. See the example for the 100-year atlas for piControlMR1 here : 
     432[https://esgf.extra.cea.fr/thredds/catalog/work/p86maf/IPSLCM5A-MR/PROD/piControl/piControlMR1/ATLAS/SE_2000_2099/catalog.html SE 2000 2099] 
    437433 
    438434 1. If not done yet, create a specific post processing directory. See the chapter on how to  [wiki:DocFsimu#Lancerourelancerlespost-traitements run or restart post processing jobs] for details.