Page 1 of 1

Sferics for europe plotting?

Posted: Mon Oct 31, 2005 6:18 pm
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

Posted: Tue Nov 01, 2005 8:52 am
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

Posted: Tue Nov 01, 2005 3:40 pm
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

Posted: Tue Nov 01, 2005 5:45 pm
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

Posted: Tue Nov 01, 2005 6:03 pm
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

Posted: Tue Nov 01, 2005 8:17 pm
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