1 | COMMON/surfdat/albedodat(ngridmx), & |
---|
2 | & phisfi(ngridmx),albedice(2),emisice(2),emissiv, & |
---|
3 | & TESice_Ncoef,TESice_Scoef, & |
---|
4 | & iceradius(2) , dtemisice(2), & |
---|
5 | & zmea(ngridmx),zstd(ngridmx), & |
---|
6 | & zsig(ngridmx),zgam(ngridmx),zthe(ngridmx), & |
---|
7 | & z0(ngridmx),z0_default |
---|
8 | |
---|
9 | COMMON/surfdatl/TESicealbedo |
---|
10 | |
---|
11 | real albedodat ! albedo of bare ground |
---|
12 | real phisfi ! geopotential at ground level |
---|
13 | real albedice ! default albedo for ice (1: North H. 2: South H.) |
---|
14 | real emisice ! ice emissivity; 1:Northern hemisphere 2:Southern hemisphere |
---|
15 | real emissiv ! emissivity of bare ground |
---|
16 | logical TESicealbedo ! use TES ice cap albedoes (if set to .true.) |
---|
17 | real TESice_Ncoef ! coefficient for TES ice albedo in Northern hemisphere |
---|
18 | real TESice_Scoef ! coefficient for TES ice albedo in Southern hemisphere |
---|
19 | real iceradius , dtemisice |
---|
20 | real zmea,zstd,zsig,zgam,zthe |
---|
21 | real z0 ! surface roughness lenght (m) |
---|
22 | real z0_default ! default (constant over planet) surface roughness (m) |
---|