Welcome, Guest

Author Topic: Weather Sandbox by Dan Dixon :P  (Read 4423 times)

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Weather Sandbox by Dan Dixon :P
« 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.
« Last Edit: January 11, 2011, 07:52:45 AM by NeutronStar »

kevin94

  • *****
  • Posts: 93
Re: Weather Sandbox by Dan Dixon :P
« Reply #1 on: December 21, 2010, 10:36:11 AM »
WTF is Weather Sandbox :P ???

Darvince

  • *****
  • Posts: 1842
  • 差不多
Re: Weather Sandbox by Dan Dixon :P
« Reply #2 on: December 21, 2010, 10:37:22 AM »
It's an image edit.  ;D

Dan Dixon

  • Creator of Universe Sandbox
  • Developer
  • *****
  • Posts: 3244
    • Personal Site
Re: Weather Sandbox by Dan Dixon :P
« Reply #3 on: January 11, 2011, 12:05:51 AM »
I like where this is headed. :)

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Weather Sandbox by Dan Dixon :P
« 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?  ;)

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Weather Sandbox by Dan Dixon :P
« 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.

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Weather Sandbox by Dan Dixon :P
« Reply #6 on: January 13, 2011, 04:50:30 PM »
also

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Weather Sandbox by Dan Dixon :P
« 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...

atomic7732

  • Global Moderator
  • *****
  • Posts: 3849
  • caught in the river turning blue
    • Paladin of Storms
Re: Weather Sandbox by Dan Dixon :P
« 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: [Select]
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 »

vh

  • formerly mudkipz
  • *****
  • Posts: 1140
  • "giving heat meaning"
Re: Weather Sandbox by Dan Dixon :P
« Reply #9 on: December 30, 2012, 04:25:48 AM »
yes!