subroutine sfc_sice_post::sfc_sice_post_run |
( |
integer |
im, |
|
|
integer, dimension(im) |
islmsk, |
|
|
real(kind=kind_phys), dimension(im), intent(in) |
cice, |
|
|
real(kind=kind_phys), dimension(im), intent(in) |
zice, |
|
|
real(kind=kind_phys), dimension(im), intent(in) |
tice, |
|
|
real(kind=kind_phys), dimension(im), intent(in) |
tsfc, |
|
|
real(kind=kind_phys), dimension(im), intent(out) |
fice, |
|
|
real(kind=kind_phys), dimension(im), intent(out) |
hice, |
|
|
real(kind=kind_phys), dimension(im), intent(out) |
tisfc, |
|
|
character(len=*), intent(out) |
errmsg, |
|
|
integer, intent(out) |
errflg |
|
) |
| |