[3175] | 1 | COMMON/surfdat/albedodat(ngridmx), & |
---|
| 2 | & phisfi(ngridmx), & |
---|
| 3 | & zmea(ngridmx),zstd(ngridmx),phitop(ngridmx), & |
---|
| 4 | & zsig(ngridmx),zgam(ngridmx),zthe(ngridmx),ttop,kp(ngridmx), & |
---|
| 5 | & p00,alb_n2b,alb_n2a,alb_ch4,alb_co,alb_tho,emis_n2b,emis_n2a, & |
---|
| 6 | & emis_ch4,emis_co,emis_tho,emis_tho_eq,alb_tho_eq,alb_ch4_eq, & |
---|
| 7 | & ITN2,ITCH4,ITH2O,ITN2d,ITCH4d,ITH2Od,alb_ch4_s,albspe,emispe, & |
---|
| 8 | & alb_tho_spe,emis_tho_spe |
---|
| 9 | |
---|
| 10 | |
---|
| 11 | real albedodat ! albedo of bare ground |
---|
| 12 | real phisfi ! geopotential at ground level |
---|
| 13 | real phitop,ttop |
---|
| 14 | real zmea,zstd,zsig,zgam,zthe |
---|
| 15 | real kp ! TB ref pressure |
---|
| 16 | real p00 ! globalaverage(kp) |
---|
| 17 | ! surface properties ! TB16 |
---|
| 18 | real alb_n2b |
---|
| 19 | real alb_n2a |
---|
| 20 | real alb_ch4 |
---|
| 21 | real alb_co |
---|
| 22 | real alb_tho |
---|
| 23 | real alb_tho_eq |
---|
| 24 | real alb_tho_spe |
---|
| 25 | real emis_n2b |
---|
| 26 | real emis_n2a |
---|
| 27 | real emis_ch4 |
---|
| 28 | real emis_co |
---|
| 29 | real emis_tho |
---|
| 30 | real emis_tho_eq |
---|
| 31 | real emis_tho_spe |
---|
| 32 | real alb_ch4_eq |
---|
| 33 | real alb_ch4_s |
---|
| 34 | real albspe |
---|
| 35 | real emispe |
---|
| 36 | real ITN2,ITN2d |
---|
| 37 | real ITCH4,ITCH4d |
---|
| 38 | real ITH2O,ITH2Od |
---|