|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | sfx_xios_setup (YSC, KCOMM, KLUOUT, KYEAR, KMONTH, KDAY, PTIME, PTSTEP, KDIM1, KDIM2, KEXT1, PCLAT, PCLON, KXINDEX, ODXMASK, KMASKNAT, KMASKSEA, KMASKWAT, KMASKTOWN) |
| subroutine sfx_xios_setup | ( | type (surfex_t), intent(in) | YSC, |
| integer, intent(inout) | KCOMM, | ||
| integer, intent(in) | KLUOUT, | ||
| integer, intent(in) | KYEAR, | ||
| integer, intent(in) | KMONTH, | ||
| integer, intent(in) | KDAY, | ||
| real, intent(in) | PTIME, | ||
| real, intent(in) | PTSTEP, | ||
| integer, intent(in) | KDIM1, | ||
| integer, intent(in) | KDIM2, | ||
| integer, intent(in) | KEXT1, | ||
| real, dimension(:,:), intent(in) | PCLAT, | ||
| real, dimension(:,:), intent(in) | PCLON, | ||
| integer, dimension(:), intent(in) | KXINDEX, | ||
| logical, dimension(:), intent(in) | ODXMASK, | ||
| integer, dimension(:), intent(in) | KMASKNAT, | ||
| integer, dimension(:), intent(in) | KMASKSEA, | ||
| integer, dimension(:), intent(in) | KMASKWAT, | ||
| integer, dimension(:), intent(in) | KMASKTOWN | ||
| ) |
Definition at line 8 of file sfx_xios_setup.F90.


1.8.13