-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved CumulativeXUVFlux to system.c and no longer require AtmEsc to o…
…utput. Small tweaks to examples/ComsicShoreline.
- Loading branch information
Rory Barnes
committed
Sep 13, 2024
1 parent
3baad6e
commit f706ce9
Showing
15 changed files
with
66 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,7 @@ | ||
# Planet a parameters | ||
sName Venus # Body's name | ||
saModules atmesc # Modules to apply, exact spelling required | ||
|
||
# Physical Properties | ||
dMass -0.815 # Mass, negative -> Earth masses | ||
dRadius -0.9499 # Radius, negative -> Earth radii | ||
dRotPeriod -243. # Rotation period, negative -> days | ||
dObliquity 180. # Retrograde rotation | ||
dRadGyra 0.5 # Radius of gyration (moment of inertia constant) | ||
|
||
# ATMESC Properties | ||
dXFrac 1.0 # X-Ray/XUV absorption radius (fraction of planet radius) | ||
dSurfWaterMass -3.0 # Initial surface water (Earth oceans) | ||
dEnvelopeMass 0 # Initial envelope mass (Earth masses) | ||
bHaltSurfaceDesiccated 0 # Halt when dry? | ||
bHaltEnvelopeGone 0 # Halt when evaporated? | ||
dMinSurfWaterMass -1.e-5 # Planet is desiccated when water content drops below this (Earth oceans) | ||
sWaterLossModel lbexact | ||
sPlanetRadiusModel none | ||
bInstantO2Sink 1 | ||
sAtmXAbsEffH2OModel bolmont16 | ||
|
||
# Orbital Properties | ||
dSemi -0.723 # Semi-major axis, negative -> AU | ||
dEcc 0.006772 # Eccentricity | ||
|
||
# Output | ||
saOutputOrder Time -FXUV -CumulativeFXUV | ||
saModules atmesc | ||
dMass -0.815 | ||
dRadius -0.9499 | ||
dSemi -0.723 | ||
saOutputOrder Time -FXUV -CumulativeXUVFlux |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters