Skip to content

ITA-Solar/BifrostTools.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BifrostTools.jl

Dev Build Status Coverage

Tools for working with Bifrost simulation output in Julia.

This Julia package is created for working with Bifrost data efficiently. Load single or multiple simulation snapshots, and analyse data with Julia speed.

This package is an extension of Bifrost.jl, a script written by Mikolaj Szydlarski.

Documentation

The documentation is available at https://ita-solar.github.io/BifrostTools.jl


Git commit message manners

The commit message is mainly for other people, so they should be able to understand it now and six months later. Commit messages cannot be longer than one sentence (line) and should start with a tag identifier (see the end of this section).

Use the imperative form of verbs rather than past tense when referring to changes introduced by the commit in question. For example, "Remove property X", not "Removed property X" and not "I removed...". This tense makes picking, reviewing or reverting commits more readable.

Use following tags for commit messages:

   [DEV] : Code development (including additions and deletions)
   [ADD] : Adding new feature
   [DEL] : Removing files, routines
   [FIX] : Fixes that occur during development, but which have essentially no impact on previous work
   [BUG] : Bug with significant impact on previous work -- `grep`-ing should give restricted list
   [OPT] : Optimisation
   [DBG] : Debugging
   [ORG] : Organisational, no changes to functionality
   [SYN] : Typos and misspellings (including simple syntax error fixes)
   [DOC] : Documentation only
   [REP] : Repository related changes (e.g., changes in the ignore list, remove files)
   [UTL] : Changes in utils

Commit message examples:

  • "[BUG] Add missing initialisation to tg array"
  • "[FIX] Add lowercase castig to params"
  • "[CLN] Remove unnecessary allocation for dynamic arrays."

About

Tools for working with Bifrost in Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages