Changes between Version 14 and Version 15 of DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile


Ignore:
Timestamp:
2017-02-24T15:51:13+01:00 (7 years ago)
Author:
ajornet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile

    v14 v15  
    2727* Calendar options 
    2828 
     29 
     30==== After 8.4.0 (rev 4057) ==== 
     31 
     32Starting at this version (also included), MICT is using a modification of IOIPSL. Restart subroutines to Read/Write allows more than 3 dimensions. It allows an increase of performance for the restart files. For such purpose, follow the instructions below in order to install it properly: 
     33 
     34Go to the modeles folder. All source code is located here. 
     35{{{ 
     36cd YOURPATH/modipsl/modeles/ 
     37}}} 
     38 
     39Remove the current IOIPSL. This one is the IOIPSL trunk version. 
     40{{{ 
     41rm -rf IOIPSL 
     42}}} 
     43 
     44Download the modified IOISPL-MICT.  
     45{{{ 
     46svn co svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-MICT/IOIPSL IOIPSL 
     47}}} 
     48 
     49Go to the IOIPSL folder 
     50{{{ 
     51cd ../IOIPSL/src 
     52}}} 
     53 
     54Install all makefiles required to compile this library: 
     55 
     56{{{ 
     57../../../util/ins_make 
     58}}} 
     59 
     60Compile IOIPSL 
     61 
     62{{{ 
     63gmake  
     64}}} 
     65 
     66==== Before 8.4.0 (rev 4057) ==== 
     67 
    2968Go to IOIPSL source code folder 
    3069 
     
    3372}}} 
    3473 
    35 Install all makefiles 
     74Install all makefiles.  
    3675 
    3776{{{ 
     
    179218  * This guide expects you have selected the proper module libraries in the HPC you are working with. 
    180219  * There is a new option for makeorchidee_fcm called otherexec. It creates forcesoil.exe 
     220 
     221== Errors == 
     222 
     223Please, report any error to albert.jornet-puig@lsce.ipsl.fr