Skip to content

egavazzi/EISCAT_radar_school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia script originally written during the EISCAT radar school 2024, to plot data from EISCAT ISR.

The script to run is the one named load_and_plot.jl.

Can read .hdf5 data downloaded from Madrigal or produced directly by GUISDAP.

Make plots like this one ⬇️

How to run

  1. If not already done, install Julia (instructions)
  2. Download the repository, either with git or as a .zip
  3. The first time you run the code, you will need to initialize the environment. You can read how packages and environments work in Julia here and there. Here are some quick instructions:
    • Start Julia from inside the folder where the code was installed
    • Move into package mode by pressing ] on your keyboard
    • Activate the local environment with the command activate .
    julia> # here press `]` to enter package mode
    (@v1.11) pkg> activate .
      Activating project at `~/Documents/Julia/EISCAT_radar_school`
    (EISCAT_radar_school) pkg> 
    • Now instantiate the environment with the command instantiate. This will download and install the packages that are required for the script to work.
    (EISCAT_radar_school) pkg> instantiate
    • you can read more about how packages and environments work in Julia here and there.
  4. There are different ways to run code in Julia. One of them is to launch the script with this command
    julia> include("load_and_plot.jl")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages