Changes between Version 34 and Version 35 of Doc/ComputingCenters/ESPRImesocenter


Ignore:
Timestamp:
01/17/22 17:05:44 (2 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/ESPRImesocenter

    v34 v35  
    177177#PBS -l vmem=200gb 
    178178 
     179## Go to current folder 
     180cd $PBS_O_WORKDIR 
     181 
    179182## To access module command 
    180183source /usr/share/Modules/init/ksh 
    181  
    182184 
    183185## Source same modules as used during compilation. See examples below depending on the configurations used. 
     
    188190#source /home/igcmg/.atlas_env_ciclad_ksh 
    189191 
    190 ## Go to current folder and execute 
    191 cd $PBS_O_WORKDIR 
     192## Execute the model 
    192193 
    193 #time mpirun ./orchidee_ol 
     194#time mpirun ./orchidee_ol_prod 
    194195time mpirun ./lmdz.x > lmdz.out 2>&1 
    195196}}}