SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sfx_xios_set_domain (HGRID, HNAME, KDIM1, KDIM2, KEXT1, KINDEX, ODMASK, PLON, PLAT, PCORNER_LON, PCORNER_LAT, KMASK) |
subroutine sfx_xios_set_domain | ( | character(len=*), intent(in) | HGRID, |
character(len=*), intent(in) | HNAME, | ||
integer, intent(in) | KDIM1, | ||
integer, intent(in) | KDIM2, | ||
integer, intent(in) | KEXT1, | ||
integer, dimension(:), intent(in) | KINDEX, | ||
logical, dimension(:), intent(in) | ODMASK, | ||
real, dimension(:), intent(in), optional | PLON, | ||
real, dimension(:), intent(in), optional | PLAT, | ||
real, dimension(:,:), intent(in), optional | PCORNER_LON, | ||
real, dimension(:,:), intent(in), optional | PCORNER_LAT, | ||
integer, dimension(:), intent(in), optional | KMASK | ||
) |
Definition at line 7 of file sfx_xios_set_domain.F90.