SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | read_csvdata_teb (BDD, HPROGRAM, HFILE) |
integer function | bld_code (KBLD, KAGE) |
subroutine | read_conf_in_csvfile (HCODE1, KDATA) |
subroutine | read_hyp_in_csvfile (HCODE1, HCODE2, KDATA) |
subroutine | read_in_csvfile (HCODE_ELEMENT, HCODE_TYPE, HCODE_ELEMENT2, HCODE |
subroutine | french_to_english (HSTRING) |
subroutine read_csvdata_teb::french_to_english | ( | character(len=400), intent(inout) | HSTRING | ) |
subroutine read_csvdata_teb::read_conf_in_csvfile | ( | character(len=*), intent(in) | HCODE1, |
integer, intent(out) | KDATA | ||
) |
Definition at line 500 of file read_csvdata_teb.F90.
subroutine read_csvdata_teb | ( | type(bld_desc_t), intent(inout) | BDD, |
character(len=6), intent(in) | HPROGRAM, | ||
character(len=28), intent(in) | HFILE | ||
) |
Definition at line 8 of file read_csvdata_teb.F90.
subroutine read_csvdata_teb::read_hyp_in_csvfile | ( | character(len=*), intent(in) | HCODE1, |
character(len=*), intent(in) | HCODE2, | ||
integer, intent(out) | KDATA | ||
) |
Definition at line 531 of file read_csvdata_teb.F90.
subroutine read_csvdata_teb::read_in_csvfile | ( | character(len=*), intent(in) | HCODE_ELEMENT, |
character(len=*), dimension(:), intent(in) | HCODE_TYPE, | ||
character(len=*), intent(in) | HCODE_ELEMENT2, | ||
HCODE | |||
) |
Definition at line 565 of file read_csvdata_teb.F90.