diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86189905..ae5f4cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,12 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Set up repository + # Clone all history leading to the tip of a single branch + # See https://stackoverflow.com/a/44036486. + run: | + git remote set-branches --add origin master + git fetch origin master - name: Set up Python uses: actions/setup-python@v2 with: diff --git a/README.md b/README.md index 336b6e0c..fa1641ba 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,3 @@ Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file. ## Copyright and license Copyright stated at the top of source files. Software released under [CeCILL version 2.1](Licence_CeCILL_V2.1-en.txt). -Third party files released under MIT or CeCILL-C. See [ThirdPartyNotices.txt](ThirdPartyNotices.txt) for more details. diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index f23fe77b..51424123 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -8,7 +8,6 @@ The original copyright notices and the licenses are included below: 1. MC2 (Mesoscale Compressible Community) model 2. psychrometrics/psychrolib version 2.5.0 (https://github.com/psychrometrics/psychrolib) -3. Open SURFEX 8.1 (83b74a53) (https://www.umr-cnrm.fr/surfex/) %% MC2 (Mesoscale Compressible Community) model NOTICES AND INFORMATION BEGIN HERE ========================================= @@ -62,523 +61,3 @@ THE SOFTWARE. ========================================= END OF psychrometrics/psychrolib NOTICES AND INFORMATION -%% Open SURFEX 8.1 (83b74a53) NOTICES AND INFORMATION BEGIN HERE -========================================= -CeCILL-C FREE SOFTWARE LICENSE AGREEMENT - - - Notice - -This Agreement is a Free Software license agreement that is the result -of discussions between its authors in order to ensure compliance with -the two main principles guiding its drafting: - - * firstly, compliance with the principles governing the distribution - of Free Software: access to source code, broad rights granted to - users, - * secondly, the election of a governing law, French law, with which - it is conformant, both as regards the law of torts and - intellectual property law, and the protection that it offers to - both authors and holders of the economic rights over software. - -The authors of the CeCILL-C (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre]) -license are: - -Commissariat à l'Energie Atomique - CEA, a public scientific, technical -and industrial research establishment, having its principal place of -business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France. - -Centre National de la Recherche Scientifique - CNRS, a public scientific -and technological establishment, having its principal place of business -at 3 rue Michel-Ange, 75794 Paris cedex 16, France. - -Institut National de Recherche en Informatique et en Automatique - -INRIA, a public scientific and technological establishment, having its -principal place of business at Domaine de Voluceau, Rocquencourt, BP -105, 78153 Le Chesnay cedex, France. - - - Preamble - -The purpose of this Free Software license agreement is to grant users -the right to modify and re-use the software governed by this license. - -The exercising of this right is conditional upon the obligation to make -available to the community the modifications made to the source code of -the software so as to contribute to its evolution. - -In consideration of access to the source code and the 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 only have limited liability. - -In this respect, the risks associated with loading, using, modifying -and/or developing or reproducing the software by the user are brought to -the user's attention, given its Free Software status, which may make it -complicated to use, with the result that its use is reserved for -developers and experienced professionals having in-depth computer -knowledge. Users are therefore encouraged to load and test the -suitability of the software 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 of -security. This Agreement may be freely reproduced and published, -provided it is not altered, and that no provisions are either added or -removed herefrom. - -This Agreement may apply to any or all software for which the holder of -the economic rights decides to submit the use thereof to its provisions. - - - Article 1 - DEFINITIONS - -For the purpose of this Agreement, when the following expressions -commence with a capital letter, they shall have the following meaning: - -Agreement: means this license agreement, and its possible subsequent -versions and annexes. - -Software: means the software in its Object Code and/or Source Code form -and, where applicable, its documentation, "as is" when the Licensee -accepts the Agreement. - -Initial Software: means the Software in its Source Code and possibly its -Object Code form and, where applicable, its documentation, "as is" when -it is first distributed under the terms and conditions of the Agreement. - -Modified Software: means the Software modified by at least one -Integrated Contribution. - -Source Code: means all the Software's instructions and program lines to -which access is required so as to modify the Software. - -Object Code: means the binary files originating from the compilation of -the Source Code. - -Holder: means the holder(s) of the economic rights over the Initial -Software. - -Licensee: means the Software user(s) having accepted the Agreement. - -Contributor: means a Licensee having made at least one Integrated -Contribution. - -Licensor: means the Holder, or any other individual or legal entity, who -distributes the Software under the Agreement. - -Integrated Contribution: means any or all modifications, corrections, -translations, adaptations and/or new functions integrated into the -Source Code by any or all Contributors. - -Related Module: means a set of sources files including their -documentation that, without modification to the Source Code, enables -supplementary functions or services in addition to those offered by the -Software. - -Derivative Software: means any combination of the Software, modified or -not, and of a Related Module. - -Parties: mean both the Licensee and the Licensor. - -These expressions may be used both in singular and plural form. - - - Article 2 - PURPOSE - -The purpose of the Agreement is the grant by the Licensor to the -Licensee of a non-exclusive, transferable and worldwide license for the -Software as set forth in Article 5 hereinafter for the whole term of the -protection granted by the rights over said Software. - - - Article 3 - ACCEPTANCE - -3.1 The Licensee shall be deemed as having accepted the terms and -conditions of this Agreement upon the occurrence of the first of the -following events: - - * (i) loading the Software by any or all means, notably, by - downloading from a remote server, or by loading from a physical - medium; - * (ii) the first time the Licensee exercises any of the rights - granted hereunder. - -3.2 One copy of the Agreement, containing a notice relating to the -characteristics of the Software, to the limited warranty, and to the -fact that its use is restricted to experienced users has been provided -to the Licensee prior to its acceptance as set forth in Article 3.1 -hereinabove, and the Licensee hereby acknowledges that it has read and -understood it. - - - Article 4 - EFFECTIVE DATE AND TERM - - - 4.1 EFFECTIVE DATE - -The Agreement shall become effective on the date when it is accepted by -the Licensee as set forth in Article 3.1. - - - 4.2 TERM - -The Agreement shall remain in force for the entire legal term of -protection of the economic rights over the Software. - - - Article 5 - SCOPE OF RIGHTS GRANTED - -The Licensor hereby grants to the Licensee, who accepts, the following -rights over the Software for any or all use, and for the term of the -Agreement, on the basis of the terms and conditions set forth hereinafter. - -Besides, if the Licensor owns or comes to own one or more patents -protecting all or part of the functions of the Software or of its -components, the Licensor undertakes not to enforce the rights granted by -these patents against successive Licensees using, exploiting or -modifying the Software. If these patents are transferred, the Licensor -undertakes to have the transferees subscribe to the obligations set -forth in this paragraph. - - - 5.1 RIGHT OF USE - -The Licensee is authorized to use the Software, without any limitation -as to its fields of application, with it being hereinafter specified -that this comprises: - - 1. permanent or temporary reproduction of all or part of the Software - by any or all means and in any or all form. - - 2. loading, displaying, running, or storing the Software on any or - all medium. - - 3. entitlement to observe, study or test its operation so as to - determine the ideas and principles behind any or all constituent - elements of said Software. This shall apply when the Licensee - carries out any or all loading, displaying, running, transmission - or storage operation as regards the Software, that it is entitled - to carry out hereunder. - - - 5.2 RIGHT OF MODIFICATION - -The right of modification includes the right to translate, adapt, -arrange, or make any or all modifications to the Software, and the right -to reproduce the resulting software. It includes, in particular, the -right to create a Derivative Software. - -The Licensee is authorized to make any or all modification to the -Software provided that it includes an explicit notice that it is the -author of said modification and indicates the date of the creation thereof. - - - 5.3 RIGHT OF DISTRIBUTION - -In particular, the right of distribution includes the right to publish, -transmit and communicate the Software to the general public on any or -all medium, and by any or all means, and the right to market, either in -consideration of a fee, or free of charge, one or more copies of the -Software by any means. - -The Licensee is further authorized to distribute copies of the modified -or unmodified Software to third parties according to the terms and -conditions set forth hereinafter. - - - 5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION - -The Licensee is authorized to distribute true copies of the Software in -Source Code or Object Code form, provided that said distribution -complies with all the provisions of the Agreement and is accompanied by: - - 1. a copy of the Agreement, - - 2. a notice relating to the limitation of both the Licensor's - warranty and liability as set forth in Articles 8 and 9, - -and that, in the event that only the Object Code of the Software is -redistributed, the Licensee allows effective access to the full Source -Code of the Software at a minimum during the entire period of its -distribution of the Software, it being understood that the additional -cost of acquiring the Source Code shall not exceed the cost of -transferring the data. - - - 5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE - -When the Licensee makes an Integrated Contribution to the Software, the -terms and conditions for the distribution of the resulting Modified -Software become subject to all the provisions of this Agreement. - -The Licensee is authorized to distribute the Modified Software, in -source code or object code form, provided that said distribution -complies with all the provisions of the Agreement and is accompanied by: - - 1. a copy of the Agreement, - - 2. a notice relating to the limitation of both the Licensor's - warranty and liability as set forth in Articles 8 and 9, - -and that, in the event that only the object code of the Modified -Software is redistributed, the Licensee allows effective access to the -full source code of the Modified Software at a minimum during the entire -period of its distribution of the Modified Software, it being understood -that the additional cost of acquiring the source code shall not exceed -the cost of transferring the data. - - - 5.3.3 DISTRIBUTION OF DERIVATIVE SOFTWARE - -When the Licensee creates Derivative Software, this Derivative Software -may be distributed under a license agreement other than this Agreement, -subject to compliance with the requirement to include a notice -concerning the rights over the Software as defined in Article 6.4. -In the event the creation of the Derivative Software required modification -of the Source Code, the Licensee undertakes that: - - 1. the resulting Modified Software will be governed by this Agreement, - 2. the Integrated Contributions in the resulting Modified Software - will be clearly identified and documented, - 3. the Licensee will allow effective access to the source code of the - Modified Software, at a minimum during the entire period of - distribution of the Derivative Software, such that such - modifications may be carried over in a subsequent version of the - Software; it being understood that the additional cost of - purchasing the source code of the Modified Software shall not - exceed the cost of transferring the data. - - - 5.3.4 COMPATIBILITY WITH THE CeCILL LICENSE - -When a Modified Software contains an Integrated Contribution subject to -the CeCILL license agreement, or when a Derivative Software contains a -Related Module subject to the CeCILL license agreement, the provisions -set forth in the third item of Article 6.4 are optional. - - - Article 6 - INTELLECTUAL PROPERTY - - - 6.1 OVER THE INITIAL SOFTWARE - -The Holder owns the economic rights over the Initial Software. Any or -all use of the Initial Software is subject to compliance with the terms -and conditions under which the Holder has elected to distribute its work -and no one shall be entitled to modify the terms and conditions for the -distribution of said Initial Software. - -The Holder undertakes that the Initial Software will remain ruled at -least by this Agreement, for the duration set forth in Article 4.2. - - - 6.2 OVER THE INTEGRATED CONTRIBUTIONS - -The Licensee who develops an Integrated Contribution is the owner of the -intellectual property rights over this Contribution as defined by -applicable law. - - - 6.3 OVER THE RELATED MODULES - -The Licensee who develops a Related Module is the owner of the -intellectual property rights over this Related Module as defined by -applicable law and is free to choose the type of agreement that shall -govern its distribution under the conditions defined in Article 5.3.3. - - - 6.4 NOTICE OF RIGHTS - -The Licensee expressly undertakes: - - 1. not to remove, or modify, in any manner, the intellectual property - notices attached to the Software; - - 2. to reproduce said notices, in an identical manner, in the copies - of the Software modified or not; - - 3. to ensure that use of the Software, its intellectual property - notices and the fact that it is governed by the Agreement is - indicated in a text that is easily accessible, specifically from - the interface of any Derivative Software. - -The Licensee undertakes not to directly or indirectly infringe the -intellectual property rights of the Holder and/or Contributors on the -Software and to take, where applicable, vis-à-vis its staff, any and all -measures required to ensure respect of said intellectual property rights -of the Holder and/or Contributors. - - - Article 7 - RELATED SERVICES - -7.1 Under no circumstances shall the Agreement oblige the Licensor to -provide technical assistance or maintenance services for the Software. - -However, the Licensor is entitled to offer this type of services. The -terms and conditions of such technical assistance, and/or such -maintenance, shall be set forth in a separate instrument. Only the -Licensor offering said maintenance and/or technical assistance services -shall incur liability therefor. - -7.2 Similarly, any Licensor is entitled to offer to its licensees, under -its sole responsibility, a warranty, that shall only be binding upon -itself, for the redistribution of the Software and/or the Modified -Software, under terms and conditions that it is free to decide. Said -warranty, and the financial terms and conditions of its application, -shall be subject of a separate instrument executed between the Licensor -and the Licensee. - - - Article 8 - LIABILITY - -8.1 Subject to the provisions of Article 8.2, the Licensee shall be -entitled to claim compensation for any direct loss it may have suffered -from the Software as a result of a fault on the part of the relevant -Licensor, subject to providing evidence thereof. - -8.2 The Licensor's liability is limited to the commitments made under -this Agreement and shall not be incurred as a result of in particular: -(i) loss due the Licensee's total or partial failure to fulfill its -obligations, (ii) direct or consequential loss that is suffered by the -Licensee due to the use or performance of the Software, and (iii) more -generally, any consequential loss. In particular the Parties expressly -agree that any or all pecuniary or business loss (i.e. loss of data, -loss of profits, operating loss, loss of customers or orders, -opportunity cost, any disturbance to business activities) or any or all -legal proceedings instituted against the Licensee by a third party, -shall constitute consequential loss and shall not provide entitlement to -any or all compensation from the Licensor. - - - Article 9 - WARRANTY - -9.1 The Licensee acknowledges that the scientific and technical -state-of-the-art when the Software was distributed did not enable all -possible uses to be tested and verified, nor for the presence of -possible defects to be detected. In this respect, the Licensee's -attention has been drawn to the risks associated with loading, using, -modifying and/or developing and reproducing the Software which are -reserved for experienced users. - -The Licensee shall be responsible for verifying, by any or all means, -the suitability of the product for its requirements, its good working -order, and for ensuring that it shall not cause damage to either persons -or properties. - -9.2 The Licensor hereby represents, in good faith, that it is entitled -to grant all the rights over the Software (including in particular the -rights set forth in Article 5). - -9.3 The Licensee acknowledges that the Software is supplied "as is" by -the Licensor without any other express or tacit warranty, other than -that provided for in Article 9.2 and, in particular, without any warranty -as to its commercial value, its secured, safe, innovative or relevant -nature. - -Specifically, the Licensor does not warrant that the Software is free -from any error, that it will operate without interruption, that it will -be compatible with the Licensee's own equipment and software -configuration, nor that it will meet the Licensee's requirements. - -9.4 The Licensor does not either expressly or tacitly warrant that the -Software does not infringe any third party intellectual property right -relating to a patent, software or any other property right. Therefore, -the Licensor disclaims any and all liability towards the Licensee -arising out of any or all proceedings for infringement that may be -instituted in respect of the use, modification and redistribution of the -Software. Nevertheless, should such proceedings be instituted against -the Licensee, the Licensor shall provide it with technical and legal -assistance for its defense. Such technical and legal assistance shall be -decided on a case-by-case basis between the relevant Licensor and the -Licensee pursuant to a memorandum of understanding. The Licensor -disclaims any and all liability as regards the Licensee's use of the -name of the Software. No warranty is given as regards the existence of -prior rights over the name of the Software or as regards the existence -of a trademark. - - - Article 10 - TERMINATION - -10.1 In the event of a breach by the Licensee of its obligations -hereunder, the Licensor may automatically terminate this Agreement -thirty (30) days after notice has been sent to the Licensee and has -remained ineffective. - -10.2 A Licensee whose Agreement is terminated shall no longer be -authorized to use, modify or distribute the Software. However, any -licenses that it may have granted prior to termination of the Agreement -shall remain valid subject to their having been granted in compliance -with the terms and conditions hereof. - - - Article 11 - MISCELLANEOUS - - - 11.1 EXCUSABLE EVENTS - -Neither Party shall be liable for any or all delay, or failure to -perform the Agreement, that may be attributable to an event of force -majeure, an act of God or an outside cause, such as defective -functioning or interruptions of the electricity or telecommunications -networks, network paralysis following a virus attack, intervention by -government authorities, natural disasters, water damage, earthquakes, -fire, explosions, strikes and labor unrest, war, etc. - -11.2 Any failure by either Party, on one or more occasions, to invoke -one or more of the provisions hereof, shall under no circumstances be -interpreted as being a waiver by the interested Party of its right to -invoke said provision(s) subsequently. - -11.3 The Agreement cancels and replaces any or all previous agreements, -whether written or oral, between the Parties and having the same -purpose, and constitutes the entirety of the agreement between said -Parties concerning said purpose. No supplement or modification to the -terms and conditions hereof shall be effective as between the Parties -unless it is made in writing and signed by their duly authorized -representatives. - -11.4 In the event that one or more of the provisions hereof were to -conflict with a current or future applicable act or legislative text, -said act or legislative text shall prevail, and the Parties shall make -the necessary amendments so as to comply with said act or legislative -text. All other provisions shall remain effective. Similarly, invalidity -of a provision of the Agreement, for any reason whatsoever, shall not -cause the Agreement as a whole to be invalid. - - - 11.5 LANGUAGE - -The Agreement is drafted in both French and English and both versions -are deemed authentic. - - - Article 12 - NEW VERSIONS OF THE AGREEMENT - -12.1 Any person is authorized to duplicate and distribute copies of this -Agreement. - -12.2 So as to ensure coherence, the wording of this Agreement is -protected and may only be modified by the authors of the License, who -reserve the right to periodically publish updates or new versions of the -Agreement, each with a separate number. These subsequent versions may -address new issues encountered by Free Software. - -12.3 Any Software distributed under a given version of the Agreement may -only be subsequently distributed under the same version of the Agreement -or a subsequent version. - - - Article 13 - GOVERNING LAW AND JURISDICTION - -13.1 The Agreement is governed by French law. The Parties agree to -endeavor to seek an amicable solution to any disagreements or disputes -that may arise during the performance of the Agreement. - -13.2 Failing an amicable solution within two (2) months as from their -occurrence, and unless emergency proceedings are necessary, the -disagreements or disputes shall be referred to the Paris Courts having -jurisdiction, by the more diligent Party. - - -Version 1.0 dated 2006-09-05. -========================================= -END OF Open SURFEX 8.1 (83b74a53) NOTICES AND INFORMATION diff --git a/src/driver/add_forecast_to_date_surf.F90 b/src/driver/add_forecast_to_date_surf.F90 index d2e7e429..9b8c64ad 100644 --- a/src/driver/add_forecast_to_date_surf.F90 +++ b/src/driver/add_forecast_to_date_surf.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ADD_FORECAST_TO_DATE_SURF(KYEAR,KMONTH,KDAY,PSEC) diff --git a/src/driver/close_file.F90 b/src/driver/close_file.F90 index 7c66b931..093f191e 100644 --- a/src/driver/close_file.F90 +++ b/src/driver/close_file.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE CLOSE_FILE(HPROGRAM,KUNIT) diff --git a/src/driver/close_file_asc.F90 b/src/driver/close_file_asc.F90 index c5bbbbb3..8d131fc6 100644 --- a/src/driver/close_file_asc.F90 +++ b/src/driver/close_file_asc.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE CLOSE_FILE_ASC(HPROGRAM,KUNIT ) diff --git a/src/driver/modd_forc_atm.F90 b/src/driver/modd_forc_atm.F90 index 3327fe05..7651470c 100644 --- a/src/driver/modd_forc_atm.F90 +++ b/src/driver/modd_forc_atm.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_FORC_ATM diff --git a/src/driver/modd_surf_conf.F90 b/src/driver/modd_surf_conf.F90 index 21067704..5ca4c0d5 100644 --- a/src/driver/modd_surf_conf.F90 +++ b/src/driver/modd_surf_conf.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_SURF_CONF diff --git a/src/driver/mode_char2real.F90 b/src/driver/mode_char2real.F90 index f53d305c..86637edd 100644 --- a/src/driver/mode_char2real.F90 +++ b/src/driver/mode_char2real.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. MODULE MODE_CHAR2REAL ! diff --git a/src/driver/ol_alloc_atm.F90 b/src/driver/ol_alloc_atm.F90 index 23dc61fb..311123a2 100644 --- a/src/driver/ol_alloc_atm.F90 +++ b/src/driver/ol_alloc_atm.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE OL_ALLOC_ATM(KNI,KBANDS,KSCAL) diff --git a/src/driver/ol_read_atm.F90 b/src/driver/ol_read_atm.F90 index dc5cefcd..63e2810f 100644 --- a/src/driver/ol_read_atm.F90 +++ b/src/driver/ol_read_atm.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE OL_READ_ATM (& diff --git a/src/driver/ol_read_atm_ascii.F90 b/src/driver/ol_read_atm_ascii.F90 index 092a0027..4fff6fea 100644 --- a/src/driver/ol_read_atm_ascii.F90 +++ b/src/driver/ol_read_atm_ascii.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE OL_READ_ATM_ASCII (KFORC_STEP, & diff --git a/src/driver/ol_time_interp_atm.F90 b/src/driver/ol_time_interp_atm.F90 index b26c16a9..8913bc2d 100644 --- a/src/driver/ol_time_interp_atm.F90 +++ b/src/driver/ol_time_interp_atm.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######spl SUBROUTINE OL_TIME_INTERP_ATM (KSURF_STEP,KNB_ATM, & diff --git a/src/driver/open_close_bin_asc_forc.F90 b/src/driver/open_close_bin_asc_forc.F90 index 396e33bb..18e3de46 100644 --- a/src/driver/open_close_bin_asc_forc.F90 +++ b/src/driver/open_close_bin_asc_forc.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################################################################ SUBROUTINE OPEN_CLOSE_BIN_ASC_FORC(HACTION,HFORCING,HACTION2) diff --git a/src/proxi_SVAT/garden.F90 b/src/proxi_SVAT/garden.F90 index d74b3ccb..3267ef7f 100644 --- a/src/proxi_SVAT/garden.F90 +++ b/src/proxi_SVAT/garden.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE GARDEN (DTCO, G, T, TOP, TIR, DTV, GB, DK, DEK, DMK, GDO, S, K, P, PEK, & diff --git a/src/proxi_SVAT/greenroof.F90 b/src/proxi_SVAT/greenroof.F90 index f9579261..1c75e24d 100644 --- a/src/proxi_SVAT/greenroof.F90 +++ b/src/proxi_SVAT/greenroof.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE GREENROOF (DTCO, G, T, TOP, TIR, DTV, GB, DK, DEK, DMK, GRO, S, K, P, PEK, & diff --git a/src/proxi_SVAT/teb_veg_properties.F90 b/src/proxi_SVAT/teb_veg_properties.F90 index c3476d09..98d043b0 100644 --- a/src/proxi_SVAT/teb_veg_properties.F90 +++ b/src/proxi_SVAT/teb_veg_properties.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE TEB_VEG_PROPERTIES (PMASK, IO, PEK, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, & diff --git a/src/teb/albedo_from_nir_vis.F90 b/src/teb/albedo_from_nir_vis.F90 index c3f4f013..33d7f0c6 100644 --- a/src/teb/albedo_from_nir_vis.F90 +++ b/src/teb/albedo_from_nir_vis.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ALBEDO_FROM_NIR_VIS(PSW_BANDS,PALBNIR,PALBVIS,PALBUV,PDIR_ALB,PSCA_ALB) diff --git a/src/teb/avg_urban_fluxes.F90 b/src/teb/avg_urban_fluxes.F90 index c940d5bf..cda39a80 100644 --- a/src/teb/avg_urban_fluxes.F90 +++ b/src/teb/avg_urban_fluxes.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE AVG_URBAN_FLUXES(TOP, T, B, TPN, DMT, & diff --git a/src/teb/bem.F90 b/src/teb/bem.F90 index bc13f253..70f5f25c 100644 --- a/src/teb/bem.F90 +++ b/src/teb/bem.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE BEM(BOP, T, B, DMT, PTSTEP, PSUNTIME, KDAY, PPS, PRHOA, PT_CAN, & diff --git a/src/teb/bem_morpho.F90 b/src/teb/bem_morpho.F90 index 79c460a6..418e5b89 100644 --- a/src/teb/bem_morpho.F90 +++ b/src/teb/bem_morpho.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !##################################################################### SUBROUTINE BEM_MORPHO(PBLD, PWALL_O_HOR, PBLD_HEIGHT, PWALL_O_BLD, B) diff --git a/src/teb/bld_e_budget.F90 b/src/teb/bld_e_budget.F90 index 6c18a5ac..a43590fd 100644 --- a/src/teb/bld_e_budget.F90 +++ b/src/teb/bld_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE BLD_E_BUDGET( OTI_EVOL, PTSTEP, PBLD, PWALL_O_HOR, & diff --git a/src/teb/bld_occ_calendar.F90 b/src/teb/bld_occ_calendar.F90 index 5451ba2b..c9c2d419 100644 --- a/src/teb/bld_occ_calendar.F90 +++ b/src/teb/bld_occ_calendar.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !##################################################################################### SUBROUTINE BLD_OCC_CALENDAR(TPTIME, PTSUN, T, B, PQIN_FRAC, PTCOOL_TARGET, PTHEAT_TARGET, PQIN) diff --git a/src/teb/close_namelist.F90 b/src/teb/close_namelist.F90 index 7894a0d4..b49ae74c 100644 --- a/src/teb/close_namelist.F90 +++ b/src/teb/close_namelist.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE CLOSE_NAMELIST(HPROGRAM,KLUNAM) diff --git a/src/teb/day_of_week.F90 b/src/teb/day_of_week.F90 index c5309714..0fea599b 100644 --- a/src/teb/day_of_week.F90 +++ b/src/teb/day_of_week.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !################################################ SUBROUTINE DAY_OF_WEEK(PYEAR, PMONTH, PDAY, PDOW) diff --git a/src/teb/dx_air_cooling_coil_cv.F90 b/src/teb/dx_air_cooling_coil_cv.F90 index 3809e717..a1cee049 100644 --- a/src/teb/dx_air_cooling_coil_cv.F90 +++ b/src/teb/dx_air_cooling_coil_cv.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE DX_AIR_COOLING_COIL_CV(PT_CANYON, PQ_CANYON, PPS, PRHOA, & PT_IN, PQ_IN, PCOP_RAT, PCAP_SYS_RAT, & diff --git a/src/teb/facade_e_budget.F90 b/src/teb/facade_e_budget.F90 index a47cd79d..c0eb2287 100644 --- a/src/teb/facade_e_budget.F90 +++ b/src/teb/facade_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE FACADE_E_BUDGET(TOP, T, B, DMT, PTSTEP, PDN_RD, PRHOA, PAC_WL, PAC_BLD, & PLW_RAD, PPS, PEXNS, PT_CANYON, PTS_RD, PTSN_RD, PTS_GD, & diff --git a/src/teb/flag_gr_snow.F90 b/src/teb/flag_gr_snow.F90 index 978ebc67..5d3c5f44 100644 --- a/src/teb/flag_gr_snow.F90 +++ b/src/teb/flag_gr_snow.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE FLAG_GR_SNOW(KFLAG,OMASK,TPSNOW) diff --git a/src/teb/flag_teb_vegn.F90 b/src/teb/flag_teb_vegn.F90 index 79d58823..3014bcf6 100644 --- a/src/teb/flag_teb_vegn.F90 +++ b/src/teb/flag_teb_vegn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE FLAG_TEB_VEG_n (PEK, IO, PMASK, KFLAG) diff --git a/src/teb/floor_layer_e_budget.F90 b/src/teb/floor_layer_e_budget.F90 index 54463651..2397f492 100644 --- a/src/teb/floor_layer_e_budget.F90 +++ b/src/teb/floor_layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE FLOOR_LAYER_E_BUDGET(B, PTSTEP, PFLX_BLD_FL, PDQS_FL, PIMB_FL, PRADHT_IN, & diff --git a/src/teb/flxsurf3bx.F90 b/src/teb/flxsurf3bx.F90 index 421fa510..a0168bbf 100644 --- a/src/teb/flxsurf3bx.F90 +++ b/src/teb/flxsurf3bx.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !-------------------------------------- LICENCE BEGIN ------------------------------------ !Environment Canada - Atmospheric Science and Technology License/Disclaimer, diff --git a/src/teb/get_luout.F90 b/src/teb/get_luout.F90 index 41911175..fddcaa19 100644 --- a/src/teb/get_luout.F90 +++ b/src/teb/get_luout.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE GET_LUOUT(HPROGRAM,KLUOUT) diff --git a/src/teb/ini_csts.F90 b/src/teb/ini_csts.F90 index 39462a53..f113031e 100644 --- a/src/teb/ini_csts.F90 +++ b/src/teb/ini_csts.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE INI_CSTS diff --git a/src/teb/ini_cturbs.F90 b/src/teb/ini_cturbs.F90 index f8ca3f23..1807a9eb 100644 --- a/src/teb/ini_cturbs.F90 +++ b/src/teb/ini_cturbs.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE INI_CTURBS !! diff --git a/src/teb/ini_ocean_csts.F90 b/src/teb/ini_ocean_csts.F90 index d5a89131..b8422258 100644 --- a/src/teb/ini_ocean_csts.F90 +++ b/src/teb/ini_ocean_csts.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE INI_OCEAN_CSTS ! ################## diff --git a/src/teb/ini_surf_csts.F90 b/src/teb/ini_surf_csts.F90 index 58aa3f97..859612f9 100644 --- a/src/teb/ini_surf_csts.F90 +++ b/src/teb/ini_surf_csts.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE INI_SURF_CSTS ! ################## diff --git a/src/teb/isba_albedo.F90 b/src/teb/isba_albedo.F90 index e259adb8..5d4f7766 100644 --- a/src/teb/isba_albedo.F90 +++ b/src/teb/isba_albedo.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ISBA_ALBEDO(PEK, OTR_ML, OMEB, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, & diff --git a/src/teb/isba_properties.F90 b/src/teb/isba_properties.F90 index a36335e6..998b33c8 100644 --- a/src/teb/isba_properties.F90 +++ b/src/teb/isba_properties.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ISBA_PROPERTIES(IO, PEK, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, & diff --git a/src/teb/isba_snow_frac.F90 b/src/teb/isba_snow_frac.F90 index abef6131..db61382f 100644 --- a/src/teb/isba_snow_frac.F90 +++ b/src/teb/isba_snow_frac.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ISBA_SNOW_FRAC(HSNOW, PWSNOW, PRSNOW, PASNOW, & diff --git a/src/teb/layer_e_budget.F90 b/src/teb/layer_e_budget.F90 index b69a040d..9b27d6c6 100644 --- a/src/teb/layer_e_budget.F90 +++ b/src/teb/layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE LAYER_E_BUDGET( PT, PTSTEP, PIMPL, PHC, PTC, PD, PA, PB, PC, PY, PDQS ) diff --git a/src/teb/layer_e_budget_get_coef.F90 b/src/teb/layer_e_budget_get_coef.F90 index b7e6824f..c8faa1c0 100644 --- a/src/teb/layer_e_budget_get_coef.F90 +++ b/src/teb/layer_e_budget_get_coef.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE LAYER_E_BUDGET_GET_COEF(PT, PTSTEP, PIMPL, PHC, PTC, PD, PA, PB, PC, PY) diff --git a/src/teb/mass_layer_e_budget.F90 b/src/teb/mass_layer_e_budget.F90 index 55b32fd2..1736a3ef 100644 --- a/src/teb/mass_layer_e_budget.F90 +++ b/src/teb/mass_layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE MASS_LAYER_E_BUDGET(B, PTSTEP, PFLX_BLD_MA, PDQS_MA, PIMB_MA, PRADHT_IN, & diff --git a/src/teb/modd_agrin.F90 b/src/teb/modd_agrin.F90 index a5d2329a..acc59562 100644 --- a/src/teb/modd_agrin.F90 +++ b/src/teb/modd_agrin.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################## MODULE MODD_AGRI_n diff --git a/src/teb/modd_bem_cst.F90 b/src/teb/modd_bem_cst.F90 index 888966ca..4ba13e21 100644 --- a/src/teb/modd_bem_cst.F90 +++ b/src/teb/modd_bem_cst.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############### MODULE MODD_BEM_CST diff --git a/src/teb/modd_bem_optionn.F90 b/src/teb/modd_bem_optionn.F90 index d3757142..e31a4cfc 100644 --- a/src/teb/modd_bem_optionn.F90 +++ b/src/teb/modd_bem_optionn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_BEM_OPTION_n diff --git a/src/teb/modd_bemn.F90 b/src/teb/modd_bemn.F90 index 1768b6c8..53b7d3c4 100644 --- a/src/teb/modd_bemn.F90 +++ b/src/teb/modd_bemn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_BEM_n diff --git a/src/teb/modd_bld_descriptionn.F90 b/src/teb/modd_bld_descriptionn.F90 index fb1979ff..370b050b 100644 --- a/src/teb/modd_bld_descriptionn.F90 +++ b/src/teb/modd_bld_descriptionn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_BLD_DESCRIPTION_n diff --git a/src/teb/modd_canopy_turb.F90 b/src/teb/modd_canopy_turb.F90 index 7f9e795f..24080c52 100644 --- a/src/teb/modd_canopy_turb.F90 +++ b/src/teb/modd_canopy_turb.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_CANOPY_TURB diff --git a/src/teb/modd_canopyn.F90 b/src/teb/modd_canopyn.F90 index 0338174e..5a628dd6 100644 --- a/src/teb/modd_canopyn.F90 +++ b/src/teb/modd_canopyn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_CANOPY_n diff --git a/src/teb/modd_ch_emis_fieldn.F90 b/src/teb/modd_ch_emis_fieldn.F90 index 95e68eb9..97cacc2a 100644 --- a/src/teb/modd_ch_emis_fieldn.F90 +++ b/src/teb/modd_ch_emis_fieldn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################### MODULE MODD_CH_EMIS_FIELD_n diff --git a/src/teb/modd_ch_flaken.F90 b/src/teb/modd_ch_flaken.F90 index da058239..0b48a787 100644 --- a/src/teb/modd_ch_flaken.F90 +++ b/src/teb/modd_ch_flaken.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_FLAKE_n diff --git a/src/teb/modd_ch_isban.F90 b/src/teb/modd_ch_isban.F90 index 7db03a80..a7804e73 100644 --- a/src/teb/modd_ch_isban.F90 +++ b/src/teb/modd_ch_isban.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_ISBA_n diff --git a/src/teb/modd_ch_seafluxn.F90 b/src/teb/modd_ch_seafluxn.F90 index 8df308f6..e27fb2a0 100644 --- a/src/teb/modd_ch_seafluxn.F90 +++ b/src/teb/modd_ch_seafluxn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_SEAFLUX_n diff --git a/src/teb/modd_ch_snapn.F90 b/src/teb/modd_ch_snapn.F90 index 7cc42788..e9470d38 100644 --- a/src/teb/modd_ch_snapn.F90 +++ b/src/teb/modd_ch_snapn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################### MODULE MODD_CH_SNAP_n diff --git a/src/teb/modd_ch_surfn.F90 b/src/teb/modd_ch_surfn.F90 index 30649582..2c5197f6 100644 --- a/src/teb/modd_ch_surfn.F90 +++ b/src/teb/modd_ch_surfn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_SURF_n diff --git a/src/teb/modd_ch_tebn.F90 b/src/teb/modd_ch_tebn.F90 index aa6171f0..0f2b8d79 100644 --- a/src/teb/modd_ch_tebn.F90 +++ b/src/teb/modd_ch_tebn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_TEB_n diff --git a/src/teb/modd_ch_watfluxn.F90 b/src/teb/modd_ch_watfluxn.F90 index cfb2777d..80936bae 100644 --- a/src/teb/modd_ch_watfluxn.F90 +++ b/src/teb/modd_ch_watfluxn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_CH_WATFLUX_n diff --git a/src/teb/modd_co2v_par.F90 b/src/teb/modd_co2v_par.F90 index 7d501c48..467173fa 100644 --- a/src/teb/modd_co2v_par.F90 +++ b/src/teb/modd_co2v_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_CO2V_PAR diff --git a/src/teb/modd_csts.F90 b/src/teb/modd_csts.F90 index ffe5529b..89e62edc 100644 --- a/src/teb/modd_csts.F90 +++ b/src/teb/modd_csts.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############### MODULE MODD_CSTS diff --git a/src/teb/modd_data_bemn.F90 b/src/teb/modd_data_bemn.F90 index 160eea3b..df98147c 100644 --- a/src/teb/modd_data_bemn.F90 +++ b/src/teb/modd_data_bemn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_DATA_BEM_n diff --git a/src/teb/modd_data_cover_par.F90 b/src/teb/modd_data_cover_par.F90 index 04407163..1e54c837 100644 --- a/src/teb/modd_data_cover_par.F90 +++ b/src/teb/modd_data_cover_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_DATA_COVER_PAR diff --git a/src/teb/modd_data_covern.F90 b/src/teb/modd_data_covern.F90 index 24422e7e..50714000 100644 --- a/src/teb/modd_data_covern.F90 +++ b/src/teb/modd_data_covern.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_DATA_COVER_n diff --git a/src/teb/modd_data_isban.F90 b/src/teb/modd_data_isban.F90 index 6f06ca22..631d7246 100644 --- a/src/teb/modd_data_isban.F90 +++ b/src/teb/modd_data_isban.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################## MODULE MODD_DATA_ISBA_n diff --git a/src/teb/modd_data_seafluxn.F90 b/src/teb/modd_data_seafluxn.F90 index 49889be7..cadc7ff4 100644 --- a/src/teb/modd_data_seafluxn.F90 +++ b/src/teb/modd_data_seafluxn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################## MODULE MODD_DATA_SEAFLUX_n diff --git a/src/teb/modd_data_tebn.F90 b/src/teb/modd_data_tebn.F90 index 61447a57..2e65c9f1 100644 --- a/src/teb/modd_data_tebn.F90 +++ b/src/teb/modd_data_tebn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_DATA_TEB_n diff --git a/src/teb/modd_data_tsz0n.F90 b/src/teb/modd_data_tsz0n.F90 index c9dff064..7c1b4649 100644 --- a/src/teb/modd_data_tsz0n.F90 +++ b/src/teb/modd_data_tsz0n.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################## MODULE MODD_DATA_TSZ0_n diff --git a/src/teb/modd_diag_evap_isban.F90 b/src/teb/modd_diag_evap_isban.F90 index 7a29849b..0413c116 100644 --- a/src/teb/modd_diag_evap_isban.F90 +++ b/src/teb/modd_diag_evap_isban.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !######################## MODULE MODD_DIAG_EVAP_ISBA_n diff --git a/src/teb/modd_diag_misc_flaken.F90 b/src/teb/modd_diag_misc_flaken.F90 index 676d9813..0ad5b46d 100644 --- a/src/teb/modd_diag_misc_flaken.F90 +++ b/src/teb/modd_diag_misc_flaken.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################ MODULE MODD_DIAG_MISC_FLAKE_n diff --git a/src/teb/modd_diag_misc_isban.F90 b/src/teb/modd_diag_misc_isban.F90 index 0a4c8b27..e2d34dce 100644 --- a/src/teb/modd_diag_misc_isban.F90 +++ b/src/teb/modd_diag_misc_isban.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################ MODULE MODD_DIAG_MISC_ISBA_n diff --git a/src/teb/modd_diag_misc_seaicen.F90 b/src/teb/modd_diag_misc_seaicen.F90 index 65039688..d41551fa 100644 --- a/src/teb/modd_diag_misc_seaicen.F90 +++ b/src/teb/modd_diag_misc_seaicen.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_DIAG_MISC_SEAICE_n diff --git a/src/teb/modd_diag_misc_teb_optionsn.F90 b/src/teb/modd_diag_misc_teb_optionsn.F90 index 3da2b11c..bdb900c5 100644 --- a/src/teb/modd_diag_misc_teb_optionsn.F90 +++ b/src/teb/modd_diag_misc_teb_optionsn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################ MODULE MODD_DIAG_MISC_TEB_OPTIONS_n diff --git a/src/teb/modd_diag_misc_tebn.F90 b/src/teb/modd_diag_misc_tebn.F90 index e6787688..fdb11017 100644 --- a/src/teb/modd_diag_misc_tebn.F90 +++ b/src/teb/modd_diag_misc_tebn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################ MODULE MODD_DIAG_MISC_TEB_n diff --git a/src/teb/modd_diag_oceann.F90 b/src/teb/modd_diag_oceann.F90 index 9a1415c6..05277575 100644 --- a/src/teb/modd_diag_oceann.F90 +++ b/src/teb/modd_diag_oceann.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_DIAG_OCEAN_n diff --git a/src/teb/modd_diag_utci_tebn.F90 b/src/teb/modd_diag_utci_tebn.F90 index 8b30239b..9248e55f 100644 --- a/src/teb/modd_diag_utci_tebn.F90 +++ b/src/teb/modd_diag_utci_tebn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################### MODULE MODD_DIAG_UTCI_TEB_n diff --git a/src/teb/modd_diagn.F90 b/src/teb/modd_diagn.F90 index 5eda626d..2d86ebff 100644 --- a/src/teb/modd_diagn.F90 +++ b/src/teb/modd_diagn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !###################### MODULE MODD_DIAG_n diff --git a/src/teb/modd_dstn.F90 b/src/teb/modd_dstn.F90 index 52677fe7..609d4195 100644 --- a/src/teb/modd_dstn.F90 +++ b/src/teb/modd_dstn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. MODULE MODD_DST_n diff --git a/src/teb/modd_dummy_surf_fieldsn.F90 b/src/teb/modd_dummy_surf_fieldsn.F90 index f847168d..76e6bafe 100644 --- a/src/teb/modd_dummy_surf_fieldsn.F90 +++ b/src/teb/modd_dummy_surf_fieldsn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_DUMMY_SURF_FIELDS_n diff --git a/src/teb/modd_emis_gr_fieldn.F90 b/src/teb/modd_emis_gr_fieldn.F90 index 769b808b..d8bd4b51 100644 --- a/src/teb/modd_emis_gr_fieldn.F90 +++ b/src/teb/modd_emis_gr_fieldn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################### MODULE MODD_EMIS_GR_FIELD_n diff --git a/src/teb/modd_flaken.F90 b/src/teb/modd_flaken.F90 index 675f7448..bb820241 100644 --- a/src/teb/modd_flaken.F90 +++ b/src/teb/modd_flaken.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_FLAKE_n diff --git a/src/teb/modd_flood_par.F90 b/src/teb/modd_flood_par.F90 index f61a2de7..5a315a6d 100644 --- a/src/teb/modd_flood_par.F90 +++ b/src/teb/modd_flood_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_FLOOD_PAR diff --git a/src/teb/modd_gr_biogn.F90 b/src/teb/modd_gr_biogn.F90 index 9090cc3f..9e985c98 100644 --- a/src/teb/modd_gr_biogn.F90 +++ b/src/teb/modd_gr_biogn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_GR_BIOG_n diff --git a/src/teb/modd_grid_conf_projn.F90 b/src/teb/modd_grid_conf_projn.F90 index f3398c51..2ac3c962 100644 --- a/src/teb/modd_grid_conf_projn.F90 +++ b/src/teb/modd_grid_conf_projn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_GRID_CONF_PROJ_n diff --git a/src/teb/modd_idealn.F90 b/src/teb/modd_idealn.F90 index 2d016321..0fd12dbc 100644 --- a/src/teb/modd_idealn.F90 +++ b/src/teb/modd_idealn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################# MODULE MODD_IDEAL_n diff --git a/src/teb/modd_isba_optionsn.F90 b/src/teb/modd_isba_optionsn.F90 index c2e68ad1..7e10bfb5 100644 --- a/src/teb/modd_isba_optionsn.F90 +++ b/src/teb/modd_isba_optionsn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !################## MODULE MODD_ISBA_OPTIONS_n diff --git a/src/teb/modd_isba_par.F90 b/src/teb/modd_isba_par.F90 index 70316e37..5d92e8be 100644 --- a/src/teb/modd_isba_par.F90 +++ b/src/teb/modd_isba_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_ISBA_PAR diff --git a/src/teb/modd_isban.F90 b/src/teb/modd_isban.F90 index ebab9b6f..3d8cf215 100644 --- a/src/teb/modd_isban.F90 +++ b/src/teb/modd_isban.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !################## MODULE MODD_ISBA_n diff --git a/src/teb/modd_meb_par.F90 b/src/teb/modd_meb_par.F90 index 17169f4c..ea9f73d5 100644 --- a/src/teb/modd_meb_par.F90 +++ b/src/teb/modd_meb_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_MEB_PAR diff --git a/src/teb/modd_ocean_csts.F90 b/src/teb/modd_ocean_csts.F90 index 5d8de030..5e228b65 100644 --- a/src/teb/modd_ocean_csts.F90 +++ b/src/teb/modd_ocean_csts.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############### MODULE MODD_OCEAN_CSTS diff --git a/src/teb/modd_ocean_reln.F90 b/src/teb/modd_ocean_reln.F90 index ae14315b..8dd7ac55 100644 --- a/src/teb/modd_ocean_reln.F90 +++ b/src/teb/modd_ocean_reln.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################## MODULE MODD_OCEAN_REL_n diff --git a/src/teb/modd_oceann.F90 b/src/teb/modd_oceann.F90 index f94114b8..c29ed560 100644 --- a/src/teb/modd_oceann.F90 +++ b/src/teb/modd_oceann.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################# MODULE MODD_OCEAN_n diff --git a/src/teb/modd_prep_snow.F90 b/src/teb/modd_prep_snow.F90 index a37d04f3..1cd082e2 100644 --- a/src/teb/modd_prep_snow.F90 +++ b/src/teb/modd_prep_snow.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_PREP_SNOW diff --git a/src/teb/modd_reprod_oper.F90 b/src/teb/modd_reprod_oper.F90 index 12641bf3..8a14bf85 100644 --- a/src/teb/modd_reprod_oper.F90 +++ b/src/teb/modd_reprod_oper.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_REPROD_OPER diff --git a/src/teb/modd_sfx_gridn.F90 b/src/teb/modd_sfx_gridn.F90 index 70db9300..2ab51e2c 100644 --- a/src/teb/modd_sfx_gridn.F90 +++ b/src/teb/modd_sfx_gridn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################## MODULE MODD_SFX_GRID_n diff --git a/src/teb/modd_sltn.F90 b/src/teb/modd_sltn.F90 index 84a48d74..83de614a 100644 --- a/src/teb/modd_sltn.F90 +++ b/src/teb/modd_sltn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. MODULE MODD_SLT_n diff --git a/src/teb/modd_snow_par.F90 b/src/teb/modd_snow_par.F90 index c19e6ccd..b91d8542 100644 --- a/src/teb/modd_snow_par.F90 +++ b/src/teb/modd_snow_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_SNOW_PAR diff --git a/src/teb/modd_sson.F90 b/src/teb/modd_sson.F90 index d7b7dda4..ee246241 100644 --- a/src/teb/modd_sson.F90 +++ b/src/teb/modd_sson.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_SSO_n diff --git a/src/teb/modd_surf_atm.F90 b/src/teb/modd_surf_atm.F90 index 670d3ce3..90bcfd63 100644 --- a/src/teb/modd_surf_atm.F90 +++ b/src/teb/modd_surf_atm.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_SURF_ATM diff --git a/src/teb/modd_surf_atm_gridn.F90 b/src/teb/modd_surf_atm_gridn.F90 index af2cf724..b4a69876 100644 --- a/src/teb/modd_surf_atm_gridn.F90 +++ b/src/teb/modd_surf_atm_gridn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################## MODULE MODD_SURF_ATM_GRID_n diff --git a/src/teb/modd_surf_atmn.F90 b/src/teb/modd_surf_atmn.F90 index aa31ad01..e7861e13 100644 --- a/src/teb/modd_surf_atmn.F90 +++ b/src/teb/modd_surf_atmn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_SURF_ATM_n diff --git a/src/teb/modd_surf_par.F90 b/src/teb/modd_surf_par.F90 index e191f642..43030ae5 100644 --- a/src/teb/modd_surf_par.F90 +++ b/src/teb/modd_surf_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !#################### MODULE MODD_SURF_PAR diff --git a/src/teb/modd_surfexn.F90 b/src/teb/modd_surfexn.F90 index 39e798e8..07f8595d 100644 --- a/src/teb/modd_surfexn.F90 +++ b/src/teb/modd_surfexn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. MODULE MODD_SURFEX_n ! diff --git a/src/teb/modd_svn.F90 b/src/teb/modd_svn.F90 index ab64b2e3..eb65cf2f 100644 --- a/src/teb/modd_svn.F90 +++ b/src/teb/modd_svn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############### MODULE MODD_SV_n diff --git a/src/teb/modd_teb_irrign.F90 b/src/teb/modd_teb_irrign.F90 index f31a19c0..57f44eff 100644 --- a/src/teb/modd_teb_irrign.F90 +++ b/src/teb/modd_teb_irrign.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_TEB_IRRIG_n diff --git a/src/teb/modd_teb_optionn.F90 b/src/teb/modd_teb_optionn.F90 index 41f86b2a..6aa565e8 100644 --- a/src/teb/modd_teb_optionn.F90 +++ b/src/teb/modd_teb_optionn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_TEB_OPTION_n diff --git a/src/teb/modd_teb_paneln.F90 b/src/teb/modd_teb_paneln.F90 index 699f8ad6..7b11d3a2 100644 --- a/src/teb/modd_teb_paneln.F90 +++ b/src/teb/modd_teb_paneln.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_TEB_PANEL_n diff --git a/src/teb/modd_tebn.F90 b/src/teb/modd_tebn.F90 index 62cd4aaa..86471652 100644 --- a/src/teb/modd_tebn.F90 +++ b/src/teb/modd_tebn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################ MODULE MODD_TEB_n diff --git a/src/teb/modd_type_date_surf.F90 b/src/teb/modd_type_date_surf.F90 index da7d9bf2..0d7d355d 100644 --- a/src/teb/modd_type_date_surf.F90 +++ b/src/teb/modd_type_date_surf.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################# MODULE MODD_TYPE_DATE_SURF diff --git a/src/teb/modd_type_efutil.F90 b/src/teb/modd_type_efutil.F90 index b96c7a7f..29b23067 100644 --- a/src/teb/modd_type_efutil.F90 +++ b/src/teb/modd_type_efutil.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ####################### MODULE MODD_TYPE_EFUTIL diff --git a/src/teb/modd_type_snow.F90 b/src/teb/modd_type_snow.F90 index 614ca32a..6cdf0394 100644 --- a/src/teb/modd_type_snow.F90 +++ b/src/teb/modd_type_snow.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ##################### MODULE MODD_TYPE_SNOW diff --git a/src/teb/modd_water_par.F90 b/src/teb/modd_water_par.F90 index 564ba079..7728189f 100644 --- a/src/teb/modd_water_par.F90 +++ b/src/teb/modd_water_par.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################### MODULE MODD_WATER_PAR diff --git a/src/teb/modd_watfluxn.F90 b/src/teb/modd_watfluxn.F90 index dc9da47a..353aedee 100644 --- a/src/teb/modd_watfluxn.F90 +++ b/src/teb/modd_watfluxn.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! #################### MODULE MODD_WATFLUX_n diff --git a/src/teb/mode_conv_DOE.F90 b/src/teb/mode_conv_DOE.F90 index db09823a..fe1080f9 100644 --- a/src/teb/mode_conv_DOE.F90 +++ b/src/teb/mode_conv_DOE.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !################### MODULE MODE_CONV_DOE diff --git a/src/teb/mode_pos_surf.F90 b/src/teb/mode_pos_surf.F90 index 4f199ec5..a37c7f4e 100644 --- a/src/teb/mode_pos_surf.F90 +++ b/src/teb/mode_pos_surf.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !! ############### MODULE MODE_POS_SURF diff --git a/src/teb/mode_psychro.F90 b/src/teb/mode_psychro.F90 index 3204f6b7..d3d7fb95 100644 --- a/src/teb/mode_psychro.F90 +++ b/src/teb/mode_psychro.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !################## MODULE MODE_PSYCHRO diff --git a/src/teb/mode_sbls.F90 b/src/teb/mode_sbls.F90 index e26b827b..5ecb5d2b 100644 --- a/src/teb/mode_sbls.F90 +++ b/src/teb/mode_sbls.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############### MODULE MODE_SBLS diff --git a/src/teb/mode_surf_snow_frac.F90 b/src/teb/mode_surf_snow_frac.F90 index 4bb068f0..eddd330d 100644 --- a/src/teb/mode_surf_snow_frac.F90 +++ b/src/teb/mode_surf_snow_frac.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################## MODULE MODE_SURF_SNOW_FRAC diff --git a/src/teb/mode_thermos.F90 b/src/teb/mode_thermos.F90 index d109818e..b4210ffd 100644 --- a/src/teb/mode_thermos.F90 +++ b/src/teb/mode_thermos.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######spl MODULE MODE_THERMOS diff --git a/src/teb/open_namelist.F90 b/src/teb/open_namelist.F90 index a965cfc6..1a07a00d 100644 --- a/src/teb/open_namelist.F90 +++ b/src/teb/open_namelist.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE OPEN_NAMELIST(HPROGRAM,KLUNAM,HFILE) diff --git a/src/teb/road_layer_e_budget.F90 b/src/teb/road_layer_e_budget.F90 index 19a855f9..3a0070a1 100644 --- a/src/teb/road_layer_e_budget.F90 +++ b/src/teb/road_layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE ROAD_LAYER_E_BUDGET(T, B, PTSTEP, PDN_ROAD, PRHOA, PAC_ROAD, PAC_ROAD_WAT, & diff --git a/src/teb/roof_impl_coef.F90 b/src/teb/roof_impl_coef.F90 index a75a3b3c..7b6874d5 100644 --- a/src/teb/roof_impl_coef.F90 +++ b/src/teb/roof_impl_coef.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################################### SUBROUTINE ROOF_IMPL_COEF(T, PTSTEP, PTDEEP_A, PTDEEP_B) diff --git a/src/teb/roof_layer_e_budget.F90 b/src/teb/roof_layer_e_budget.F90 index 3115bc2c..7027079f 100644 --- a/src/teb/roof_layer_e_budget.F90 +++ b/src/teb/roof_layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE ROOF_LAYER_E_BUDGET(TOP, T, B, PQSAT_ROOF, PAC_BLD, PTSTEP, PDN_ROOF, & diff --git a/src/teb/snow_cover_1layer.F90 b/src/teb/snow_cover_1layer.F90 index 51006fde..0a8f2d59 100644 --- a/src/teb/snow_cover_1layer.F90 +++ b/src/teb/snow_cover_1layer.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE SNOW_COVER_1LAYER(PTSTEP, PANSMIN, PANSMAX, PTODRY, PRHOSMIN, PRHOSMAX, & diff --git a/src/teb/solar_panel.F90 b/src/teb/solar_panel.F90 index 6cfb0c49..66a0dc2f 100644 --- a/src/teb/solar_panel.F90 +++ b/src/teb/solar_panel.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE SOLAR_PANEL(TPN, DMT, PTSTEP, PTSUN, PRESIDENTIAL, PEMIT_LW_ROOF, & diff --git a/src/teb/surface_aero_cond.F90 b/src/teb/surface_aero_cond.F90 index 22a3ddb1..0ab7c0a8 100644 --- a/src/teb/surface_aero_cond.F90 +++ b/src/teb/surface_aero_cond.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ###################################################################### SUBROUTINE SURFACE_AERO_COND(PRI, PZREF, PUREF, PVMOD, PZ0,& diff --git a/src/teb/surface_cd.F90 b/src/teb/surface_cd.F90 index 20ade71b..32ab1da7 100644 --- a/src/teb/surface_cd.F90 +++ b/src/teb/surface_cd.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ################################################################# SUBROUTINE SURFACE_CD(PRI, PZREF, PUREF, PZ0EFF, PZ0H, & diff --git a/src/teb/surface_ri.F90 b/src/teb/surface_ri.F90 index e81e7637..1cc4e41b 100644 --- a/src/teb/surface_ri.F90 +++ b/src/teb/surface_ri.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE SURFACE_RI(PTG, PQS, PEXNS, PEXNA, PTA, PQA, & diff --git a/src/teb/teb.F90 b/src/teb/teb.F90 index 031c3df8..8a154a2e 100644 --- a/src/teb/teb.F90 +++ b/src/teb/teb.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE TEB (TOP, T, BOP, B, TIR, DMT, HIMPLICIT_WIND, PTSUN, & diff --git a/src/teb/teb_garden.F90 b/src/teb/teb_garden.F90 index 1af5f0df..63ad2134 100644 --- a/src/teb/teb_garden.F90 +++ b/src/teb/teb_garden.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE TEB_GARDEN (DTCO, G, TOP, T, BOP, B, TPN, TIR, DMT, GDM, GRM, KTEB_P, & diff --git a/src/teb/teb_irrig.F90 b/src/teb/teb_irrig.F90 index 08e9f847..0d0ba957 100644 --- a/src/teb/teb_irrig.F90 +++ b/src/teb/teb_irrig.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE TEB_IRRIG(OIRRIG, PTSTEP, KMONTH, PSOLAR_TIME, & diff --git a/src/teb/test_nam_var_surf.F90 b/src/teb/test_nam_var_surf.F90 index f9b847c0..d7581f7a 100644 --- a/src/teb/test_nam_var_surf.F90 +++ b/src/teb/test_nam_var_surf.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. !############################ MODULE MODI_TEST_NAM_VAR_SURF diff --git a/src/teb/tridiag_ground.F90 b/src/teb/tridiag_ground.F90 index 27bcab18..9a15603a 100644 --- a/src/teb/tridiag_ground.F90 +++ b/src/teb/tridiag_ground.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE TRIDIAG_GROUND(PA,PB,PC,PY,PX) diff --git a/src/teb/urban_drag.F90 b/src/teb/urban_drag.F90 index e76d1aa7..2e45d204 100644 --- a/src/teb/urban_drag.F90 +++ b/src/teb/urban_drag.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_DRAG(TOP, T, B, HIMPLICIT_WIND, PTSTEP, PT_CANYON, PQ_CANYON, & diff --git a/src/teb/urban_exch_coef.F90 b/src/teb/urban_exch_coef.F90 index c298f56a..500ad93d 100644 --- a/src/teb/urban_exch_coef.F90 +++ b/src/teb/urban_exch_coef.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_EXCH_COEF(HZ0H, PZ0_O_Z0H, PTG, PQS, PEXNS, PEXNA, PTA, PQA, & diff --git a/src/teb/urban_fluxes.F90 b/src/teb/urban_fluxes.F90 index fb923ff1..3962478d 100644 --- a/src/teb/urban_fluxes.F90 +++ b/src/teb/urban_fluxes.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_FLUXES(TOP, T, B, DMT, HIMPLICIT_WIND, PT_CANYON, PPEW_A_COEF, PPEW_B_COEF, & diff --git a/src/teb/urban_hydro.F90 b/src/teb/urban_hydro.F90 index 5ea3c5ed..df5bf82c 100644 --- a/src/teb/urban_hydro.F90 +++ b/src/teb/urban_hydro.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_HYDRO(PWS_ROOF_MAX,PWS_ROAD_MAX, PWS_ROOF, PWS_ROAD, & diff --git a/src/teb/urban_lw_coef.F90 b/src/teb/urban_lw_coef.F90 index 978d7a75..2c7a898d 100644 --- a/src/teb/urban_lw_coef.F90 +++ b/src/teb/urban_lw_coef.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE URBAN_LW_COEF(B, T, PLW_RAD, PEMIS_G, PTS_SR, PTS_G, & diff --git a/src/teb/urban_snow_evol.F90 b/src/teb/urban_snow_evol.F90 index e409cc72..15e869ec 100644 --- a/src/teb/urban_snow_evol.F90 +++ b/src/teb/urban_snow_evol.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_SNOW_EVOL(T, B, PT_LWCN, PQ_LWCN, PU_LWCN, PTS_RF, PTS_RD, PTS_WL_A, & diff --git a/src/teb/urban_solar_abs.F90 b/src/teb/urban_solar_abs.F90 index 74689fa3..8521473c 100644 --- a/src/teb/urban_solar_abs.F90 +++ b/src/teb/urban_solar_abs.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### SUBROUTINE URBAN_SOLAR_ABS(TOP, T, B, DMT, PDIR_SW, PSCA_SW, PZENITH, PAZIM, & diff --git a/src/teb/vslog.F90 b/src/teb/vslog.F90 index c0f5e651..8ae46a84 100644 --- a/src/teb/vslog.F90 +++ b/src/teb/vslog.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE VSLOG(PA,PLOG,N) ! diff --git a/src/teb/wall_layer_e_budget.F90 b/src/teb/wall_layer_e_budget.F90 index 27263535..db10f699 100644 --- a/src/teb/wall_layer_e_budget.F90 +++ b/src/teb/wall_layer_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################## SUBROUTINE WALL_LAYER_E_BUDGET(TOP, T, B, PT_WL, PTS_WL_B, PTI_WL_B, PTSTEP, PDN_RD, & diff --git a/src/teb/wind_threshold.F90 b/src/teb/wind_threshold.F90 index e3f70e50..71948552 100644 --- a/src/teb/wind_threshold.F90 +++ b/src/teb/wind_threshold.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ######### FUNCTION WIND_THRESHOLD(PWIND,PUREF) RESULT(PWIND_NEW) diff --git a/src/teb/window_data.F90 b/src/teb/window_data.F90 index 519338f2..b181897a 100644 --- a/src/teb/window_data.F90 +++ b/src/teb/window_data.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################################################# SUBROUTINE WINDOW_DATA(KI, B) diff --git a/src/teb/window_e_budget.F90 b/src/teb/window_e_budget.F90 index add2b1a9..efbf19cc 100644 --- a/src/teb/window_e_budget.F90 +++ b/src/teb/window_e_budget.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. SUBROUTINE WINDOW_E_BUDGET(B, PEMIS_WIN, PLW_W_TO_WIN, PLW_R_TO_WIN, PLW_G_TO_WIN, & PLW_NR_TO_WIN, PLW_S_TO_WIN, PRAD_RF_WIN, PRAD_WL_WIN, & diff --git a/src/teb/window_shading.F90 b/src/teb/window_shading.F90 index 6d3cca7c..08731b8c 100644 --- a/src/teb/window_shading.F90 +++ b/src/teb/window_shading.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ############################################################# SUBROUTINE WINDOW_SHADING(PSHGC, PSHGC_SH, O_SHADE, PALB_WALL, & diff --git a/src/teb/window_shading_availability.F90 b/src/teb/window_shading_availability.F90 index a227bb44..7213d6ca 100644 --- a/src/teb/window_shading_availability.F90 +++ b/src/teb/window_shading_availability.F90 @@ -1,6 +1,6 @@ !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier -!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence -!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt +!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1 +!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt !SFX_LIC for details. version 1. ! ########################################################################################################### SUBROUTINE WINDOW_SHADING_AVAILABILITY(OSHADE, PTI_BLD, PTCOOL_TARGET,OSHADE_POSSIBLE)