Changes between Version 61 and Version 62 of DevelopmentActivities/ORCHIDEE-CNP/howtoUse


Ignore:
Timestamp:
2017-08-01T11:46:47+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoUse

    v61 v62  
    3030cd ../modeles 
    3131rm -fr ORCHIDEE 
    32 svn co svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-CN-P ORCHIDEE 
     32svn co svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-CN-P/ORCHIDEE ORCHIDEE 
    3333cd ../util ; ./ins_make 
    3434}}} 
    3535 
    36 === 1.4.1 Exchange IOIPSL for ORCHIDEE-CNP r4512 and later === 
     36=== 1.4 Adjust IOIPSL === 
     37 
     38'''ORCHIDEE-CNP r4512 and newer''' 
     39 
    3740for ORCHIDEE newer than r4512 you need to use a modified version of IOIPSL. 
    3841Follow the description here: 
     
    4043[https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile#After8.4.0rev4057] 
    4144 
    42 === 1.4.2 Modify IOIPSL for ORCHIDEE-CNP before r4512) === 
    43 adjust IOIPSL to be able to write more variables into the output by increase the value of max_var by 50 in ../modeles/IOIPSL/src/restcom.f90 
     45'''for ORCHIDEE-CNP before r4512''' 
     46 
     47adjust IOIPSL to be able to write more variables into the output by increase the value of max_var by 50 in modeles/IOIPSL/src/restcom.f90 
    4448{{{ 
    4549 &  max_var=550, max_file=50, max_dim=NF90_MAX_VAR_DIMS 
    4650}}} 
    4751 
     52=== 1.5 Exchange libIGCM configurations for ORCHIDEE === 
     53I adjust the libIGCM configuration for use with ORCHIDEE-CNP.  
     54Use them instead of the default ones by: 
     55{{{ 
     56cd modipsl/config 
     57rm -rf ORCHIDEE_OL 
     58svn co svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-CN-P/ORCHIDEE_OL ORCHIDEE_OL 
     59}}} 
    4860---- 
    4961----