yomdyncore.F90 Source File


This file depends on

sourcefile~~yomdyncore.f90~~EfferentGraph sourcefile~yomdyncore.f90 yomdyncore.F90 sourcefile~parkind1.f90 parkind1.F90 sourcefile~yomdyncore.f90->sourcefile~parkind1.f90

Files dependent on this one

sourcefile~~yomdyncore.f90~~AfferentGraph sourcefile~yomdyncore.f90 yomdyncore.F90 sourcefile~surdi.f90 surdi.F90 sourcefile~surdi.f90->sourcefile~yomdyncore.f90 sourcefile~surdi.f90~2 surdi.F90 sourcefile~surdi.f90~2->sourcefile~yomdyncore.f90 sourcefile~rrtm_ecrt_140gp_mcica.f90 rrtm_ecrt_140gp_mcica.F90 sourcefile~rrtm_ecrt_140gp_mcica.f90->sourcefile~yomdyncore.f90 sourcefile~rrtm_prepare_gases.f90~2 rrtm_prepare_gases.F90 sourcefile~rrtm_prepare_gases.f90~2->sourcefile~yomdyncore.f90 sourcefile~rrtm_prepare_gases.f90 rrtm_prepare_gases.F90 sourcefile~rrtm_prepare_gases.f90->sourcefile~yomdyncore.f90

Contents

Source Code


Source Code

! (C) Copyright 2014- ECMWF.
!
! This software is licensed under the terms of the Apache Licence Version 2.0
! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
!
! In applying this licence, ECMWF does not waive the privileges and immunities
! granted to it by virtue of its status as an intergovernmental organisation
! nor does it submit to any jurisdiction.

MODULE YOMDYNCORE

USE PARKIND1  ,ONLY : JPRB

IMPLICIT NONE

PUBLIC

SAVE

! Aqua planet?
LOGICAL, PARAMETER :: LAQUA = .false.
! Small-planet factor
REAL(KIND=JPRB)    :: RPLRG = 1.0


END MODULE YOMDYNCORE