parrint.F90 Source File


This file depends on

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

Files dependent on this one

sourcefile~~parrint.f90~~AfferentGraph sourcefile~parrint.f90 parrint.F90 sourcefile~suecradi15.f90 suecradi15.F90 sourcefile~suecradi15.f90->sourcefile~parrint.f90 sourcefile~suecradi.f90 suecradi.F90 sourcefile~suecradi.f90->sourcefile~parrint.f90 sourcefile~suecradi.f90~2 suecradi.F90 sourcefile~suecradi.f90~2->sourcefile~parrint.f90 sourcefile~suecradi15.f90~2 suecradi15.F90 sourcefile~suecradi15.f90~2->sourcefile~parrint.f90

Contents

Source Code


Source Code

MODULE PARRINT

USE PARKIND1  ,ONLY : JPIM     ,JPRB

IMPLICIT NONE

SAVE

!     PARAMETERS REQUIRED FOR RADIATION INTERPOLATION

INTEGER(KIND=JPIM), PARAMETER :: JPRADCW=2
INTEGER(KIND=JPIM), PARAMETER :: JPRADCE=2
INTEGER(KIND=JPIM), PARAMETER :: JPRADCT=JPRADCW+JPRADCE
INTEGER(KIND=JPIM), PARAMETER :: JPRADFW=1
INTEGER(KIND=JPIM), PARAMETER :: JPRADFE=1
END MODULE PARRINT