aboutsummaryrefslogtreecommitdiff
path: root/Dampdat.com
diff options
context:
space:
mode:
Diffstat (limited to 'Dampdat.com')
-rwxr-xr-xDampdat.com17
1 files changed, 17 insertions, 0 deletions
diff --git a/Dampdat.com b/Dampdat.com
new file mode 100755
index 0000000..a0eecd0
--- /dev/null
+++ b/Dampdat.com
@@ -0,0 +1,17 @@
+
+
+c******************************************************************************
+c this common block has data relating (so far) to Barklem damping
+c quantities; in the future it may be expanded
+c******************************************************************************
+
+ real*8 wavebk(30000), idbk(30000), gammabk(30000), alphabk(30000)
+ real*8 gammarad(30000)
+ real*8 wavemin, wavemax
+ integer firstread, numbark, nummin, nummax
+
+ common/dampdat/ wavebk, idbk, gammabk, alphabk,
+ . gammarad,
+ . wavemin, wavemax,
+ . firstread, numbark, nummin, nummax
+