Changes between Version 41 and Version 42 of Doc/Running


Ignore:
Timestamp:
09/07/16 12:49:24 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Running

    v41 v42  
    396396. /home/brocksce/.atlas_env_ciclad1_ksh 
    397397}}} 
    398   * define the path where you saved the .jnl script.  
     398  * define the name and the path where you saved the .jnl script.  
    399399{{{ 
    400400scriptname=./intermonit_CM6.jnl 
     
    402402  * uncomment and adapt the last line in the script with copy to esgf/thredds. For example at ciclad :  
    403403{{{ 
     404# for ciclad 
    404405cp -fR ${scriptname%%.jnl}_prod /prodigfs/ipslfs/http/dods/web/html/login/INTERMONITORING 
    405 }}} 
    406  
     406   
     407# or for curie:  
     408cp -fR ${scriptname%%.jnl}_prod /ccc/work/cont003/dods/public/login/INTERMONITORING 
     409}}} 
     410 * For curie you need to edit the .jnl script as follows: 
     411   * change the path of the netCDF file to plot, inserting the !SpaceName, !ExperimentName, !JobName related to your run: 
     412{{{ 
     413use "/ccc/work/cont003/dods/public/login/OL2/SpaceName/ExperimentName/JobName/MONITORING/files/($FILE)" 
     414}}} 
    407415 * Run the .bash script. A new directory will appear on your computer. This is the directory that is also copied to esgf/thredds. 
    408  * The intermonitoring is now on esgf/thredds and you can keep the link permanently. 
     416 * The intermonitoring is now on esgf/thredds and you can keep the link permanently. For example for curie, you can find intermonitoring in, where XXXXX is the name of the .jnl file (without .jnl) : 
     417{{{ 
     418http://esgf.extra.cea.fr/thredds/fileServer/work/login/INTERMONITORING/XXXXX_prod/index.html 
     419}}} 
    409420  
    410421## Seasonal means ##