forked from VirtualPlanetaryLaboratory/vplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathearth.in
More file actions
executable file
·69 lines (60 loc) · 3.97 KB
/
earth.in
File metadata and controls
executable file
·69 lines (60 loc) · 3.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
sName earth #name of planet
saModules poise #what vplanet modules you want to use
#saModules distorb distrot poise #we might use distorb & distrot later
dMass 3.00316726e-06 #mass of planet
dRadius -1.00 #radius (not important right now)
dRotPeriod -1.00000 #rotation period (minus = days)
dObliquity 55
dSemi 1.02
dEcc 0.0 #eccentricity of orbit
dLongP 0 #pericenter, wrt Earth's position at spring equinox
# note that this is the typical value +180,
# since that one is solar position
dDynEllip 0.0 #shape of planet (0 = a sphere)
dPrecA 0.0 #orientation of spin axis
#_______addition disorb/distrot parameters (leave these alone for now)__________________
#dInc 5e-5 #inclination of orbit
#dLongA 348.73936 #orientation of orbital plane
#bGRCorr 0 #use GR correction (not important)
#bInvPlane 1 #convert to invariable plane coords
#bOverrideMaxEcc 1 #override max ecc halt (not recommended)
#dHaltMaxEcc 0.4 #eccentricity at which to halt simulation
#_______poise parameters (have fun with these!)_________________________________________
iLatCellNum 151 #number of latitude cells
sClimateModel sea #use seasonal or annual model
dTGlobalInit 14.85 #initial guess at average surface temp
iNumYears 4 #number of years (orbits) to run clim model
iNStepInYear 80 #number of steps to take in a "year"
#dSurfAlbedo 0.35 #average surface albedo (annual model only)
#__ice params_________
bIceSheets 1 #enable ice sheets
dInitIceLat 90. #how low do initial ice sheet extend?
dInitIceHeight 0. #height of initial ice sheets
dIceDepRate 2.25e-5 #rate of snow build up (when T < 0)
dIceAlbedo 0.6 #albedo of ice
iIceDt 1 #time step of ice-sheet model (orbits)
iReRunSeas 500 #how often to re-run seasonal model
bSeaIceModel 0 #use sea ice model (slow!)
bSkipSeasEnabled 0 #can skip seasonal if snowball state present
#__heat diffusion______
#bMEPDiff 1 #calculate diffusion using max entropy production
#bHadley 1 #mimic hadley heat diffusion
dDiffusion 0.58 #diffusion coefficient (fixed)
dNuLandWater 0.8 #Heat diffusion coefficient between Land and Water
#__outgoing flux_______
dPlanckA 203.3 #offset for OLR calculation (greenhouse)
dPlanckB 2.09 #slope of OLR calc (water vapor feedback)
bCalcAB 0 #calculate A & B from Kasting model fits
#dpCO2 0.00028 #partial pressure of co2
#__surface properties__
dAlbedoLand 0.363 #albedo of land
dAlbedoWater 0.263 #albedo of water
dHeatCapLand 1.55e7 #land heat capacity
dHeatCapWater 4.428e6 #water heat capacity
dMixingDepth 70 #mixing depth of ocean
#________output options!_____________________________________________
saOutputOrder Time PrecA -TGlobal AlbedoGlobal -FluxOutGlobal $
-TotIceMass -TotIceFlow -TotIceBalance DeltaTime AreaIceCov Snowball Obliq $
IceBeltLand IceBeltSea Ecce
saGridOutput Time -Latitude -TempLat AlbedoLat -AnnInsol -FluxIn -FluxOut IceMass -IceHeight DIceMassDt $
-IceFlow -BedrockH -TempMaxLat -TempMinLat -FluxMerid -DivFlux