[3436] | 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 |
---|
| 15 | 2 |
---|
| 16 | #Volcano 1: Hadriacus Mons |
---|
| 17 | 1 |
---|
| 18 | -30.44 92.18 2.0 |
---|
| 19 | 8 |
---|
| 20 | 61 3.25 3.0 |
---|
| 21 | h2o_vap |
---|
| 22 | 2.39e8 |
---|
| 23 | h2 |
---|
| 24 | 3.95e6 |
---|
| 25 | h2s_vap |
---|
| 26 | 2.81e7 |
---|
| 27 | so2 |
---|
| 28 | 7.35e7 |
---|
| 29 | s2_vap |
---|
| 30 | 5.66e7 |
---|
| 31 | co |
---|
| 32 | 1.73e7 |
---|
| 33 | hcl_vap |
---|
| 34 | 4.41e7 |
---|
| 35 | co2 |
---|
| 36 | 5.83e7 |
---|
| 37 | #Volcano 2: Hadriacus Mons |
---|
| 38 | 2 |
---|
| 39 | -8.5 174.4 20.0 |
---|
| 40 | 7 |
---|
| 41 | 31 10.25 1.0 |
---|
| 42 | h2o_vap |
---|
| 43 | 2.39e8 |
---|
| 44 | h2 |
---|
| 45 | 3.95e6 |
---|
| 46 | h2s_vap |
---|
| 47 | 2.81e7 |
---|
| 48 | so2 |
---|
| 49 | 7.35e7 |
---|
| 50 | s2_vap |
---|
| 51 | 5.66e7 |
---|
| 52 | co |
---|
| 53 | 1.73e7 |
---|
| 54 | co2 |
---|
| 55 | 5.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 |
---|