Sferics for europe plotting?

Strictly for sharing scripts used in Digital Atmosphere and getting assistance from other users.
Post Reply
synoptic
Member
Posts: 64
Joined: Fri Aug 26, 2005 7:05 pm
Location: Almere, netherlands
Contact:

Sferics for europe plotting?

Post by synoptic »

Hello,

I went true the manual but can't get find how to make a europe map that has sferics on it. It works by klikking the right buttons but how can I bring it into a good working script?

I know how to fetch the data but I need a way to generate the right map of europe and put over the sferics.

Marcel
carseman
Moderator
Posts: 30
Joined: Sun Nov 23, 2003 9:55 pm
Location: Perth, Scotland, UK
Contact:

Post by carseman »

Marcel,
The script line to plot 6hr SFERICS is

Code: Select all

product,sf6,plot
change to 6 to 0 for Ohr

Is this what you were looking for or did you need the source for a full data import, map create and then plot the sfreric?


Chris
synoptic
Member
Posts: 64
Joined: Fri Aug 26, 2005 7:05 pm
Location: Almere, netherlands
Contact:

Post by synoptic »

Hello Chris,

This is great is works.
But how can I generate a new basemap?
I have a standard basemap of Bulgaria but want to use sferics on a europe map. Do you have a line to change maps?

Thanks for the code.

Marcel
carseman
Moderator
Posts: 30
Joined: Sun Nov 23, 2003 9:55 pm
Location: Perth, Scotland, UK
Contact:

Post by carseman »

Marcel,
The following code assumes that you have created a basemap for Europe with DAWS and have saved it. Adjust the path for your own setup.

Code: Select all

load,c:\Program Files\DigitalAtmosphereWS\europe.dmf
Chris
synoptic
Member
Posts: 64
Joined: Fri Aug 26, 2005 7:05 pm
Location: Almere, netherlands
Contact:

Post by synoptic »

Thanks,
All works fine now.
I do not know what I did wrong previous because I hat the same line I thouth. but this one works and my old one did not.

So many thanks Chris

Marcel
synoptic
Member
Posts: 64
Joined: Fri Aug 26, 2005 7:05 pm
Location: Almere, netherlands
Contact:

Post by synoptic »

I did some testing with the sferics data and saw this!

If I have a map of europe it displayes sferics but when I use a map of a country (Bulgaria) it displayes the same data on the same place of the map.

So tere must be a standard map, can anyone tell me If that map is the europe map standard generated??

Marcel
Post Reply