SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | sfx_xios_declare_field (HREC, HDOMAIN, HAXIS, KLEV, HAXIS2, KLEV2, HCOMMENT, KFREQOP) |
subroutine | sfx_xios_declare_field_internal (HREC, HDOMAIN, HCOMMENT, KFREQOP) |
subroutine | sfx_xios_declare_axis_internal (HREC, HAXIS, KLEV, OSECOND) |
subroutine sfx_xios_declare_field::sfx_xios_declare_axis_internal | ( | character(len=*), intent(in) | HREC, |
character(len=*), intent(in) | HAXIS, | ||
integer, intent(in) | KLEV, | ||
logical, intent(in), optional | OSECOND | ||
) |
Definition at line 285 of file sfx_xios_declare_field.F90.
subroutine sfx_xios_declare_field | ( | character(len=*), intent(in) | HREC, |
character(len=*), intent(in), optional | HDOMAIN, | ||
character(len=*), intent(in), optional | HAXIS, | ||
integer, intent(in), optional | KLEV, | ||
character(len=*), intent(in), optional | HAXIS2, | ||
integer, intent(in), optional | KLEV2, | ||
character(len=*), intent(in), optional | HCOMMENT, | ||
integer(kind=jpim), intent(in), optional | KFREQOP | ||
) |
Definition at line 6 of file sfx_xios_declare_field.F90.
subroutine sfx_xios_declare_field::sfx_xios_declare_field_internal | ( | character(len=*), intent(in) | HREC, |
character(len=*), intent(in) | HDOMAIN, | ||
character(len=*), intent(in) | HCOMMENT, | ||
integer(kind=jpim), intent(in) | KFREQOP | ||
) |
Definition at line 154 of file sfx_xios_declare_field.F90.