The TELEMAC-MASCARET system
trunk
|
Data Types | |
type | keyword |
Functions/Subroutines | |
subroutine | int2str (STRING, I, POS) |
subroutine | check_index (NFIC) |
subroutine | identify_rubrique () |
subroutine | identify_rubrique_depends () |
subroutine | identify_rubrique_idx (RUB, IDX, LEVEL) |
character(len=keyword_len) function | get_hash_value (IKEY, ID, LNG) |
subroutine | dump_list (NFIC, KTYPE, STR, STR_LEN, CMD, CMD_LEN) |
subroutine | write_default (NFIC, IKEY, LNG) |
logical function | has_rubrique (IKEY, IRUB, LEVEL, LNG) |
subroutine | identify_key (CHAINE, ILONG, NUMERO, LNG) |
integer function | identify_keyword (KEY_NAME, LNG) |
subroutine | read_dependencies (FILENAME) |
subroutine | read_dictionary (FILENAME) |
character(len=keyword_len) function | dble_quote (STRIN) |
subroutine | dump_keyword (NFIC, IKEY) |
subroutine | dump_dictionary_index (FILENAME) |
subroutine | dump_dictionary_rub (FILENAME) |
Variables | |
integer, parameter | aide_len = 2400 |
integer, parameter | choix_len = 2500 |
integer, parameter | defaut_len = 1400 |
integer, parameter | cond_len = 700 |
integer, parameter | consigne_len = 500 |
integer, parameter | string_len = PATH_LEN |
integer, parameter | keyword_len = 72 |
integer, parameter | maxdep = 18 |
integer, parameter | maxcond = 9 |
integer, parameter | maxenum = 70 |
integer, parameter | nmax =121 |
integer, parameter | rmax =50 |
type(keyword), dimension(nmax *4) | mydico |
integer | nkey =0 |
character(len=string_len), dimension(2, rmax, 3) | rubrique |
logical, dimension(:,:), allocatable | rub1_dep |
logical, dimension(:,:,:), allocatable | rub2_dep |
integer, dimension(2, 3) | nrub |
character(len=1), dimension(rmax, 3) | rubrique_info |
subroutine dico_data::check_index | ( | integer, intent(in) | NFIC | ) |
Definition at line 115 of file dico_data.f.
character(len=keyword_len) function dico_data::dble_quote | ( | character(len=keyword_len), intent(in) | STRIN | ) |
subroutine dico_data::dump_dictionary_index | ( | character(len=path_len), intent(in) | FILENAME | ) |
Definition at line 1320 of file dico_data.f.
subroutine dico_data::dump_dictionary_rub | ( | character(len=path_len), intent(in) | FILENAME | ) |
Definition at line 1364 of file dico_data.f.
subroutine dico_data::dump_keyword | ( | integer, intent(in) | NFIC, |
integer, intent(in) | IKEY | ||
) |
Definition at line 1233 of file dico_data.f.
subroutine dico_data::dump_list | ( | integer, intent(in) | NFIC, |
integer, intent(in) | KTYPE, | ||
character(len=str_len) | STR, | ||
integer, intent(in) | STR_LEN, | ||
character(len=cmd_len), intent(in) | CMD, | ||
integer, intent(in) | CMD_LEN | ||
) |
character(len=keyword_len) function dico_data::get_hash_value | ( | integer, intent(in) | IKEY, |
character(len=keyword_len) | ID, | ||
integer, intent(in) | LNG | ||
) |
Definition at line 381 of file dico_data.f.
logical function dico_data::has_rubrique | ( | integer, intent(in) | IKEY, |
integer, intent(in) | IRUB, | ||
integer, intent(in) | LEVEL, | ||
integer, intent(in) | LNG | ||
) |
subroutine dico_data::identify_key | ( | character(len=*), intent(in) | CHAINE, |
integer, intent(inout) | ILONG, | ||
integer, intent(inout) | NUMERO, | ||
integer, intent(inout) | LNG | ||
) |
integer function dico_data::identify_keyword | ( | character(len=keyword_len), intent(in) | KEY_NAME, |
integer, intent(in) | LNG | ||
) |
subroutine dico_data::identify_rubrique | ( | ) |
Definition at line 223 of file dico_data.f.
subroutine dico_data::identify_rubrique_depends | ( | ) |
Definition at line 283 of file dico_data.f.
subroutine dico_data::identify_rubrique_idx | ( | character(len=string_len) | RUB, |
integer, intent(out) | IDX, | ||
integer, intent(out) | LEVEL | ||
) |
subroutine dico_data::int2str | ( | character(len=3), intent(inout) | STRING, |
integer, intent(in) | I, | ||
integer, intent(inout) | POS | ||
) |
subroutine dico_data::read_dependencies | ( | character(len=path_len), intent(in) | FILENAME | ) |
Definition at line 610 of file dico_data.f.
subroutine dico_data::read_dictionary | ( | character(len=path_len), intent(in) | FILENAME | ) |
Definition at line 688 of file dico_data.f.
subroutine dico_data::write_default | ( | integer, intent(in) | NFIC, |
integer, intent(in) | IKEY, | ||
integer, intent(in) | LNG | ||
) |
integer, parameter dico_data::aide_len = 2400 |
Definition at line 8 of file dico_data.f.
integer, parameter dico_data::choix_len = 2500 |
Definition at line 10 of file dico_data.f.
integer, parameter dico_data::cond_len = 700 |
Definition at line 14 of file dico_data.f.
integer, parameter dico_data::consigne_len = 500 |
Definition at line 16 of file dico_data.f.
integer, parameter dico_data::defaut_len = 1400 |
Definition at line 12 of file dico_data.f.
integer, parameter dico_data::keyword_len = 72 |
Definition at line 20 of file dico_data.f.
integer, parameter dico_data::maxcond = 9 |
Definition at line 24 of file dico_data.f.
integer, parameter dico_data::maxdep = 18 |
Definition at line 22 of file dico_data.f.
integer, parameter dico_data::maxenum = 70 |
Definition at line 26 of file dico_data.f.
Definition at line 78 of file dico_data.f.
integer dico_data::nkey =0 |
Definition at line 80 of file dico_data.f.
integer, parameter dico_data::nmax =121 |
Definition at line 73 of file dico_data.f.
integer, dimension(2,3) dico_data::nrub |
Definition at line 87 of file dico_data.f.
integer, parameter dico_data::rmax =50 |
Definition at line 75 of file dico_data.f.
logical, dimension(:,:), allocatable dico_data::rub1_dep |
Definition at line 86 of file dico_data.f.
logical, dimension(:,:,:), allocatable dico_data::rub2_dep |
Definition at line 86 of file dico_data.f.
character(len=string_len), dimension(2,rmax,3) dico_data::rubrique |
Definition at line 84 of file dico_data.f.
character(len=1), dimension(rmax,3) dico_data::rubrique_info |
Definition at line 88 of file dico_data.f.
integer, parameter dico_data::string_len = PATH_LEN |
Definition at line 18 of file dico_data.f.