#include "implicit_f.inc"
Go to the source code of this file.
◆ hm_read_caa()
| subroutine hm_read_caa |
( |
type(submodel_data), dimension(nsubmod), intent(in) | lsubmodel | ) |
|
Definition at line 35 of file hm_read_caa.F.
36
37
38
39
40
41
42
43
44
45
46
47
51
52
53
54#include "implicit_f.inc"
55
56
57
58
59
60
61
62 TYPE(SUBMODEL_DATA),INTENT(IN)::LSUBMODEL(NSUBMOD)
63
64
65
66
67 INTEGER ,NB_CAA,SUB_ID
68 LOGICAL IS_AVAILABLE
69
70 is_available = .false.
71
74 DO i=1,nb_caa
76 IF(sub_id == 0) THEN
78 EXIT
79 END IF
80 ENDDO
81
82 RETURN
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_option_start(entity_type)