Main Page | User's Guide | Namespace List | Class List | File List | Namespace Members | Class Members

code/Emissions.hxx

00001 // Copyright (C) 2003-2004 CEREA 00002 // Author: Vivien Mallet 00003 // 00004 // CEREA (http://www.enpc.fr/cerea) is a joint laboratory of 00005 // ENPC (http://www.enpc.fr) and EDF R&D (http://www.edf.fr). 00006 // 00007 // This file is part of AtmoData library. 00008 // AtmoData library is a tool for data processing in atmospheric 00009 // sciences. 00010 // 00011 // AtmoData is free software; you can redistribute it and/or modify 00012 // it under the terms of the GNU General Public License as published by 00013 // the Free Software Foundation; either version 2 of the License, or 00014 // (at your option) any later version. 00015 // 00016 // AtmoData is distributed in the hope that it will be useful, 00017 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00019 // GNU General Public License (file "license") for more details. 00020 // 00021 // For more information, please see the AtmoData home page: 00022 // http://spacetown.free.fr/lib/atmodata 00023 00024 00025 #ifndef ATMODATA_FILE_EMISSIONS_HXX 00026 00027 namespace AtmoData 00028 { 00029 00030 template <class TL, class TD, class TEFI, class TEFT, 00031 class TEFN, class TI, class TT, class TN, class TG> 00032 void ComputeBiogenicRates(Data<TL, 3, TG>& LUC, Data<TD, 3, TG>& Density, 00033 Data<TEFI, 1, TG>& EF_isoprene, 00034 Data<TEFT, 1, TG>& EF_terpenes, 00035 Data<TEFN, 1, TG>& EF_NO, 00036 Data<TL, 3, TG>& Isoprene, 00037 Data<TL, 3, TG>& Terpenes, 00038 Data<TL, 3, TG>& NO); 00039 00040 template <class TTemp, class TP, class TL, class TD, class TEFI, class TEFT, 00041 class TEFN, class TI, class TT, class TN, class TG> 00042 void ComputeBiogenicEmissions(Data<TTemp, 3, TG>& Temperature, 00043 Data<TP, 3, TG>& PAR, 00044 Data<TL, 3, TG>& LUC, 00045 Data<TD, 3, TG>& Density, 00046 Data<TEFI, 1, TG>& EF_isoprene, 00047 Data<TEFT, 1, TG>& EF_terpenes, 00048 Data<TEFN, 1, TG>& EF_NO, 00049 Data<TL, 3, TG>& Isoprene, 00050 Data<TL, 3, TG>& Terpenes, 00051 Data<TL, 3, TG>& NO); 00052 00053 } // namespace AtmoData. 00054 00055 #define ATMODATA_FILE_EMISSIONS_HXX 00056 #endif

Generated on Fri Nov 5 14:42:11 2004 for AtmoData by doxygen 1.3.8