39
40
41
44 USE sensor_mod
46 USE output_mod
47 use glob_therm_mod
48
49
50
51#include "implicit_f.inc"
52
53
54
55 INTEGER IRUN, IRFL, IRFE,FLAG_CST_AMS
56 TYPE(H3D_DATABASE), INTENT(INOUT) :: H3D_DATA
57 TYPE(DYNAIN_DATABASE), INTENT(INOUT) :: DYNAIN_DATA
58 TYPE(SENSORS_), INTENT(INOUT) :: SENSORS
59 TYPE (DT_), INTENT(INOUT) :: DT
60 TYPE(OUTPUT_), INTENT(INOUT) :: OUTPUT
61 type (glob_therm_) ,intent(inout) :: glob_therm
62
63
64
65
66#include "units_c.inc"
67#include "scr02_c.inc"
68#include "scr07_c.inc"
69#include "scr18_c.inc"
70#include "scrnoi_c.inc"
71#include "scrcut_c.inc"
72
73
74
75 INTEGER I
76
77
78
79 nnoise=0
80 ncuts=0
81
82 DO i=1,52
83 dtfac1(i) = zero
84 dtmin1(i) = zero
85 idtmin(i) = 0
86 ENDDO
87 nodadt = 0
88
89 ifreef=1
90 CALL freform(irun,irfl,irfe,h3d_data,flag_cst_ams,dynain_data,
91 . sensors,dt,output,glob_therm)
92
93 rewind iin
94
95 RETURN