#include "implicit_f.inc"
#include "com01_c.inc"
Go to the source code of this file.
◆ eng_qaprint_driver()
| subroutine eng_qaprint_driver |
( |
integer | irunn_bis, |
|
|
type (sensors_), intent(in) | sensors, |
|
|
type (dt_), intent(inout) | dt, |
|
|
type(output_), intent(inout) | output, |
|
|
integer, intent(in) | iparit, |
|
|
type (glob_therm_), intent(in) | glob_therm ) |
- Parameters
-
| [in,out] | output | output structure |
Definition at line 38 of file eng_qaprint_driver.F.
39
40
41
43 USE sensor_mod
45 USE output_mod
46 use glob_therm_mod
47
48
49
50#include "implicit_f.inc"
51#include "com01_c.inc"
52
53
54
55 INTEGER IRUNN_BIS
56 TYPE (SENSORS_) ,INTENT(IN) :: SENSORS
57 TYPE (DT_) , INTENT(INOUT) :: DT
58 TYPE(OUTPUT_), INTENT(INOUT) :: OUTPUT
59 type (glob_therm_) ,intent(in) :: glob_therm
60 INTEGER,INTENT(IN):: IPARIT
61
62
63
64
65 IF (
doqa /= 1 )
RETURN
66
67 IF(ncycle == 0) THEN
69
71
73 ENDIF
74
75 RETURN