source: trunk/LMDZ.GENERIC/deftank/volcano.def @ 3466

Last change on this file since 3466 was 3436, checked in by emillour, 2 months ago

Generic PCM:
Updated version of "volcano.F90" : add setting duration of eruption
also added a vocano.def example in deftank
AB

File size: 1.6 KB
Line 
1#volcano.def - define parameters of volcanoes on the surface of Mars
2#Structure file as follows (comments are preceded by a hash sign):
3#
4#Number of volcanoes
5#Volcano 1
6#Number of volcano in sequence (in this case 1)
7#lat lon altitude
8#number of tracers outgassed
9#eruption frequency, offset and length (in days)
10#name of tracer 1
11#flux of tracer 1 (kg/s)
12#name of tracer 2
13#flux of tracer 2 (kg/s) etc.
14#Volcano 2 etc
152
16#Volcano 1: Hadriacus Mons
171
18-30.44 92.18 2.0
198
2061 3.25 3.0
21h2o_vap
222.39e8
23h2
243.95e6
25h2s_vap
262.81e7
27so2
287.35e7
29s2_vap
305.66e7
31co
321.73e7
33hcl_vap
344.41e7
35co2
365.83e7
37#Volcano 2: Hadriacus Mons
382
39-8.5 174.4 20.0
407
4131 10.25 1.0
42h2o_vap
432.39e8
44h2
453.95e6
46h2s_vap
472.81e7
48so2
497.35e7
50s2_vap
515.66e7
52co
531.73e7
54co2
555.83e7
56
57#       ex : Albor Tholus lon=150.4 and lat= 19.0 (Robbins2011)
58#       ex : Amphritites lon=52.66 and lat= -58.00
59#       ex : Apollinaris Patera lon=174.4 and lat=-8.5
60#       ex : Arsia Mons lon=-120.46 and lat= -9.14
61#       ex : Ascraeus Mons lon=-104.37 and lat= 11.1
62#       ex : Cerberus Fossae lon= 160.0 and lat= 10.0
63#       ex : Electris volcano lon=-173.21 and lat = -37.35
64#       ex : Elysium Mons lon=147 and lat= 24.8
65#       ex : Hadriacus Mons lon=92.18 and lat= -30.44
66#       ex : Hecates Tholus lon=150.08 and lat= 31.68
67#       ex : Malea Patera lon=50.96 and lat= -63.09
68#       ex : Olympus Mons lon=-133.9 and lat =18.7
69#       ex : Pavonis Mons lon=-112.85 and lat= 0.662
70#       ex : Peneus Patera lon=60.76 and lat= -58.05
71#       ex : Pityusa Patera lon= 36.87 and lat= -66.77
72#       ex : Syrtis Major lon=66.4 and lat= 9.85
73#       ex : Tyrrhenia Mons lon=106.55 and lat= -21.32
Note: See TracBrowser for help on using the repository browser.