Skip to content

Python module providing utilities for validation of SWMF

Notifications You must be signed in to change notification settings

jhaiduce/swmf_validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swmf_validation

swmf_validation provides functions that are useful for validating SWMF output with observational data

Getting started

Prerequisites

Installing

python setup.py install

Modules

build_imfinput

Script that downloads solar wind observations from the OMNI datset (https://omniweb.gsfc.nasa.gov/) for a specified time period and compiles them into an IMF input file for SWMF.

Example:

python -m swmf_validation.build_imfinput 2018-01-01 2018-01-02 sw_input_20180101.dat

Will create the file sw_input_20180101.dat, which contains OMNI solar wind data for January 1st, 2018.

metrics

Provides the function interp_timeseries, which interpolates a time-series datset to a new set of times, as well as a number of functions for computing various forecast metrics.

About

Python module providing utilities for validation of SWMF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages