Tags give the ability to mark specific points in history as being important
-
v2.3.0
8f5d48ff · ·Updates: -restructured input file -fixed major bug regarding writing the timeline to the output file -implemented the ramping function of taui and chat during the simulation
-
v2.2.0
8ba04864 · ·Updates: -expanded input toml file -output of energy theory quantities if wanted -improved restart initial condition
-
v2.1.0
38edc43f · ·Updates: -usage of structs for variable handling -capsulated the functions and cuda kernels more for easier unit testing -added more unit test cases for the existing tests -better handling of cuda kernel error checks -using cmake compiler flags for debug and timer functions
-
v2.0.0
1f49f887 · ·Updates: - Implementation of unit tests for following functions: -> Arakawa 2nd order and 4th order function -> Laplace function using finite differences -> column averaging function - Major bug fix: Wrong handling of the finite difference coefficient in the code fixed - Now, energy theorem matches the theory -> results are now physically correct
-
v1.2.1
a27f536c · ·Updates: -included the git hash to the output netcdf file, so version of the used code is stored in the metadata
-
v1.2.0
38f3d5f0 · ·Changes: -toml based input file instead of txt file -adapted input parameter handling with structs -new bash script for the use with slurm -> creates a temporary copy of the input file for the specific simulation -CMakeLists adapted for the use with toml -toml++ included via git submodules
-
v1.1.0
bef802b5 · ·-Improved output to one netcdf file -improved performance of the simulation -added python script for the energy theorem calculations
-