Changes between Version 4 and Version 5 of IncaCiclad


Ignore:
Timestamp:
01/22/20 16:50:18 (4 years ago)
Author:
xuezhou
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IncaCiclad

    v4 v5  
    55. /home/igcmg/.atlas_env_ciclad_ksh 
    66}}}  
    7 in {{{ 
     7in  
     8{{{ 
    89${HOME}/.bashrc 
    910}}} 
    10 \\ 
    1111 
    1212= Compilation at Ciclad = 
    13 The LMDEZORINCA can be extracted as usual. At Ciclad, ifort is the default compiler. The models LMDZOR_v6 and ORCHIDEE have been tested successfully. Therefore only in INCA model arch-ifort_CICLAD.fcm and  arch-ifort_CICLAD.path should be added. 
     13The LMDEZORINCA model can be extracted as usual. At Ciclad, ifort is the default compiler. The models LMDZOR_v6 and ORCHIDEE have been tested successfully. Therefore only in INCA model arch-ifort_CICLAD.fcm and  arch-ifort_CICLAD.path should be added. 
    1414Here is a example:  
    1515arch-ifort_CICLAD.fcm: 
     
    5151}}} 
    5252 
    53 A pre_proc_ifort_CICLAD.x file should also be added, which can copy pre_proc_X64_IRENE.x and just modifier inca_pp.x64 by inca_pp.ciclad. 
     53A pre_proc_ifort_CICLAD.x file should also be added. We can copy pre_proc_X64_IRENE.x and just modifier inca_pp.x64 by inca_pp.ciclad. 
    5454  
    5555As at other servers, the script ins_make is used to generate makefiles.  
     
    6464P.S. Without this line, it seems to work too.  
    6565 
    66 = Run a simulation LMDZORINCA at CICLAD = 
    67 As at Irène, a submit directory is created by launching ins_job. At Ciclad only one OMP and one MPI for xios, therefore more memory is required.  
    68 For instance, for a test AER (96*95*19) with 48MPI and 1OMP #PBS -l mem=60gb #PBS -l vmem=300gb can be set. 
     66= Run a simulation at CICLAD = 
     67As at Irène, a submit directory is created by launching ins_job. At Ciclad only MPI is used and one MPI is set for XIOS, therefore more memory is required.  
     68For instance, for a test AER (96*95*19) with 48MPI, #PBS -l mem=60gb #PBS -l vmem=300gb can be set.