yoecld.F90 Source File


This file depends on

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

Files dependent on this one

sourcefile~~yoecld.f90~~AfferentGraph sourcefile~yoecld.f90 yoecld.F90 sourcefile~swu.f90 swu.F90 sourcefile~swu.f90->sourcefile~yoecld.f90 sourcefile~sucld.f90~2 sucld.F90 sourcefile~sucld.f90~2->sourcefile~yoecld.f90 sourcefile~swr.f90 swr.F90 sourcefile~swr.f90->sourcefile~yoecld.f90 sourcefile~sucld.f90 sucld.F90 sourcefile~sucld.f90->sourcefile~yoecld.f90 sourcefile~suinit.f90~2 suinit.F90 sourcefile~suinit.f90~2->sourcefile~yoecld.f90 sourcefile~cloud_overlap_decorr_len.f90 cloud_overlap_decorr_len.F90 sourcefile~cloud_overlap_decorr_len.f90->sourcefile~yoecld.f90 sourcefile~swr.f90~2 swr.F90 sourcefile~swr.f90~2->sourcefile~yoecld.f90 sourcefile~swu.f90~2 swu.F90 sourcefile~swu.f90~2->sourcefile~yoecld.f90 sourcefile~suinit.f90 suinit.F90 sourcefile~suinit.f90->sourcefile~yoecld.f90

Contents

Source Code


Source Code

! (C) Copyright 1989- 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 YOECLD

USE PARKIND1  ,ONLY : JPRB

IMPLICIT NONE

SAVE

!     -----------------------------------------------------------------
!*    ** *YOECLD* - CONTROL PARAMETERS FOR DIAGNOSTIC CLOUDS
!     -----------------------------------------------------------------

REAL(KIND=JPRB) :: RDECORR_CF = 2.0_JPRB
REAL(KIND=JPRB) :: RDECORR_CW = 1.0_JPRB

END MODULE YOECLD