ice_albedo Module Reference
Functions/Subroutines | |
subroutine | albedos |
Variables | |
real(kind=dbl_kind), parameter | albocn = 0.06_dbl_kind |
real(kind=dbl_kind), parameter | awtvdr = 0.29_dbl_kind |
real(kind=dbl_kind), parameter | awtidr = 0.31_dbl_kind |
real(kind=dbl_kind), parameter | awtvdf = 0.24_dbl_kind |
real(kind=dbl_kind), parameter | awtidf = 0.16_dbl_kind |
real(kind=dbl_kind), parameter | snowpatch = 0.02_dbl_kind |
real(kind=dbl_kind), dimension(:,:,:), allocatable, save | alvdrn |
real(kind=dbl_kind), dimension(:,:,:), allocatable, save | alidrn |
real(kind=dbl_kind), dimension(:,:,:), allocatable, save | alvdfn |
real(kind=dbl_kind), dimension(:,:,:), allocatable, save | alidfn |
real(kind=dbl_kind), dimension(:,:), allocatable, save | alvdr |
real(kind=dbl_kind), dimension(:,:), allocatable, save | alidr |
real(kind=dbl_kind), dimension(:,:), allocatable, save | alvdf |
real(kind=dbl_kind), dimension(:,:), allocatable, save | alidf |
real(kind=dbl_kind) | albicev |
real(kind=dbl_kind) | albicei |
real(kind=dbl_kind) | albsnowv |
real(kind=dbl_kind) | albsnowi |
Function/Subroutine Documentation
subroutine ice_albedo::albedos | ( | ) |
Variable Documentation
real (kind=dbl_kind) ice_albedo::albicei |
real (kind=dbl_kind) ice_albedo::albicev |
real (kind=dbl_kind), parameter ice_albedo::albocn = 0.06_dbl_kind |
real (kind=dbl_kind) ice_albedo::albsnowi |
real (kind=dbl_kind) ice_albedo::albsnowv |
real (kind=dbl_kind), dimension(:,:), allocatable, save ice_albedo::alidf |
real (kind=dbl_kind), dimension(:,:,:), allocatable, save ice_albedo::alidfn |
real (kind=dbl_kind), dimension(:,:), allocatable, save ice_albedo::alidr |
real (kind=dbl_kind), dimension(:,:,:), allocatable, save ice_albedo::alidrn |
real (kind=dbl_kind), dimension(:,:), allocatable, save ice_albedo::alvdf |
real (kind=dbl_kind), dimension(:,:,:), allocatable, save ice_albedo::alvdfn |
real (kind=dbl_kind), dimension(:,:), allocatable, save ice_albedo::alvdr |
real (kind=dbl_kind), dimension(:,:,:), allocatable, save ice_albedo::alvdrn |
real (kind=dbl_kind), parameter ice_albedo::awtidf = 0.16_dbl_kind |
real (kind=dbl_kind), parameter ice_albedo::awtidr = 0.31_dbl_kind |
real (kind=dbl_kind), parameter ice_albedo::awtvdf = 0.24_dbl_kind |
real (kind=dbl_kind), parameter ice_albedo::awtvdr = 0.29_dbl_kind |
real (kind=dbl_kind), parameter ice_albedo::snowpatch = 0.02_dbl_kind |