Last change
on this file since 4592 was
1585,
checked in by maronga, 10 years ago
|
Added support for RRTMG radiation code
|
File size:
1.4 KB
|
Rev | Line | |
---|
[1585] | 1 | module rrlw_vsn |
---|
| 2 | |
---|
| 3 | implicit none |
---|
| 4 | save |
---|
| 5 | |
---|
| 6 | !------------------------------------------------------------------ |
---|
| 7 | ! rrtmg_lw version information |
---|
| 8 | |
---|
| 9 | ! Initial version: JJMorcrette, ECMWF, jul1998 |
---|
| 10 | ! Revised: MJIacono, AER, jun2006 |
---|
| 11 | ! Revised: MJIacono, AER, aug2008 |
---|
| 12 | !------------------------------------------------------------------ |
---|
| 13 | |
---|
| 14 | ! name type purpose |
---|
| 15 | ! ----- : ---- : ---------------------------------------------- |
---|
| 16 | !hnamrtm :character: |
---|
| 17 | !hnamini :character: |
---|
| 18 | !hnamcld :character: |
---|
| 19 | !hnamclc :character: |
---|
| 20 | !hnamrtr :character: |
---|
| 21 | !hnamrtx :character: |
---|
| 22 | !hnamrtc :character: |
---|
| 23 | !hnamset :character: |
---|
| 24 | !hnamtau :character: |
---|
| 25 | !hnamatm :character: |
---|
| 26 | !hnamutl :character: |
---|
| 27 | !hnamext :character: |
---|
| 28 | !hnamkg :character: |
---|
| 29 | ! |
---|
| 30 | ! hvrrtm :character: |
---|
| 31 | ! hvrini :character: |
---|
| 32 | ! hvrcld :character: |
---|
| 33 | ! hvrclc :character: |
---|
| 34 | ! hvrrtr :character: |
---|
| 35 | ! hvrrtx :character: |
---|
| 36 | ! hvrrtc :character: |
---|
| 37 | ! hvrset :character: |
---|
| 38 | ! hvrtau :character: |
---|
| 39 | ! hvratm :character: |
---|
| 40 | ! hvrutl :character: |
---|
| 41 | ! hvrext :character: |
---|
| 42 | ! hvrkg :character: |
---|
| 43 | !------------------------------------------------------------------ |
---|
| 44 | |
---|
| 45 | character*18 hvrrtm,hvrini,hvrcld,hvrclc,hvrrtr,hvrrtx, & |
---|
| 46 | hvrrtc,hvrset,hvrtau,hvratm,hvrutl,hvrext |
---|
| 47 | character*20 hnamrtm,hnamini,hnamcld,hnamclc,hnamrtr,hnamrtx, & |
---|
| 48 | hnamrtc,hnamset,hnamtau,hnamatm,hnamutl,hnamext |
---|
| 49 | |
---|
| 50 | character*18 hvrkg |
---|
| 51 | character*20 hnamkg |
---|
| 52 | |
---|
| 53 | end module rrlw_vsn |
---|
| 54 | |
---|
Note: See
TracBrowser
for help on using the repository browser.