Changeset 5159 for LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux
- Timestamp:
- Aug 2, 2024, 9:58:25 PM (7 months ago)
- Location:
- LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/abor1.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/mpl_module.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/parkind1.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation … … 9 9 10 10 MODULE PARKIND1 11 ! 11 12 12 ! *** Define usual kinds for strong typing *** 13 ! 13 14 14 IMPLICIT NONE 15 15 PUBLIC 16 16 SAVE 17 ! 17 18 18 ! Integer Kinds 19 19 ! ------------- 20 ! 20 21 21 INTEGER, PARAMETER :: JPIT = SELECTED_INT_KIND(2) 22 22 INTEGER, PARAMETER :: JPIS = SELECTED_INT_KIND(4) … … 32 32 #endif 33 33 34 ! 34 35 35 ! Real Kinds 36 36 ! ---------- 37 ! 37 38 38 INTEGER, PARAMETER :: JPRT = SELECTED_REAL_KIND(2,1) 39 39 INTEGER, PARAMETER :: JPRS = SELECTED_REAL_KIND(4,2) -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yomcst.F90
r4853 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yomdyncore.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yomlun.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yomlun_ifsaux.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yommp0.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation -
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/ifsaux/yomtag.F90
r4773 r5159 1 1 ! (C) Copyright 2014- ECMWF. 2 ! 2 3 3 ! This software is licensed under the terms of the Apache Licence Version 2.0 4 4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. 5 ! 5 6 6 ! In applying this licence, ECMWF does not waive the privileges and immunities 7 7 ! granted to it by virtue of its status as an intergovernmental organisation
Note: See TracChangeset
for help on using the changeset viewer.