Changes between Version 3 and Version 4 of Doc/Config/LMDZOR_v6.1


Ignore:
Timestamp:
07/09/15 13:46:40 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZOR_v6.1

    v3 v4  
    1313# Description # 
    1414LMDZOR_v6 is a configuration under construction. More information to come... 
     15Default compilation is still 96x96x39. Default option during run time is old physics and 2-layer hydrology. These options can be changed.   
     16 
     17# Parameter files # 
     18Most parameter file are found in PARAM/ directory as for the v5 configurations. But some files are now also copied from the model directories. This is the case for field_def_lmdz.xml and field_def_orchidee.xml. In lmdz.card and orchidee.card you can see where the files are taken from.   
     19 
     20# Quick installation # 
     21 
     22{{{ 
     23# Installation and compilation 
     24svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     25cd modipsl/util 
     26./model LMDZOR_v6 
     27cd ../condig/LMDZOR_v6 
     28gmake      [or gmake LMD144142-L39] 
     29 
     30# Experiment setup 
     31cp EXPERIMENT/LMDZOR/clim/config.card . 
     32=> modify at least JobName=MyJobname, DateBegin, DateEnd 
     33../../util/ins_job 
     34cd MyJobname 
     35# Modify default setup: change physics in lmdz.card (for other physics dans AP or NPv3.2 you also need to add physic.def_NPxxx in PARAM/) 
     36# change hydrology(2- or 11- layer) in orchidee.card 
     37ccc_msub Job_MyJobname / llsubmit Job_MyJobname 
     38}}} 
     39 
     40 
     41 
     42 
    1543 
    1644# Simulations #