Changes between Version 1 and Version 2 of Doc/Config/ICOLMDZOR_v7


Ignore:
Timestamp:
10/11/19 15:46:45 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/ICOLMDZOR_v7

    v1 v2  
    1 # ICOLMDZOR_v7 # 
     1{{{ 
     2#!html 
     3<h1>ICOLMDZOR_v7</h1> 
     4}}} 
     5[[PageOutline(1-2,Table of contents)]] 
     6 
     7[[NoteBox(note, ICOLMDZOR_v7_work is a configuration under construction. Contact one of the persons in charge before first use. , 600px)]] 
     8Person in charge: Josefine Ghattas, Arnaud Caubel 
     9---- 
     10# Description # 
     11ICOLMDZOR is a configuration coupling DYNAM'''ICO''', '''LMDZ''' physics and '''OR'''CHIDEE. 
     12 
     13## Computing centers ## 
     14ICOLMDZOR_v7_work is currently only maintained at irene/TGCC. 
     15 
     16## Compilation ## 
     17Compilation is done using a script compilation_icolmdzor.sh available in modipsl/config/ICOLMDZOR. The script detects on which computing center the installation is done and sources modules needed for compilation. The same modules will be sourced during run time by libIGCM. The module file is set in the folder modipsl/config/ICOLMDZOR/ARCH/. 
     18 
     19 
     20# Quick installation guide # 
     21 
     22{{{ 
     23# Install modipsl 
     24svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     25cd modipsl/util 
     26 
     27# Download and compile configuration ICOLMDZOR_v7_work 
     28./model ICOLMDZOR_v7_work 
     29cd ../config/LMDZOR_v6 
     30./compile_icolmdzor.sh [-debug, ...] 
     31 
     32# Experiment setup 
     33cp EXPERIMENT/ICOLMDZOR/clim_noleap/config.card .     # => modify at least JobName=MyJobname, DateBegin, DateEnd in config.card 
     34../../libIGCM/ins_job 
     35cd MyJobname 
     36 
     37# Modify default setup:  
     38# for example change atmospheric resolution nbp, output level, parameter setup or input files 
     39 
     40ccc_msub Job_MyJobname 
     41}}} 
     42