#include "implicit_f.inc"
Go to the source code of this file.
◆ write_elgroup_param()
| subroutine write_elgroup_param |
( |
type(group_param_), dimension(ngroup) | group_param_tab, |
|
|
integer | ngroup ) |
Definition at line 32 of file write_elgroup_param.F.
33
34
35
36 USE group_param_mod
37
38
39
40#include "implicit_f.inc"
41
42
43
44 INTEGER NGROUP
45 TYPE(GROUP_PARAM_) ,DIMENSION(NGROUP) :: GROUP_PARAM_TAB
46
47
48
49 INTEGER NG,LEN
50 my_real,
DIMENSION(:,:),
ALLOCATABLE :: rbuf
51
52 len = 2
53 ALLOCATE(rbuf(ngroup,len))
54
55 DO ng = 1, ngroup
56 rbuf(ng,1) = group_param_tab(ng)%VISC_DM
57 rbuf(ng,2) = group_param_tab(ng)%VISC_DN
58 ENDDO
59
61 DEALLOCATE( rbuf )
62
63 RETURN
subroutine write_db(a, n)