New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
WorkingGroups/TAM/ReferenceManual/srcorganization (diff) – NEMO

Changes between Initial Version and Version 1 of WorkingGroups/TAM/ReferenceManual/srcorganization


Ignore:
Timestamp:
2009-09-15T15:53:40+02:00 (15 years ago)
Author:
vigilant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingGroups/TAM/ReferenceManual/srcorganization

    v1 v1  
     1== Previous NEMOVAR code organization == 
     2The current repository structure (called trunk in figure 2.1) is divided into two main folders: nemo and  
     3nemovar. The source code of nemovar folder is divided into two other folders: tam (for tangent and adjoint  
     4module) and inner (for assimilation and test module engines). The re-organization of the code aims at  
     5achieving a mirror-like between nemo and nemovar source code. For instance, we do not realise easily  
     6that the current nemovar code is only dealing with the ocean component OPA. In addition, althought the  
     7final goal of the project is to implement 4DVar assimilation, the tangent and the adjoint modules could be  
     8used for other purposes. Thus, to prepare further development and follow the flexibility spirit of the NEMO  
     9platform, it is appropriate to separate what is specific to 4DVar assimilation from what is not. 
     10 
     11