Universe SandboxGeneral CategoryEverything ElseWeather Sandbox by Dan Dixon :P
Pages: 1
PrintPrint
Author Topic: Weather Sandbox by Dan Dixon :P  (Read 581 times)
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« on: December 20, 2010, 04:49:55 PM »

I'm editing a US picture to make it this "Weather Sandbox".

So far... this is it:

*Changed "Simulation Options" a bit (not done)
*Changed the search bar
*Changed the body properties (not done)

I want to add: largest closed isobar.


* weather.PNG (727.13 KB, 1262x717 - viewed 53 times.)
« Last Edit: January 11, 2011, 07:52:45 AM by NeutronStar » Logged
kevin94

*****
Posts: 93


« Reply #1 on: December 21, 2010, 10:36:11 AM »

WTF is Weather Sandbox Tongue Huh
Logged
Darvince

*****
Posts: 864


Nuedarfarevar


« Reply #2 on: December 21, 2010, 10:37:22 AM »

It's an image edit.  Grin
Logged
Dan Dixon
Creator of
Universe Sandbox

*****
Posts: 2407



WWW
« Reply #3 on: January 11, 2011, 12:05:51 AM »

I like where this is headed. Smiley
Logged
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« Reply #4 on: January 11, 2011, 07:50:05 AM »

Thanks. I forgot all about it.

Do you like it enough that you'll make it?  Wink
Logged
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« Reply #5 on: January 13, 2011, 04:37:22 PM »

Tracks would look like this.

Darkness depends on pressure deepness. Color varies on core-temperature and symmetry.

Asymmetric cold: Red
Symmetric cold: Gray
Asymmetric warm: Green
Symmetric warm (hurricanes): Yellow

I will modify it in a bit.

Chart mode could have by Pressure (in a line like mass), Phase diagramslink (3d cubes), and other things.


* Universe Sandbox - 20110113-163528 - 15515.png (882.97 KB, 1264x720 - viewed 36 times.)
Logged
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« Reply #6 on: January 13, 2011, 04:50:30 PM »

also


* Universe Sandbox - 20110113-164949 - 47096.png (876.22 KB, 1264x720 - viewed 31 times.)
Logged
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« Reply #7 on: March 11, 2011, 08:52:15 PM »

I just figured out how to do an Isobar view... use some type of metaball to create highs and lows on a surface... then somehow use some topography feature to create lines that are the isobars...
Logged
atomic7732
Beta Team

*****
Posts: 2651


Like a scientific expert. With magic.


WWW
« Reply #8 on: March 12, 2011, 08:31:51 PM »

I have only about half a clue what I'm gonna do... but here's my start at "Weather Sandbox"

Code:
public class test {

    public static void main(String[] args) {

        double[][] pressureData;
     pressureData = new double[50][50];

     pressureData[0][5] = 1001.5;

     System.out.println ("The pressure at point 0N 5W is: " + pressureData[0][5]);

    }
}

When you start a new simulation, it'll let you select: North America, Atlantic, Pacific... idk other stuff maybe.

I just need to know how you make an interface in Java... I have no idea...
« Last Edit: March 12, 2011, 08:37:01 PM by NeutronStar » Logged
Pages: 1
PrintPrint
Jump to: