|
CAM
|
Functions/Subroutines | |
| subroutine, public | ed_norman_radiation (nsites, sites, bc_in, bc_out) |
| subroutine, public | ed_sunshadefracs (nsites, sites, bc_in, bc_out) |
Variables | |
| logical | debug = .false. |
| real(r8), dimension(maxswb), public | albice = (/ 0.80_r8, 0.55_r8 /) |
| integer, parameter | ipar = 1 |
| subroutine, public edsurfaceradiationmod::ed_norman_radiation | ( | integer, intent(in) | nsites, |
| type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
| type(bc_in_type), dimension(nsites), intent(in) | bc_in, | ||
| type(bc_out_type), dimension(nsites), intent(inout) | bc_out | ||
| ) |

| subroutine, public edsurfaceradiationmod::ed_sunshadefracs | ( | integer, intent(in) | nsites, |
| type(ed_site_type), dimension(nsites), intent(inout), target | sites, | ||
| type(bc_in_type), dimension(nsites), intent(in) | bc_in, | ||
| type(bc_out_type), dimension(nsites), intent(inout) | bc_out | ||
| ) |

| real(r8), dimension(maxswb), public edsurfaceradiationmod::albice = (/ 0.80_r8, 0.55_r8 /) |
|
private |
|
private |