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


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

--

Legend:

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

    v60 v61  
    3434}}} 
    3535 
    36 === 1.4 Exchange IOIPSL for ORCHIDEE revision 4512 === 
     36=== 1.4.1 Exchange IOIPSL for ORCHIDEE-CNP r4512 and later === 
    3737for ORCHIDEE newer than r4512 you need to use a modified version of IOIPSL. 
    3838Follow the description here: 
     
    4040[https://forge.ipsl.jussieu.fr/orchidee/wiki/DevelopmentActivities/Branches/ORCHIDEE-MICT-IMBALANCE-P/Compile#After8.4.0rev4057] 
    4141 
     42=== 1.4.2 Modify IOIPSL for ORCHIDEE-CNP before r4512) === 
     43adjust 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 
     44{{{ 
     45 &  max_var=550, max_file=50, max_dim=NF90_MAX_VAR_DIMS 
     46}}} 
    4247 
    4348---- 
     
    4550 
    4651== 2. Compilation of ORCHIDEE-CN-P == 
    47 === 2.1 modify IOIPSL === 
    48 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 
    49 {{{ 
    50  &  max_var=550, max_file=50, max_dim=NF90_MAX_VAR_DIMS 
    51 }}} 
    52 === 2.2 compile orchidee === 
     52 
     53=== 2.1 compile orchidee === 
    5354==== A: on obelix ==== 
    5455