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
Plotting Cloud base
-
- Senior Member
- Posts: 254
- Joined: Thu Feb 05, 2004 11:36 pm
- Location: Roanoke, VA
- Contact:
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
Best regards,
Jerry
Plotting Cloud Base script
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
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
Change CINT as required.
Regards
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
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
Change CINT as required.
Regards
-
- Junior Member
- Posts: 4
- Joined: Tue Dec 16, 2008 11:31 pm
Cloud base and frezing level
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
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