|
SURFEX v8.1
General documentation of Surfex
|
Public Member Functions | |
| subroutine | faecr_i (KREP, KN, CNOMC, KDATA) |
| subroutine | faecr_r (KREP, KN, CNOMC, PDATA) |
| subroutine | faecr_l (KREP, KN, CNOMC, LDATA) |
| subroutine | faecr_c (KREP, KN, CNOMC, KSIZE, CDATA) |
| subroutine | faecr_i_d (KREP, KN, CNOMC, KSIZE, KDATA) |
| subroutine | faecr_r_d (KREP, KN, CNOMC, KSIZE, PDATA) |
| subroutine | faecr_l_d (KREP, KN, CNOMC, KSIZE, LDATA) |
Definition at line 7 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_c | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| integer, intent(in) | KSIZE, | ||
| character, dimension(ksize), intent(in) | CDATA | ||
| ) |
Definition at line 225 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_i | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| integer, intent(in) | KDATA | ||
| ) |
Definition at line 31 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_i_d | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| integer, intent(in) | KSIZE, | ||
| integer, dimension(ksize), intent(in) | KDATA | ||
| ) |
Definition at line 61 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_l | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| logical, intent(in) | LDATA | ||
| ) |
Definition at line 155 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_l_d | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| integer, intent(in) | KSIZE, | ||
| logical, dimension(ksize), intent(in) | LDATA | ||
| ) |
Definition at line 189 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_r | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| real, intent(in) | PDATA | ||
| ) |
Definition at line 93 of file mode_fasurfex.F90.
| subroutine mode_fasurfex::faecr::faecr_r_d | ( | integer, intent(inout) | KREP, |
| integer, intent(in) | KN, | ||
| character(len=18), intent(in) | CNOMC, | ||
| integer, intent(in) | KSIZE, | ||
| real, dimension(ksize), intent(in) | PDATA | ||
| ) |
Definition at line 123 of file mode_fasurfex.F90.
1.8.13