Difference between revisions of "The gases.def Input File"

From Planets
Jump to: navigation, search
(Created page with "???")
 
Line 1: Line 1:
???
+
 
 +
A typical gases.def file for the Earth case:
 +
<pre>
 +
# gases
 +
3
 +
N2_
 +
CO2
 +
H2O
 +
0.999611900E+00
 +
0.375999962E-03
 +
-1
 +
 
 +
 
 +
# First line is number of gases
 +
# Followed by gas names (always 3 characters)
 +
# and then mixing ratios.
 +
# mixing ratio -1 means the gas is variable.
 +
</pre>

Revision as of 08:49, 11 May 2022

A typical gases.def file for the Earth case:

# gases
3
N2_
CO2
H2O
0.999611900E+00
0.375999962E-03
-1


# First line is number of gases
# Followed by gas names (always 3 characters)
# and then mixing ratios.
# mixing ratio -1 means the gas is variable.