Plotting Cloud base

This is the place to get help with Digital Atmosphere, suggest improvements, and get tips.
Post Reply
edwoodza
Member
Posts: 34
Joined: Mon Apr 07, 2008 11:42 am

Plotting Cloud base

Post by edwoodza »

Has anyone been able to create a plot for this, alternatively can anyone help me in doing this.
with the use of temp and dew point the aprox base of coulds can be calculated. this is what i want to plot.

then of course freezing point would also be useful....

help appreciated....infact desperately needed
Wally Mayo
Senior Member
Posts: 251
Joined: Thu Feb 05, 2004 11:36 pm
Location: Roanoke, VA
Contact:

Post by Wally Mayo »

Playing with the plot model options, CIG doesn't work for you? There is no option for adiabatic calculation of cloud base.

What do you mean by freezing point calculation?
edwoodza
Member
Posts: 34
Joined: Mon Apr 07, 2008 11:42 am

Post by edwoodza »

freezing point...it where freezing occurs.

re cloud base, it can be calculated with dew point and temp, is there a way to do this via a script and then plot the outcome to give the cloud base
edwoodza
Member
Posts: 34
Joined: Mon Apr 07, 2008 11:42 am

Post by edwoodza »

freezing point: ie point where freezing occurs NB for people who fly.
so we need to plot this.

also coud base this can be determined with a calc with dew point and temp
how can we do this with a script and then plot it?
AB5R
Junior Member
Posts: 9
Joined: Thu Apr 24, 2008 9:18 pm
Location: Grandview, TX 76050

Post by AB5R »

I seriously suggest purchasing RAOB Software ( http://www.raob.com/ ). It has and does all this that you are asking about - plus- SUPPORT.
Best regards,
Jerry
edwoodza
Member
Posts: 34
Joined: Mon Apr 07, 2008 11:42 am

Post by edwoodza »

i have had a look, its great, but being able to plot it all over a land map graphically is what i am after otherwise you just see the info per station as apposed to a global outlook.
WG imports the same data as RAOB uses so in theory we should be able to plot with it....in theory....
Peter
Member
Posts: 97
Joined: Sun Nov 13, 2005 10:03 pm
Location: Mid-Wales

Plotting Cloud Base script

Post by Peter »

Sometime ago a request was made for a script for plotting cloud base using the following formula:

Cloud Base ft = ((Temp - Dew point) / 4.4) * 1000

The script is as below:

#Cloud Base script FEET
#CB feet= ((Surface Temp F - Dewpoint F)/4.4) * 1000
ERASE
SFCPLOTMODEL,C:\Documents and Settings\.????..\.????\.??.\.???.\Standard Plot model.sps
ANALYZE, SMLC 4:1000 STOR 4 SDVC 3:4.4 STOR=3 SDIF 1:2 STOR=2 DWPT DEGF STOR=1 TEMP DEGF
ANALYZE, CONT CINT=200 COLOR=100:100:100

Fill in the appropriate ???? with your .SPS file usually in the DA directory.

The formula is only approximate and theoretical so not sure how much use it really is in the 'real' world.

To convert to metres use script below:

#Cloud Base script Metres
#CB metres= (((Surface Temp F - Dewpoint F)/4.4) * 1000)/3.28
ERASE
SFCPLOTMODEL,C:\Documents and Settings\GW8ARR\Local Settings\Application Data\DigitalAtmosphere\Standard Plot model.sps
ANALYZE, SDVC 5:3.28 STOR=5 SMLC 4:1000 STOR 4 SDVC 3:4.4 STOR=3 SDIF 1:2 STOR=2 DWPT DEGF STOR=1 TEMP DEGF
ANALYZE, CONT CINT=50 COLOR=100:100:100

Change CINT as required.

Regards
Uwe Bergholter
Junior Member
Posts: 4
Joined: Tue Dec 16, 2008 11:31 pm

Cloud base and frezing level

Post by Uwe Bergholter »

Hi, the cloud base calculated by the formula mentioned (Henning's formula) holds for convective clouds only, or for a cloud base in a well mixed boundary layer. I know it as SPREAD * 125 = Base in Meters. As you can imagine, layer clouds may form by different processes which are beyond the reach of a simple formula like this.

The depiction of the freezing level on a map is a bit more complicated. I am working on this subject using a combination of RAOB and DA. The charts I am producing can be seen on my HP http://www.wetteruwe.de. It is in German, made for Europe thunderstorms, and still 'heavily under construction'. I am awaiting some improvements of DA for a better accuracy, and the number of charts will increase. The charts appear - if everything runs smoothly - starting 45 min after the radiosonde hours, updates are made till t+2 hours.

Uwe
Post Reply