File:Fast rotating ocean planet like earth pressure 3 bar annual temperature 1 1 1 1.png

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

Original file(1,488 × 992 pixels, file size: 373 KB, MIME type: image/png)

Captions

Captions

Fast rotating non-tilted ocean planet like Earth if pressure 3 bar - annual temperature

Summary

[edit]
Description
English: Fast rotating non-tilted ocean planet like Earth if pressure 3 bar - annual temperature. If Earth has thick atmosphere, greenhouse errect strengthen, Earth becomes moist graanhouse. Maybe this plot dows not show final temparature equilibrium of earth . It is possible, that greenhouse effect runs away, temperature reises possible to two thousands degrees.
Date
Source Own work
Author Merikanto

Python 3

import numpy as np import math import exoplasim as exo

    1. rotation period test

numyears=50

fluksi=1361.5

rotationperiod=1

pressure=3

relCO2=280e-6 relO2=0.21 relN2=1-relCO2-relO2

pN2=pressure*relN2 pCO2=pressure*relCO2 pO2=pressure*relO2

planet = exo.Model(workdir="planet_run",modelname="Planet",ncpus=4,resolution="T21",outputtype=".nc")

planet.configure(pO2=pO2,pN2=pN2,pCO2=pCO2,flux=fluksi, eccentricity=0.,obliquity=0.,fixedorbit=True,synchronous=False,rotationperiod=rotationperiod, aquaplanet=True,desertplanet=False,timestep=30.0,snapshots=None,physicsfilter="gp|exp|sp")

planet.exportcfg()

print("Running, takes very long time ...") planet.run(years=numyears,crashifbroken=True)

print(".")

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
current15:24, 31 October 2023Thumbnail for version as of 15:24, 31 October 20231,488 × 992 (373 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.