Changeset 587


Ignore:
Timestamp:
10/03/11 00:33:36 (13 years ago)
Author:
grlod
Message:

YaoI file deleted (not used anymore for the future versions)
Yaostruct.h deleted not used for now
Header and license update for include, etc and root directories

Location:
trunk
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL

    r510 r587  
    1 Copyright or © or Copr. Luigi NARDI (2011/01/13) 
    2  
    3 mail of the author: luiginardi@gmail.com 
     1Copyright or © or Copr. MMSA team, LOCEAN Paris (2011/01/13) 
    42 
    53This software is a framework for variational data assimilation in 
     
    3230knowledge of the CeCILL license and that you accept its terms. 
    3331 
     32YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     33Contact : yao@locean-ipsl.upmc.fr 
     34 
    3435########################################################################################## 
    35 Pour installer YAO version 9.2 
     36How to install  
    3637########################################################################################## 
    3738 
    38 Au préalable il faut installer le compilateur gcc 4.4. 
    39 Le compilateur gfortran doit aussi être installé sur la machine (remarqué sur Ubuntu 10.10). 
    40 On suppose d'installer yao9 dans le répertoire /usr/local/yao/ 
     39At first, you need gcc 4.4, and gfortran compiler 
    4140 
    42 1) ############################## 
    43 Copier les sources YAO dans /usr/local/yao/. Ce répertoire est le répertoire d'installation.   
    44 Pour cela on peut demander le tarball à l'administrateur YAO (lnalod@locean-ispl.upmc.fr)  
    45 ou bien télécharger les sources à partir du dépôt (pour l'instant il faut avoir un compte sur la machine Forge de l'IPSL) : 
    46 svn checkout svn+ssh://LOGIN@forge.ipsl.jussieu.fr/ipsl/forge/projets/yao/svn/tag/rc_yao_9.1/ . 
    47 Dans le cas du tarball yao.tgz (par exemple), extraire yao.tgz dans le repertoire d'installation. 
    48  
    49  
     41We suppose you install yao in the /usr/local/yao directory 
     421- Download yao source from the website or from svn (you need an IPSL forge account for this). 
     43svn checkout svn+ssh://LOGIN@forge.ipsl.jussieu.fr/ipsl/forge/projets/yao/svn/ 
     44tag/rc_yao_9.1/ . 
     452- Unzip in the desired directory 
     463- You should update your .*shrc file (tested with bash and csh) 
     47a- csh 
    50482.a) csh ############################## 
    5149Si le shell qu'on utilise est csh (faire "echo $SHELL" pour savoir qeul est notre shell), 
  • trunk/README

    r503 r587  
    11Radme for YAO 
    22============== 
    3 Copyright or © or Copr. Luigi NARDI (2011/01/13) 
    4  
    5 e-mail of the author: luiginardi@gmail.com 
     3Copyright or © or Copr. MMSA team, LOCEAN Paris (2011/01/13) 
    64 
    75This software is a framework for variational data assimilation in 
     
    3331The fact that you are presently reading this means that you have had 
    3432knowledge of the CeCILL license and that you accept its terms. 
     33 
     34YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     35Contact : yao@locean-ipsl.upmc.fr 
    3536 
    3637The CeCILL license is limited to the YAO software. 
  • trunk/etc/yao92

    r574 r587  
    11#!/bin/sh 
    2 #  
    3 # Mail : yao@locean-ipsl.upmc.fr 
    4 # Authors : L.Nardi, G.Rosinosky, C. Sorror 
    5 # 
    6 #This software is a framework for variational data assimilation in 
    7 #numerical models. 
    8 # 
    9 #This software is governed by the CeCILL license under French law and 
    10 #abiding by the rules of distribution of free software.  You can  use, 
    11 #modify and/ or redistribute the software under the terms of the CeCILL 
    12 #license as circulated by CEA, CNRS and INRIA at the following URL 
    13 #"http://www.cecill.info". 
    14 # 
    15 #As a counterpart to the access to the source code and  rights to copy, 
    16 #modify and redistribute granted by the license, users are provided only 
    17 #with a limited warranty  and the software's author,  the holder of the 
    18 #economic rights,  and the successive licensors  have only  limited 
    19 #liability. 
    20 # 
    21 #In this respect, the user's attention is drawn to the risks associated 
    22 #with loading,  using,  modifying and/or developing or reproducing the 
    23 #software by the user in light of its specific status of free software, 
    24 #that may mean  that it is complicated to manipulate,  and  that  also 
    25 #therefore means  that it is reserved for developers  and  experienced 
    26 #professionals having in-depth computer knowledge. Users are therefore 
    27 #encouraged to load and test the software's suitability as regards their 
    28 #requirements in conditions enabling the security of their systems and/or 
    29 #data to be ensured and,  more generally, to use and operate it in the 
    30 #same conditions as regards security. 
    31 # 
    32 #The fact that you are presently reading this means that you have had 
    33 #knowledge of the CeCILL license and that you accept its terms. 
    34  
    35  
    36 #######This is yao, an improved version of the YaoH script file. 
     2# Copyright or © or Copr. MMSA team, LOCEAN Paris (2011/01/13) 
     3 
     4#This software is a framework for variational data assimilation in numerical models. 
     5 
     6#This software is governed by the CeCILL license under French law and abiding by the rules of distribution of free software.  You can  use, modify and/ or redistribute the software under the terms of the CeCILL license as circulated by CEA, CNRS and INRIA at the following URL "http://www.cecill.info". 
     7 
     8#As a counterpart to the access to the source code and  rights to copy, modify and redistribute granted by the license, users are provided only with a limited warranty  and the software's author,  the holder of the economic rights,  and the successive licensors  have only  limited liability. 
     9 
     10# In this respect, the user's attention is drawn to the risks associated with loading,  using,  modifying and/or developing or reproducing the software by the user in light of its specific status of free software, that may mean  that it is complicated to manipulate,  and  that  also therefore means  that it is reserved for developers  and  experienced professionals having in-depth computer knowledge. Users are therefore encouraged to load and test the software's suitability as regards their requirements in conditions enabling the security of their systems and/or data to be ensured and,  more generally, to use and operate it in the same conditions as regards security. 
     11 
     12#The fact that you are presently reading this means that you have had knowledge of the CeCILL license and that you accept its terms. 
     13 
     14#YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     15#Contact : yao@locean-ipsl.upmc.fr 
     16 
    3717 
    3818#ᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵᅵFunction for move all files generated and quit. 
  • trunk/yao/include/Dyniob.h

    r584 r587  
    1 /*============================================================================= 
    2          Fonctions de Gestion des entrees - sorties et des observations pour Yao 
    3 =============================================================================*/ 
     1#ifndef YAOPROJECT_DYNIOB_H_INCLUDED 
     2#define YAOPROJECT_DYNIOB_H_INCLUDED 
     3/*!  
     4 * \file Dyniob.h 
     5 * \brief Input/output and observations management functions 
     6 * \author Charles Sorror 
     7 * $Id$ 
     8 */ 
     9/* 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
     11 
     12This software is a framework for variational data assimilation in 
     13numerical models. 
     14 
     15This software is governed by the CeCILL license under French law and 
     16abiding by the rules of distribution of free software.  You can  use, 
     17modify and/ or redistribute the software under the terms of the CeCILL 
     18license as circulated by CEA, CNRS and INRIA at the following URL 
     19"http://www.cecill.info". 
     20 
     21As a counterpart to the access to the source code and  rights to copy, 
     22modify and redistribute granted by the license, users are provided only 
     23with a limited warranty  and the software's author,  the holder of the 
     24economic rights,  and the successive licensors  have only  limited 
     25liability. 
     26 
     27In this respect, the user's attention is drawn to the risks associated 
     28with loading,  using,  modifying and/or developing or reproducing the 
     29software by the user in light of its specific status of free software, 
     30that may mean  that it is complicated to manipulate,  and  that  also 
     31therefore means  that it is reserved for developers  and  experienced 
     32professionals having in-depth computer knowledge. Users are therefore 
     33encouraged to load and test the software's suitability as regards their 
     34requirements in conditions enabling the security of their systems and/or 
     35data to be ensured and,  more generally, to use and operate it in the 
     36same conditions as regards security. 
     37 
     38The fact that you are presently reading this means that you have had 
     39knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
     43*/ 
    444 
    545/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/ 
     
    25562596 
    25572597/*===========================================================================*/ 
     2598#endif 
  • trunk/yao/include/Dynmqn.h

    r578 r587  
     1#ifndef YAOPROJECT_DYNMQN_H_INCLUDED 
     2#define YAOPROJECT_DYNMQN_H_INCLUDED 
     3/*!  
     4 * \file Dynmqn.h 
     5 * \brief M1QN3 and M2QN1 (minimizers) functions 
     6 * \author Charles Sorror 
     7 * $Id$ 
     8 */ 
     9/* 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
     11 
     12This software is a framework for variational data assimilation in 
     13numerical models. 
     14 
     15This software is governed by the CeCILL license under French law and 
     16abiding by the rules of distribution of free software.  You can  use, 
     17modify and/ or redistribute the software under the terms of the CeCILL 
     18license as circulated by CEA, CNRS and INRIA at the following URL 
     19"http://www.cecill.info". 
     20 
     21As a counterpart to the access to the source code and  rights to copy, 
     22modify and redistribute granted by the license, users are provided only 
     23with a limited warranty  and the software's author,  the holder of the 
     24economic rights,  and the successive licensors  have only  limited 
     25liability. 
     26 
     27In this respect, the user's attention is drawn to the risks associated 
     28with loading,  using,  modifying and/or developing or reproducing the 
     29software by the user in light of its specific status of free software, 
     30that may mean  that it is complicated to manipulate,  and  that  also 
     31therefore means  that it is reserved for developers  and  experienced 
     32professionals having in-depth computer knowledge. Users are therefore 
     33encouraged to load and test the software's suitability as regards their 
     34requirements in conditions enabling the security of their systems and/or 
     35data to be ensured and,  more generally, to use and operate it in the 
     36same conditions as regards security. 
     37 
     38The fact that you are presently reading this means that you have had 
     39knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
     43*/ 
    144/*                      DES DEFINES POUR M1QN3 */ 
    245/*#define       Y3_SZ_IZ                5       now this is done by the generator!  =  2n+1 */ 
     
    540583#endif 
    541584/* ==========================================================================*/ 
     585#endif 
  • trunk/yao/include/Dynnet.h

    r1 r587  
     1#ifndef YAOPROJECT_DYNNET_H_INCLUDED 
     2#define YAOPROJECT_DYNNET_H_INCLUDED 
     3/*!  
     4 * \file Dynnet.h 
     5 * \brief Neural network functions 
     6 * \author Charles Sorror 
     7 * $Id$ 
     8 */ 
     9/* 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
     11 
     12This software is a framework for variational data assimilation in 
     13numerical models. 
     14 
     15This software is governed by the CeCILL license under French law and 
     16abiding by the rules of distribution of free software.  You can  use, 
     17modify and/ or redistribute the software under the terms of the CeCILL 
     18license as circulated by CEA, CNRS and INRIA at the following URL 
     19"http://www.cecill.info". 
     20 
     21As a counterpart to the access to the source code and  rights to copy, 
     22modify and redistribute granted by the license, users are provided only 
     23with a limited warranty  and the software's author,  the holder of the 
     24economic rights,  and the successive licensors  have only  limited 
     25liability. 
     26 
     27In this respect, the user's attention is drawn to the risks associated 
     28with loading,  using,  modifying and/or developing or reproducing the 
     29software by the user in light of its specific status of free software, 
     30that may mean  that it is complicated to manipulate,  and  that  also 
     31therefore means  that it is reserved for developers  and  experienced 
     32professionals having in-depth computer knowledge. Users are therefore 
     33encouraged to load and test the software's suitability as regards their 
     34requirements in conditions enabling the security of their systems and/or 
     35data to be ensured and,  more generally, to use and operate it in the 
     36same conditions as regards security. 
     37 
     38The fact that you are presently reading this means that you have had 
     39knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
     43*/ 
    144 
    245/* //////////////////////////////////////////////////////////////////////////// 
     
    525568} 
    526569/* ========================================================================= */ 
    527  
     570#endif 
  • trunk/yao/include/M1QN3.h

    r585 r587  
    11#ifndef M1QN3_H_INCLUDED 
    22#define M1QN3_H_INCLUDED 
     3/*!  
     4 * \file M1QN3.h 
     5 * \brief M1QN3 and M2QN1 (minimizers) structures 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
     9/* 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    311 
     12This software is a framework for variational data assimilation in 
     13numerical models. 
     14 
     15This software is governed by the CeCILL license under French law and 
     16abiding by the rules of distribution of free software.  You can  use, 
     17modify and/ or redistribute the software under the terms of the CeCILL 
     18license as circulated by CEA, CNRS and INRIA at the following URL 
     19"http://www.cecill.info". 
     20 
     21As a counterpart to the access to the source code and  rights to copy, 
     22modify and redistribute granted by the license, users are provided only 
     23with a limited warranty  and the software's author,  the holder of the 
     24economic rights,  and the successive licensors  have only  limited 
     25liability. 
     26 
     27In this respect, the user's attention is drawn to the risks associated 
     28with loading,  using,  modifying and/or developing or reproducing the 
     29software by the user in light of its specific status of free software, 
     30that may mean  that it is complicated to manipulate,  and  that  also 
     31therefore means  that it is reserved for developers  and  experienced 
     32professionals having in-depth computer knowledge. Users are therefore 
     33encouraged to load and test the software's suitability as regards their 
     34requirements in conditions enabling the security of their systems and/or 
     35data to be ensured and,  more generally, to use and operate it in the 
     36same conditions as regards security. 
     37 
     38The fact that you are presently reading this means that you have had 
     39knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
     43*/ 
    444namespace yaoProject 
    545{ 
  • trunk/yao/include/Model.hpp

    r585 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's model 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_MODEL_HPP_INCLUDED 
     2#define YAOPROJECT_MODEL_HPP_INCLUDED 
     3/*!  
     4 * \file Model.hpp 
     5 * \brief Declaration of a YAO project's model 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40  
    41 #ifndef YAOPROJECT_MODEL_HPP_INCLUDED 
    42 #define YAOPROJECT_MODEL_HPP_INCLUDED 
    4344 
    4445//using namespace std; 
  • trunk/yao/include/Module.hpp

    r585 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/08/19 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky, Luigi Nardi, Charles Sorror 
    5  
     1#ifndef YAOPROJECT_MODULE_HPP_INCLUDED 
     2#define YAOPROJECT_MODULE_HPP_INCLUDED 
     3/*!  
     4 * \file Module.hpp 
     5 * \brief Declaration of a YAO project's module 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author:yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40  
    41 #ifndef YAOPROJECT_MODULE_HPP_INCLUDED 
    42 #define YAOPROJECT_MODULE_HPP_INCLUDED 
    4344 
    4445#include "Trajectory.hpp" 
  • trunk/yao/include/Observations.hpp

    r585 r587  
    1 //! \file 
    2 //! \brief Declaration of observations 
    3 //! \version 2011/08/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_OBSERVATIONS_HPP_INCLUDED 
     2#define YAOPROJECT_OBSERVATIONS_HPP_INCLUDED 
     3/*!  
     4 * \file Observations 
     5 * \brief Declaration of observations 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    4044 
    41 #ifndef YAOPROJECT_OBSERVATIONS_HPP_INCLUDED 
    42 #define YAOPROJECT_OBSERVATIONS_HPP_INCLUDED 
    43  
    44 //#include "Dyniob.h" 
    4545#include "Module.hpp" 
    4646#include "Trajectory.hpp" 
  • trunk/yao/include/ObservationsDual.hpp

    r586 r587  
    1 //! \file 
    2 //! \brief Observations operations for dual algorithm 
    3 //! \version 2011/08/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_OBSERVATIONS_DUAL_HPP_INCLUDED 
     2#define YAOPROJECT_OBSERVATIONS_DUAL_HPP_INCLUDED 
     3/*!  
     4 * \file ObservationsDual.hpp 
     5 * \brief Observations operations for dual algorithm 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    4044 
    41 #ifndef YAOPROJECT_OBSERVATIONS_DUAL_HPP_INCLUDED 
    42 #define YAOPROJECT_OBSERVATIONS_DUAL_HPP_INCLUDED 
     45 
    4346#include "Trajectory.hpp" 
    4447#include "Module.hpp" 
  • trunk/yao/include/Project.hpp

    r584 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_PROJECT_HPP_INCLUDED 
     2#define YAOPROJECT_PROJECT_HPP_INCLUDED 
     3/*! 
     4 * \file Projet.hpp 
     5 * \brief Declaration of a YAO project's project 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author:yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    4044 
    41 #ifndef YAOPROJECT_PROJECT_HPP_INCLUDED 
    42 #define YAOPROJECT_PROJECT_HPP_INCLUDED 
    4345 
    4446#include "Model.hpp" 
  • trunk/yao/include/RunModel.hpp

    r584 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_RUNMODEL_HPP_INCLUDED 
     2#define YAOPROJECT_RUNMODEL_HPP_INCLUDED 
     3/*! 
     4 * \file RunModel.hpp 
     5 * \brief Declaration of a YAO project's base run configuration 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.frfr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    4044 
    41 #ifndef YAOPROJECT_RUNMODEL_HPP_INCLUDED 
    42 #define YAOPROJECT_RUNMODEL_HPP_INCLUDED 
     45 
    4346 
    4447#include "Model.hpp" 
  • trunk/yao/include/RunModelDual.hpp

    r586 r587  
    1 //! \file RunModelDual 
    2 //! \brief Declaration of a YAO project's run configuration for the dual 
    3 //! \version 2011/07/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_RUNMODELDUAL_HPP_INCLUDED 
     2#define YAOPROJECT_RUNMODELDUAL_HPP_INCLUDED 
     3/*! 
     4 * \file RunModelDual.hpp 
     5 * \brief Declaration of a YAO project's run configuration for the dual algorithm 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail : yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40 #ifndef YAOPROJECT_RUNMODELDUAL_HPP_INCLUDED 
    41 #define YAOPROJECT_RUNMODELDUAL_HPP_INCLUDED 
    4244 
    4345#include "RunModel.hpp" 
  • trunk/yao/include/RunModelIncremental.hpp

    r584 r587  
    1 //! \file RunModelIncremental 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/07/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_RUNMODELINCREMENTAL_HPP_INCLUDED 
     2#define YAOPROJECT_RUNMODELINCREMENTAL_HPP_INCLUDED 
     3/*! 
     4 * \file RunModelIncremental.hpp 
     5 * \brief Declaration of a YAO project's run configuration for the incremental algorithm 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail : yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40 #ifndef YAOPROJECT_RUNMODELINCREMENTAL_HPP_INCLUDED 
    41 #define YAOPROJECT_RUNMODELINCREMENTAL_HPP_INCLUDED 
    4244 
    4345#include "RunModel.hpp" 
    4446#include "RunModelM1QN3.hpp" 
    45  
    4647#include "M1QN3.h" 
    4748 
  • trunk/yao/include/RunModelM1QN3.hpp

    r586 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_RUNMODELM1QN3_HPP_INCLUDED 
     2#define YAOPROJECT_RUNMODELM1QN3_HPP_INCLUDED 
     3/*! 
     4 * \file RunModelM1QN3.hpp 
     5 * \brief Declaration of a YAO project's standard run configuration with M1QN3 minimizer 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail : yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40  
    41 #ifndef YAOPROJECT_RUNMODELM1QN3_HPP_INCLUDED 
    42 #define YAOPROJECT_RUNMODELM1QN3_HPP_INCLUDED 
    4344 
    4445#include "RunModel.hpp" 
  • trunk/yao/include/RunModelStd.hpp

    r584 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_RUNMODELSTD_HPP_INCLUDED 
     2#define YAOPROJECT_RUNMODELSTD_HPP_INCLUDED 
     3/*! 
     4 * \file RunModelStd.hpp 
     5 * \brief Declaration of a YAO project's standard run configuration with M1QN3 minimizer 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40  
    41 #ifndef YAOPROJECT_RUNMODELSTD_HPP_INCLUDED 
    42 #define YAOPROJECT_RUNMODELSTD_HPP_INCLUDED 
    4344 
    4445#include "RunModel.hpp" 
  • trunk/yao/include/Space.hpp

    r584 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's run configuration 
    3 //! \version 2011/08/19 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_SPACE_HPP_INCLUDED 
     2#define YAOPROJECT_SPACE_HPP_INCLUDED 
     3/*! 
     4 * \file Space.hpp 
     5 * \brief Declaration of a YAO project's space 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author:yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    4044 
    41 #ifndef YAOPROJECT_SPACE_HPP_INCLUDED 
    42 #define YAOPROJECT_SPACE_HPP_INCLUDED 
    4345#include "Trajectory.hpp" 
    4446 
  • trunk/yao/include/Trajectory.hpp

    r584 r587  
    1 //! \file 
    2 //! \brief Declaration of a YAO project's trajectory 
    3 //! \version 2011/04/26 (yyyy/mm/dd) 
    4 //! \author Guillaume Rosinosky 
    5  
     1#ifndef YAOPROJECT_TRAJECTORY_HPP_INCLUDED 
     2#define YAOPROJECT_TRAJECTORY_HPP_INCLUDED 
     3/*! 
     4 * \file Trajectory.hpp 
     5 * \brief Declaration of a YAO project's trajectory 
     6 * \author Guillaume Rosinosky 
     7 * $Id$ 
     8 */ 
    69/* 
    7 Copyright or © or Copr. LOCEAN 
    8  
    9 mail of the author: yao@locean-ipsl.upmc.fr 
     10Copyright or © or Copr. MMSA team, LOCEAN Paris (2011) 
    1011 
    1112This software is a framework for variational data assimilation in 
     
    3738The fact that you are presently reading this means that you have had 
    3839knowledge of the CeCILL license and that you accept its terms. 
     40 
     41YAO website : http://www.locean-ipsl.upmc.fr/~yao/ 
     42Contact : yao@locean-ipsl.upmc.fr 
    3943*/ 
    40  
    41 #ifndef YAOPROJECT_TRAJECTORY_HPP_INCLUDED 
    42 #define YAOPROJECT_TRAJECTORY_HPP_INCLUDED 
    4344 
    4445 
Note: See TracChangeset for help on using the changeset viewer.