File:Fast rotating desert planet like earth pressure 0p3333 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: 361 KB, MIME type: image/png)

Captions

Captions

Fast rotating desert planet like Earth - atmosphering pressure 0.3333 bar - annual temperature

Summary

[edit]
Description
English: Fast rotating desert planet like Earth - atmosphering pressure 0.3333 bar - annual temperature. Atmospheric composition same than preindustrial Earth.
Date
Source Own work
Author Merikanto

Python3 source code

import numpy as np import math import exoplasim as exo

    1. rotation period test

numyears=100

fluksi=1361.5

rotationperiod=1

pressure=0.3333333333333

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=False,desertplanet=True,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
current09:29, 1 November 2023Thumbnail for version as of 09:29, 1 November 20231,488 × 992 (361 KB)Merikanto (talk | contribs)Correction of label
09:27, 1 November 2023Thumbnail for version as of 09:27, 1 November 20231,488 × 992 (360 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.