Skip to content

Routine to extract and plot data produced by the IC dynamics code

License

Notifications You must be signed in to change notification settings

MarineLasbleis/IC_visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC_visualisation

Routines to extract and plot data produced by the IC dynamics code scipy.io.FortranFile can read an output file produced by Fortran. Each sequence of writing is read, line after line.

=====

Default folder for data is ./OUT/

To run the code:

python IC_read_data.py This will run what is in the main part of the file. Functions can be called separately by import IC_read_data and calling IC_read_data.function() for a given function(). TODO: create a separate file which call the functions and do the extraction and data analysis. (for now, it is in the main)

IC_read_data.py : functions to read file + do basic data modification

IC_plot.py : functions to render figures from the data.

About

Routine to extract and plot data produced by the IC dynamics code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages