Ignore:
Timestamp:
Aug 2, 2024, 9:58:25 PM (7 weeks ago)
Author:
abarral
Message:

Put dimensions.h and paramet.h into modules

Location:
LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_driver.F90

    r5158 r5159  
    11! ecrad_driver.F90 - Driver for offline ECRAD radiation scheme
    2 !
     2
    33! (C) Copyright 2014- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Robin Hogan
    1313! Email:   r.j.hogan@ecmwf.int
    14 !
     14
    1515! ECRAD is the radiation scheme used in the ECMWF Integrated
    1616! Forecasting System in cycle 43R3 and later. Several solvers are
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_driver_config.F90

    r5158 r5159  
    11! ecrad_driver_config.F90 - Configure driver for offline ecRad radiation scheme
    2 !
     2
    33! (C) Copyright 2015- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Robin Hogan
    1313! Email:   r.j.hogan@ecmwf.int
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_driver_read_input.F90

    r5158 r5159  
    11! ecrad_driver_read_input.F90 - Read input structures from NetCDF file
    2 !
     2
    33! (C) Copyright 2018- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Robin Hogan
    1313! Email:   r.j.hogan@ecmwf.int
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_ifs_driver.F90

    r5158 r5159  
    11! ecrad_ifs_driver.F90 - Driver for offline ECRAD radiation scheme
    2 !
     2
    33! (C) Copyright 2014- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Robin Hogan
    1313! Email:   r.j.hogan@ecmwf.int
    14 !
     14
    1515! ECRAD is the radiation scheme used in the ECMWF Integrated
    1616! Forecasting System in cycle 43R3 and later. Several solvers are
     
    2626! 2) Name of a NetCDF file containing one or more atmospheric profiles
    2727! 3) Name of output NetCDF file
    28 !
     28
    2929! This version uses the infrastructure of the IFS, such as computing
    3030! effective radius and cloud overlap from latitude and other
     
    3636! satisfying this requirement is test/ifs/ecrad_meridian.nc in the
    3737! ecRad package.
    38 !
     38
    3939! Note that the purpose of this file is simply to demonstrate the use
    4040! of the setup_radiation_scheme and radiation_scheme routines; all the
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ecrad_ifs_driver_blocked.F90

    r5158 r5159  
    11! ecrad_ifs_driver_blocked.F90 - Driver for offline ECRAD radiation scheme
    2 !
     2
    33! (C) Copyright 2014- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Robin Hogan
    1313! Email:   r.j.hogan@ecmwf.int
    14 !
     14
    1515! ECRAD is the radiation scheme used in the ECMWF Integrated
    1616! Forecasting System in cycle 43R3 and later. Several solvers are
     
    2626! 2) Name of a NetCDF file containing one or more atmospheric profiles
    2727! 3) Name of output NetCDF file
    28 !
     28
    2929! This version uses the infrastructure of the IFS, such as computing
    3030! effective radius and cloud overlap from latitude and other
     
    3636! satisfying this requirement is test/ifs/ecrad_meridian.nc in the
    3737! ecRad package.
    38 !
     38
    3939! Note that the purpose of this file is simply to demonstrate the use
    4040! of the setup_radiation_scheme and radiation_scheme routines as well
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/ifs_blocking.F90

    r5158 r5159  
    11! ifs_blocking.F90 - Reshuffle ecRad data into an NPROMA-blocked data structure
    2 !
     2
    33! (C) Copyright 2022- ECMWF.
    4 !
     4
    55! This software is licensed under the terms of the Apache Licence Version 2.0
    66! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    7 !
     7
    88! In applying this licence, ECMWF does not waive the privileges and immunities
    99! granted to it by virtue of its status as an intergovernmental organisation
    1010! nor does it submit to any jurisdiction.
    11 !
     11
    1212! Author:  Balthasar Reuter
    1313! Email:   balthasar.reuter@ecmwf.int
     
    7878  endif
    7979
    80   !
     80
    8181  ! RADINTG
    8282  !
     
    344344
    345345    !  -------------------------------------------------------
    346     !
     346
    347347    !  INPUT LOOP
    348     !
     348
    349349    !  -------------------------------------------------------
    350350
     
    524524
    525525    !  -------------------------------------------------------
    526     !
     526
    527527    !  OUTPUT LOOP
    528     !
     528
    529529    !  -------------------------------------------------------
    530530
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/test_aerosol_optics_description.F90

    r4773 r5159  
    11! (C) Copyright 2022- ECMWF.
    2 !
     2
    33! This software is licensed under the terms of the Apache Licence Version 2.0
    44! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    5 !
     5
    66! In applying this licence, ECMWF does not waive the privileges and immunities
    77! granted to it by virtue of its status as an intergovernmental organisation
    88! nor does it submit to any jurisdiction.
    9 !
     9
    1010! Author:  Robin Hogan
    1111! Email:   r.j.hogan@ecmwf.int
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/test_cloud_generator.F90

    r5158 r5159  
    11! (C) Copyright 2017- ECMWF.
    2 !
     2
    33! This software is licensed under the terms of the Apache Licence Version 2.0
    44! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    5 !
     5
    66! In applying this licence, ECMWF does not waive the privileges and immunities
    77! granted to it by virtue of its status as an intergovernmental organisation
  • LMDZ6/branches/Amaury_dev/libf/phylmd/ecrad/driver/test_spartacus_math.F90

    r5158 r5159  
    11! (C) Copyright 2014- ECMWF.
    2 !
     2
    33! This software is licensed under the terms of the Apache Licence Version 2.0
    44! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
    5 !
     5
    66! In applying this licence, ECMWF does not waive the privileges and immunities
    77! granted to it by virtue of its status as an intergovernmental organisation
Note: See TracChangeset for help on using the changeset viewer.