Difference between revisions of "The gases.def Input File"
From Planets
| Line 17: | Line 17: | ||
# mixing ratio -1 means the gas is variable. | # mixing ratio -1 means the gas is variable. | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | |||
| + | == Technical aspects == | ||
| + | In the code this file is read by .... | ||
Revision as of 08:51, 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.
Technical aspects
In the code this file is read by ....