Changeset 3581 for trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90
- Timestamp:
- Jan 15, 2025, 6:35:44 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90
r3130 r3581 4 4 real,save,allocatable :: albedodat(:) ! albedo of bare ground 5 5 real,save,allocatable :: phisfi(:) ! geopotential at ground level 6 real, save :: albedice(2) ! default albedo for ice (1: North H. 2: South H.)7 real, save :: emisice(2) ! ice emissivity; 1:Northern hemisphere 2:Southern hemisphere6 real, dimension(2) :: albedice ! default albedo for ice (1:Northern hemisphere 2:Southern hemisphere) 7 real, dimension(2) :: emisice ! ice emissivity (1:Northern hemisphere 2:Southern hemisphere) 8 8 real,save :: emissiv ! emissivity of bare ground 9 9 logical,save :: TESicealbedo ! use TES ice cap albedoes (if set to .true.)
Note: See TracChangeset
for help on using the changeset viewer.