Changes between Version 39 and Version 40 of DevelopmentActivities/ORCHIDEE-CNP


Ignore:
Timestamp:
2016-02-15T13:39:00+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP

    v39 v40  
    6868}}} 
    6969 
    70 === 3. Compile ORCHIDEE (obelix) === 
     70=== 3. Compile ORCHIDEE === 
    7171adjust IOIPSL to be able to write more variables; increase value of max_var by 50 in ../modeles/IOIPSL/src/restcom.f90 
    7272{{{ 
     
    7474}}} 
    7575then go and compile ORCHIDEE 
     76 
     77==== on obelix ==== 
    7678{{{ 
    7779cd ../modeles/ORCHIDEE   
     
    8587./makeorchidee_fcm -driver -arch ifort_LSCE -noxios 
    8688}}} 
     89 
     90==== on curie ==== 
     91This fails: 
     92{{{ 
     93cd ../config/ORCHIDEE_OL 
     94gmake without_xios 
     95}}} 
     96 
     97 
     98then compile ORCHIDEE again without xios by: 
     99{{{ 
     100cd ../../modeles/ORCHIDEE 
     101./makeorchidee_fcm -driver -parallel mpi -arch X64_CURIE -driver -noxios 
     102}}} 
     103this fails too 
    87104 
    88105=== 4. Run ORCHIDEE (obelix) ===