-
Notifications
You must be signed in to change notification settings - Fork 0
/
Multimod.com
executable file
·32 lines (24 loc) · 1.23 KB
/
Multimod.com
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
c******************************************************************************
c this common block carries the data for population syntheses,
c using multiple model calculations
c******************************************************************************
real*8 gfmodtab(100,1000,50), rwmodtab(100,1000,50)
real*8 weightmod(100,1000), fluxmod(100,1000),
. ewmod(1000)
real*8 radius(100), relcount(100)
real*8 elspecial(10), abspecial(100,10)
real*8 isospecial(10), fracspecial(100,10)
real*8 deltangf, rwlgerror
integer nmodcurve(100,1000), modtot, nabs, nisos
character*80 fmodinput(100), fmodoutput(100),
. modpre, synpre
common/multidata/ gfmodtab, rwmodtab,
. weightmod, fluxmod,
. ewmod,
. radius, relcount,
. elspecial, abspecial,
. isospecial, fracspecial,
. deltangf, rwlgerror,
. nmodcurve, modtot, nabs, nisos
common/multichar/ fmodinput, fmodoutput,
. modpre, synpre