Changes between Version 14 and Version 15 of LMDZOR_v4
- Timestamp:
- 06/08/11 10:16:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LMDZOR_v4
v14 v15 189 189 190 190 = 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, 191 In 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 195 In modipsl/config/LMDZOR_v4/AA_make : 192 196 193 197 * 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 … … 211 215 212 216 217 '''Run without ORCHIDEE''' [[BR]] 213 218 214 219 To 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]] 215 220 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] 217 222 218 223 * run.def : Modify in PARAM/run.def to VEGET=n