Scientists have revealed that life on Mars must have been like this on ancient Mars, rivers and lakes. Life on Mars: Possibility of settling on Mars! Scientists have made a huge revelation about how rivers, lakes and life on Mars
New Delhi: NASA is working on its largest project. With this, many interesting facts related to Mars (Mars) come out, and these revelations give shape to the dream of settling on Mars. Now another new link has been added. According to a study, the surface of Mars would have a thin layer of icy clouds, which may have created the greenhouse effect.
Rivers and water were on Mars
Due to this effect, the temperature of the planet would become warmer, making it possible for rivers and streams to flow. If this happened, the presence of ancient rivers and waterfalls on Mars would increase their chances of survival. In such a case, if there is water or rivers on Mars, it is very important to know where and how they became extinct.
NASA’s Perseverance Rover shared a dusty image of Mars on Twitter. There is no evidence of life in this. However, the rover helicopter may have once been a river delta. At that time, Mars received only one-third of the amount of sunlight it received on Earth.
How did the rivers end?
There is definite evidence that water flowed on Mars 3.7 billion years ago, sometimes claiming that there must have been rivers and water on Mars. But the question is how Mars lost water over time. One study hypothesized that Mars would have formed a thin layer of snow-covered, high-altitude clouds due to the greenhouse effect. But no evidence has been found as to where this water went.
The rover, which is exploring Mars, will dig rocks along the Delta’s border. In addition, by looking for the microorganisms that are there, they can get to know them in detail. It is clear from the 3D computer model that there would have been clouds on this planet about three billion years ago. Let us tell you that these clouds form when the temperature below zero freezes them before the water droplets evaporate.
Different types of theories about the disappearance of water
Mars is also known as the ‘second blue planet’. Scientists estimate that it once looked like the earth. There have been many theories about the presence of water on Mars, but none of these are strong evidence. However, images from NASA rovers and satellites show that water has been present on Mars, in rivers, and in lakes for hundreds of years.
function adPausedEvent(event) {
gtag("event", "kaltura_adpaused", { "event_category": videotype, "event_label": vlabel});
}
/* End of Kaltura player function code */
$(document).delegate("div[id^='play']", "click", function(){
//console.log($(this).attr("id"));
//console.log($(this).attr("video-source"));
//console.log($(this).attr("video-code"));
var isyoutube = $(this).attr("video-source");
var vurl = $(this).attr("video-path");
var vid = $(this).attr("id");
$(this).hide();
var pvid = $(this).attr("newsid");
var vx = $(this).attr("id").replace('play-','');
var vC = $(this).attr("video-code");
var playDiv = "video-" + vid + "-" + pvid;
if(isyoutube =='No'){
videoPlayerAPIReady(vid, vC, playDiv,vx, pvid, vurl);
}else{
onYouTubePlay(vid, vC, playDiv,vx, pvid);
}
});
$(document).delegate("div[id^='ptop']", "click", function(){
var vid = $(this).attr("id").replace('ptop','');
$(this).hide();
var pvid = $(this).attr("newsid");
//console.log($(this).attr("id") + "--" + vid);
//console.log($(this).parent().children().find('#play-'+vid).attr("video-source"));
//console.log($(this).parent().children().find('#play-'+vid).attr("video-code"));
var isyoutube = $(this).parent().children().find('#play-'+vid).attr("video-source");
var vC = $(this).parent().children().find('#play-'+vid).attr("video-code");
var vurl = $(this).parent().children().find('#play-'+vid).attr("video-path");
var playDiv = "mvideo-play-" + vid + "-" + pvid;
if(isyoutube =='No'){
//console.log(jwplayer($(this).attr("id")).getState());
videoPlayerAPIReady($(this).attr("id"), vC, playDiv, vid, pvid,vurl);