Changes between Version 1 and Version 2 of DevelopmentActivities/MergeOCN


Ignore:
Timestamp:
2012-10-17T11:19:14+02:00 (12 years ago)
Author:
dsolyga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/MergeOCN

    v1 v2  
     1 
    12= Merge OCN = 
    23 
    34This page describes the work done to include the nitrogen cycle into ORCHIDEE. The nitrogen cycle was introduced into ORCHIDEE by Sonke 
    4 Zaehle a few years ago. This version called O-CN was not parallelized and is now a bit obsolete, so it will be progressively merged  
     5Zaehle a few years ago. This version called O-CN was not parallelized and is based on a obsolete version, so it will be progressively merged  
    56into a copy of trunk of ORCHIDEE with regular updates (synchronization with the trunk). The release is expected for the end of 2013. 
    67 
     
    2223 
    2324}}} 
     25Moreover, I need to add the following parameters : 
     26{{{ 
     27INTEGER(i_std), PARAMETER :: nelements = 1    !! Number of isotopes considered  
     28INTEGER(i_std), PARAMETER :: icarbon = 1      !! Index for carbon   
     29}}} 
     30__Test done__ : A simple binary comparison test was performed on Obelix. The tests are OK. 
    2431 
     32 
     33 
     34This work has been commited see [1025].