#include "implicit_f.inc"
#include "param_c.inc"
#include "scr05_c.inc"
Go to the source code of this file.
◆ fxfluxrrest()
| subroutine fxfluxrrest |
( |
integer, dimension(*) | ibfflux, |
|
|
| fbfflux, |
|
|
type (glob_therm_), intent(in) | glob_therm ) |
Definition at line 35 of file fxfluxrrest.F.
36
37 use glob_therm_mod
38
39
40
41#include "implicit_f.inc"
42
43
44
45#include "param_c.inc"
46#include "scr05_c.inc"
47
48
49
50 INTEGER IBFFLUX(*)
52 type (glob_therm_), INTENT(IN) :: GLOB_THERM
53
54
55
56
57 IF (irform/5<=1) THEN
58 CALL redsqr (fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX,irform)
59 CALL redsqi (ibfflux,glob_therm%NITFLUX *glob_therm%NFXFLUX,irform)
60 ELSE
61 CALL read_db(fbfflux,glob_therm%LFACTHER*glob_therm%NFXFLUX)
62 CALL read_i_c(ibfflux,glob_therm%NITFLUX*glob_therm%NFXFLUX)
63 ENDIF
64
65 RETURN
subroutine redsqi(ia, l, iform)
subroutine redsqr(a, l, iform)
void read_i_c(int *w, int *len)