Scripts for the software Digital Atmosphere

Hello,
I seek scripts for the software Digtal Atmosphere for:

Temperature on the ground in C

Have you had a look through the DA Scripting area on the DA forum?

The likes of ground temp, there are two types of script you can use; where the temps are indicated by lines (like the pressure chart) or with colour fill.

I found a cloud base script here: Cloud Base script - The Weather Forecasting Forum
But this is based on a calculation, rather then actual data.
I’ve not seen a script for fog.

Thank you Budgie,

I do not find the scprit Temp

Try this one, it will only give you a filled colour map like the one at the bottom of THIS page.
If you want to display the land temps only then you need to make an overlay that covers the water and then add that at the end of the script.

ANALYZE,OVER FILL COLOR=33:0:107 LSTN=0 OVER FILL COLOR=76:0:107 LSTN=3 OVER FILL COLOR=107:0:107 LSTN=6 OVER FILL COLOR=130:0:130 LSTN=9 OVER FILL COLOR=153:0:153 LSTN=12 OVER FILL COLOR=179:0:179 LSTN=15 OVER FILL COLOR=204:0:204 LSTN=18 OVER FILL COLOR=230:0:230 LSTN=21 OVER FILL COLOR=255:0:255 LSTN=24 OVER FILL COLOR=209:0:255 LSTN=27 SADC=1:50 STOR=1 TEMP
ANALYZE,OVER FILL COLOR=0:255:179 GRTN=54 OVER FILL COLOR=0:255:255 GRTN=51 OVER FILL COLOR=0:230:255 GRTN=48 OVER FILL COLOR=0:204:255 GRTN=45 OVER FILL COLOR=0:163:255 GRTN=42 OVER FILL COLOR=0:115:255 GRTN=39 OVER FILL COLOR=0:74:255 GRTN=36 OVER FILL COLOR=0:0:255 GRTN=33 OVER FILL COLOR=102:0:255 GRTN=30 OVER FILL COLOR=158:0:255 GRTN=27 SADC=1:50 STOR=1 TEMP 
ANALYZE,OVER FILL COLOR=255:0:0 GRTN=84 OVER FILL COLOR=255:79:0 GRTN=81 OVER FILL COLOR=255:127:0 GRTN=78 OVER FILL COLOR=255:153:0 GRTN=75 OVER FILL COLOR=255:174:0 GRTN=72 OVER FILL COLOR=255:204:0 GRTN=69 OVER FILL COLOR=255:230:0 GRTN=66 OVER FILL COLOR=255:255:0 GRTN=63 OVER FILL COLOR=206:255:0 GRTN=60 OVER FILL COLOR=127:255:0 GRTN=57 SADC=1:50 STOR=1 TEMP
ANAYLZE,OVER FILL COLOR=255:232:232 GRTN=105 OVER FILL COLOR=255:207:207 GRTN=102 OVER FILL COLOR=255:181:181 GRTN=99 OVER FILL COLOR=255:158:158 GRTN=96 OVER FILL COLOR=255:135:135 GRTN=93 OVER FILL COLOR=255:104:104 GRTN=90 OVER FILL COLOR=255:69:69 GRTN=87 SADC=1:50 STOR=1 TEMP 
ANALYZE,CONT EQUA=0 LINE=2 COLOR=100:50:250 TEMP

Ok Budgie.
Merci :smiley:

Hello,

Here is my Script :

