File:Earth temperature if it is tidally locked ocean planet 1 1 1 1.png

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

Original file(1,344 × 896 pixels, file size: 490 KB, MIME type: image/png)

Captions

Captions

Earth temperature if it is tidally locked ocean planet

Summary

[edit]
Description
English: Earth temperature if it is tidally locked ocean planet
Date
Source Own work
Author Merikanto

This plot is made from Exoplasim data and visualized with NASA Panoply

Source of exoplasim basic code, that is here modified to "Earth as ocean planet"

https://github.com/alphaparrot/ExoPlaSim https://exoplasim.readthedocs.io/en/latest/

Python3 Exopasim code

import numpy as np import math import exoplasim as exo

numyears=40

fluksi=1361.5

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

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


planet.exportcfg()

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
current11:17, 27 October 2023Thumbnail for version as of 11:17, 27 October 20231,344 × 896 (490 KB)Merikanto (talk | contribs)Update , correction
11:12, 27 October 2023Thumbnail for version as of 11:12, 27 October 20231,344 × 896 (495 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.