subroutine, public gfs_surface_composites_inter::gfs_surface_composites_inter_run |
( |
integer, intent(in) |
im, |
|
|
logical, dimension(:), intent(in) |
dry, |
|
|
logical, dimension(:), intent(in) |
icy, |
|
|
logical, dimension(:), intent(inout) |
wet, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
semis_wat, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
semis_lnd, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
semis_ice, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
adjsfcdlw, |
|
|
real(kind=kind_phys), dimension(:), intent(inout) |
gabsbdlw_lnd, |
|
|
real(kind=kind_phys), dimension(:), intent(inout) |
gabsbdlw_ice, |
|
|
real(kind=kind_phys), dimension(:), intent(inout) |
gabsbdlw_wat, |
|
|
real(kind=kind_phys), dimension(:), intent(out) |
adjsfcusw, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
adjsfcdsw, |
|
|
real(kind=kind_phys), dimension(:), intent(in) |
adjsfcnsw, |
|
|
integer, dimension(:), intent(in) |
use_lake_model, |
|
|
character(len=*), intent(out) |
errmsg, |
|
|
integer, intent(out) |
errflg |
|
) |
| |