Changes between Version 91 and Version 92 of Doc/Running


Ignore:
Timestamp:
09/01/22 15:29:41 (22 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Running

    v91 v92  
    421421#  # IDRIS (jeanzay) 
    422422#. /home/users/brock/.atlas_env_asterix_bash      # LSCE (asterix) 
    423 #  # IPSL (ciclad) 
    424423 
    425424# add for TGCC (irene) 
     
    431430 
    432431# add for ciclad: 
    433 . /home/brocksce/.atlas_env_ciclad1_bash 
     432#===================================== 
     433module unload ferret 
     434module unload python 
     435module unload pyferret 
     436export PATH="/home/brocksce/anaconda3/bin:$PATH" 
     437module load ferret/7.4.3 
     438. /home/brocksce/.env_fast_atlas.sh 
     439 
    434440}}} 
    435441  * define the name and the path where you saved the .jnl script.  
     
    445451cp -fR ${scriptname%%.jnl}_prod $CCCWORKDIR/../../thredds/login/INTERMONITORING 
    446452}}} 
     453 * On Ciclad you will have an error on '''-batch''' option of pyferret but it will still work 
     454 
    447455 * For irene you need to edit the .jnl script as follows: 
    448456   * change the path of the netCDF file to plot, inserting the !SpaceName, !ExperimentName, !JobName related to your run: 
     
    450458use "$CCCWORKDIR/../../thredds/login/TagName/SpaceName/ExperimentName/JobName/MONITORING/files/($FILE)" 
    451459}}} 
    452  * change permissions on .bash 
     460 * change permissions on .bash  
    453461{{{ 
    454462chmod 755 *.bash