Last change
on this file since 5308 was
3331,
checked in by acozic, 6 years ago
|
Add modification for isotopes
|
-
Property svn:executable set to
*
|
File size:
763 bytes
|
Line | |
---|
1 | MODULE YOECND |
---|
2 | |
---|
3 | USE PARKIND1 ,ONLY : JPIM ,JPRB |
---|
4 | |
---|
5 | IMPLICIT NONE |
---|
6 | |
---|
7 | SAVE |
---|
8 | |
---|
9 | ! ----------------------------------------------------------------- |
---|
10 | REAL(KIND=JPRB),ALLOCATABLE:: CEVAPCU(:) |
---|
11 | |
---|
12 | REAL(KIND=JPRB) :: REPFLM |
---|
13 | REAL(KIND=JPRB) :: REPFLS |
---|
14 | REAL(KIND=JPRB) :: REPQMI |
---|
15 | |
---|
16 | ! ----------------------------------------------------------------- |
---|
17 | !* CONTROL PARAMETERS FOR MOIST PROCESSES |
---|
18 | |
---|
19 | ! CEVAPCU(NFLEVG): |
---|
20 | ! REPFLM : Minimum flux to avoid zero division in ice proportion |
---|
21 | ! computations |
---|
22 | ! REPFLS : Square-root of previous flux |
---|
23 | ! REPQMI : Minimum specific humidity (security within QNEGAT) |
---|
24 | ! ----------------------------------------------------------------- |
---|
25 | |
---|
26 | !$OMP THREADPRIVATE(repflm,repfls,repqmi) |
---|
27 | |
---|
28 | !$OMP THREADPRIVATE(cevapcu) |
---|
29 | |
---|
30 | END MODULE YOECND |
---|
Note: See
TracBrowser
for help on using the repository browser.