ERASE
download,http://www.atmos.albany.edu/weather/data1/surface/syn/@Y@M@D@S_syn.wmo,C:\Users\Domotique\AppData\Local\DigitalAtmosphere\data\upperair.wmo
ANALYZE,OVER FILL COLOR=33:0:107 LSTN=0 OVER FILL COLOR=76:0:107 LSTN=3 OVER FILL COLOR=107:0:107 LSTN=6 OVER FILL COLOR=130:0:130 LSTN=9 OVER FILL COLOR=153:0:153 LSTN=12 OVER FILL COLOR=179:0:179 LSTN=15 OVER FILL COLOR=204:0:204 LSTN=18 OVER FILL COLOR=230:0:230 LSTN=21 OVER FILL COLOR=255:0:255 LSTN=24 OVER FILL COLOR=209:0:255 LSTN=27 SADC=1:50 STOR=1 TEMP
ANALYZE,OVER FILL COLOR=0:255:179 GRTN=54 OVER FILL COLOR=0:255:255 GRTN=51 OVER FILL COLOR=0:230:255 GRTN=48 OVER FILL COLOR=0:204:255 GRTN=45 OVER FILL COLOR=0:163:255 GRTN=42 OVER FILL COLOR=0:115:255 GRTN=39 OVER FILL COLOR=0:74:255 GRTN=36 OVER FILL COLOR=0:0:255 GRTN=33 OVER FILL COLOR=102:0:255 GRTN=30 OVER FILL COLOR=158:0:255 GRTN=27 SADC=1:50 STOR=1 TEMP
ANALYZE,OVER FILL COLOR=255:0:0 GRTN=84 OVER FILL COLOR=255:79:0 GRTN=81 OVER FILL COLOR=255:127:0 GRTN=78 OVER FILL COLOR=255:153:0 GRTN=75 OVER FILL COLOR=255:174:0 GRTN=72 OVER FILL COLOR=255:204:0 GRTN=69 OVER FILL COLOR=255:230:0 GRTN=66 OVER FILL COLOR=255:255:0 GRTN=63 OVER FILL COLOR=206:255:0 GRTN=60 OVER FILL COLOR=127:255:0 GRTN=57 SADC=1:50 STOR=1 TEMP
ANAYLZE,OVER FILL COLOR=255:232:232 GRTN=105 OVER FILL COLOR=255:207:207 GRTN=102 OVER FILL COLOR=255:181:181 GRTN=99 OVER FILL COLOR=255:158:158 GRTN=96 OVER FILL COLOR=255:135:135 GRTN=93 OVER FILL COLOR=255:104:104 GRTN=90 OVER FILL COLOR=255:69:69 GRTN=87 SADC=1:50 STOR=1 TEMP
ANALYZE,CONT EQUA=0 LINE=2 COLOR=100:50:250 TEMP
ANALYZE,CONT CINT=2 COLOR=200:0:0 DASH TEMP
export,C:\DA\tempeurope.jpg
BASEMAP
STAMP

My concerns(marigolds), nobody modifications of my card(map) for several hours. I think that he(it) nearly updates me an afin line automatically my card(map).

Thank you
Serge

Have you set the times to run the script in DA?
Have you seen the download screen come up when the script runs?

Have you set the times to run the script in DA? Yes
Have you seen the download screen come up when the script runs? Yes

Serge,
You are not ingesting the data after downloading it. Try changing the top of your code from

ERASE 
download,http://www.atmos.albany.edu/weather/data1/surface/syn/@Y@M@D@S_syn.wmo,C:\Users\Domotique\AppData\Local\DigitalAtmosphere\data\upperair.wmo

to

ERASE 
download,http://www.atmos.albany.edu/weather/data1/surface/syn/@Y@M@D@S_syn.wmo,C:\Users\Domotique\AppData\Local\DigitalAtmosphere\data\upperair.wmo
ingest, C:\Users\Domotique\AppData\Local\DigitalAtmosphere\data\upperair.wmo

If you have any further questions then it would be better netiquette to ask them on the weathergraphics forum - you will find both me and Budgie on that forum as well. :wink:

Chris

Good evening,
I think that it works badly with Windows 7.

What system exploitation(operation) have you?

Thank you.
Serge

It works on my Windows 7 - 32bit, Serge.
Set to “Run as Administrator” in Windows 7 and try that. :wink:

Ok merci.
Serge

Good evening,
I found why that does not function, when I did one to copy stuck, I board not paid attention to this error.
Thank you, Budgie, carseman.

Serge