File:Trappist 1d earthlike longitude 180 air 2m temperature 1.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,040 × 704 pixels, file size: 356 KB, MIME type: image/png)

Captions

Captions

Temperature of Trappist-1d, if it is Earth-like

Summary

[edit]
Description
English: Temperature of Trappist-1d, if it is Earth-like. Measured mass , radius, insolation and period of Trappist-1d. CO2 280 ppm, assumed N2 atmosphere.
Date
Source Own work
Author Merikanto
Camera location0° 00′ 00″ N, 180° 00′ 00″ E  Heading=0° Kartographer map based on OpenStreetMap.View this and other nearby images on: OpenStreetMapinfo

Source of Tarrpist1 data is

https://phl.upr.edu/projects/habitable-exoplanets-catalog

Exoplasim pip install exoplasim[netcdf4]


https://github.com/alphaparrot/ExoPlaSim



Exoplasim run at ubuntu , anaconta, python 3.9, openmpi Run 30 years


    1. exoplasim planet runner
    2. python 3, exoplasim
  1. basic run settings T21
    1. 16.10.2023 0000.0000

import math import numpy as np import exoplasim as exo

timestep=30.0 years=30


Sol=1367

    1. basic input params
    1. Trappist 1 d

startemp= 2566 # assumption Earth-like flux=1.12*1367 rotationperiod=4.05 eccentricity=0 obliquity=0 radius=0.78 ## rel to earth mass=0.39 fixedorbit=True synchronous=True aquaplanet=False desertplanet=False

relCO2=280e-6 relN2=1-relCO2

density=mass/np.power(radius,3)*5.519 vesc=np.sqrt(mass/radius)*11.186 geese=mass/(radius*radius) geeseg=geese*9.80665 patm=geese*mass*radius*radius ## estimation

gravity=geeseg pressure=patm

pN2=pressure*relN2 pCO2=pressure*relCO2


planeta = exo.Model(workdir="planeta_run",modelname="Planeta",ncpus=4,resolution="T21",outputtype=".nc")


planeta.configure(startemp=startemp, flux=flux, eccentricity=eccentricity,obliquity=obliquity, fixedorbit=fixedorbit,synchronous=synchronous,rotationperiod=rotationperiod,radius=radius,gravity=gravity,aquaplanet=aquaplanet,desertplanet=desertplanet,pN2=pN2,pCO2=pCO2,ozone=False,timestep=timestep,snapshots=False,physicsfilter="gp|exp|sp")

planeta.run(years=years,crashifbroken=True)

planeta.exportcfg()

planeta.run(years=years,crashifbroken=True)

planeta.finalize("Planeta",allyears=True,keeprestarts=True)

planeta.save()

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current09:57, 16 October 2023Thumbnail for version as of 09:57, 16 October 20231,040 × 704 (356 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.