Go to the source code of this file.
Functions/Subroutines | |
| subroutine | sfx_oasis_recv (HPROGRAM, KI, KSW, PTIMEC, ORECV_LAND, ORECV_SEA, PLAND_WTD, PLAND_FWTD, PLAND_FFLOOD, PLAND_PIFLOOD, PSEA_SST, PSEA_UCU, PSEA_VCU, PSEAICE_SIT, PSEAICE_CVR, PSEAICE_ALB) |
| subroutine | check_recv (KLUOUT, KERR, HCOMMENT) |
| subroutine sfx_oasis_recv::check_recv | ( | integer, intent(in) | KLUOUT, |
| integer, intent(in) | KERR, | ||
| character(len=*), intent(in) | HCOMMENT | ||
| ) |
Definition at line 227 of file sfx_oasis_recv.F90.


| subroutine sfx_oasis_recv | ( | character(len=*), intent(in) | HPROGRAM, |
| integer, intent(in) | KI, | ||
| integer, intent(in) | KSW, | ||
| real, intent(in) | PTIMEC, | ||
| logical, intent(in) | ORECV_LAND, | ||
| logical, intent(in) | ORECV_SEA, | ||
| real, dimension(ki), intent(out) | PLAND_WTD, | ||
| real, dimension(ki), intent(out) | PLAND_FWTD, | ||
| real, dimension(ki), intent(out) | PLAND_FFLOOD, | ||
| real, dimension(ki), intent(out) | PLAND_PIFLOOD, | ||
| real, dimension(ki), intent(out) | PSEA_SST, | ||
| real, dimension(ki), intent(out) | PSEA_UCU, | ||
| real, dimension(ki), intent(out) | PSEA_VCU, | ||
| real, dimension(ki), intent(out) | PSEAICE_SIT, | ||
| real, dimension(ki), intent(out) | PSEAICE_CVR, | ||
| real, dimension(ki), intent(out) | PSEAICE_ALB | ||
| ) |
Definition at line 6 of file sfx_oasis_recv.F90.


1.8.5