Changes between Version 14 and Version 15 of LMDZOR_v4


Ignore:
Timestamp:
06/08/11 10:16:32 (13 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LMDZOR_v4

    v14 v15  
    189189 
    190190= Without ORCHIDEE = 
    191 The LMDZ executable can run without ORCHIDEE even if it is compiled with ORCHIDEE. Instead the land surface bucket model in LMDZ will be used. But if you don't have acces to the ORCHIDEE sources or for another reason you don't want to compile ORCHIDEE, then you have to edit the main makefile. In modipsl/config/LMDZOR_v4/AA_make,  
     191In this configuration LMDZ is compiled and executed with ORCHIDEE. Still the LMDZ executable compiled with ORCHIDEE can also be used without ORCHIDEE and instead the land surface bucket model in LMDZ will be used. This choice is controled by the parameter VEGET=y/n, see run section below. But if you don't have acces to the ORCHIDEE sources or for another reason you don't want to compile ORCHIDEE, then you have to edit the main makefile.  
     192 
     193'''Compile without ORCHIDEE''' [[BR]] 
     194 
     195In modipsl/config/LMDZOR_v4/AA_make : 
    192196 
    193197 * remove liborchidee from the target you want to compile and create Makefile with ./ins_make. For exemple if you want to compile the resolution 96x95x39, change 
     
    211215 
    212216 
     217'''Run without ORCHIDEE''' [[BR]] 
    213218 
    214219To deactivate ORCHIDEE in the simulation, in LMDZ the only difference is to put VEGET=n in run.def. While submitting using libIGCM also the config.card must be modified. Do following in the LMDZOR experience (no difference for CREATE) :[[BR]] 
    215220 
    216  * config.card : Remove the whole section [SRF] and [SBG] and all lines related to SRF(ORCHIDEE) and SBG(STOMATE) in section [!ListOfComponents] and [Executable]. Now the .cards and .drivers related to ORCHIDEE and STOMATE will not be used.  
     221 * config.card : Remove the all lines related to SRF(ORCHIDEE) and SBG(STOMATE) in section [!ListOfComponents] 
    217222 
    218223 * run.def : Modify in PARAM/run.def to VEGET=n