Ignore:
Timestamp:
Jan 15, 2025, 6:35:44 PM (2 weeks ago)
Author:
jbclement
Message:

Mars PCM:

  • Deletion of the variable 'albedo_co2_cap' which was redundant with 'albedo_perennialco2'.
  • 'albedo_perennialco2' is now a vector of dimension 2 to account for different albedos of CO2 ice between the northern and southern hemispheres (by default 0.6 and 0.85 respectively).

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/surfdat_h.F90

    r3130 r3581  
    44  real,save,allocatable :: albedodat(:) ! albedo of bare ground
    55  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 hemisphere
     6  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)
    88  real,save :: emissiv ! emissivity of bare ground
    99  logical,save :: TESicealbedo ! use TES ice cap albedoes (if set to .true.)
Note: See TracChangeset for help on using the changeset viewer.