- Mar 04, 2015
-
-
Matthias Schmiddunser authored
triangle array was redundant
-
Matthias Schmiddunser authored
If node has too many neighbours in check_delaunay, a new subroutine retrinagulate_surface tries to redo the triangulation before aborting.
-
- Feb 28, 2015
-
-
Matthias Schmiddunser authored
Using the same algorithm as in move_cloud.f90
-
- Feb 26, 2015
-
-
Matthias Schmiddunser authored
Only longest edge in one triangle is split. If two edges of the same length exist in one triangle, the one with the lower edge index is split. If an edge is split no other edge in the adjacent triangles may be split.
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
find_leaf crashes if particle lies outside domain too far.
-
- Feb 25, 2015
-
-
Matthias Schmiddunser authored
-
- Feb 23, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
For no advection through z=0-plane
-
- Feb 19, 2015
-
-
Matthias Schmiddunser authored
-
- Feb 18, 2015
-
-
Matthias Schmiddunser authored
Temperature is initialized by assuming all surfaces are more or less flat and sp01 defines the base elevation. Temperature is then calculated as a steady state solution with T=0 at bottom and T=1 at ztemp.
-
- Feb 17, 2015
-
-
Matthias Schmiddunser authored
Conflicts: src/update_gitversion.sh
-
Matthias Schmiddunser authored
-
- Feb 12, 2015
-
-
Matthias Schmiddunser authored
Thermochron Ages are calculated in a self-scheduling manner. Write output moved to subroutine. Output only in *.vtk
-
- Feb 09, 2015
-
-
Matthias Schmiddunser authored
Self-Scheduling Model for multiple processors.
-
- Feb 04, 2015
-
-
Matthias Schmiddunser authored
Upon restarting, the restart file is only read by Master process and then broadcasted to other processes.
-
Matthias Schmiddunser authored
Also doing some source code formatting.
-
- Feb 02, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
-
- Jan 30, 2015
-
-
Matthias Schmiddunser authored
Tracking output can be written in regular intervals instead of every timestep. Output directory for post-track can be specified in input parameter file. Warning added for tracking cloud to be activated after spinup.
-
Matthias Schmiddunser authored
Post processor for tracking output files. It produces vtk files for regular spced output timesteps of either all or only surfaced tracks. It works with regularly spaced input files. Output variables are: Speed, vertical speed, temperature, pressure, time, step number and particle/track ID. Variables and positions are written either in DOUAR units or natural units.
-
- Jan 28, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
Write only floats to output file. In post-processing, write tracks only up to output timestep.
-
- Jan 27, 2015
-
-
Matthias Schmiddunser authored
working: convert_trfile for converting a binary output file to ascii not working: post_tracking creates faulty vtk files debugging: Log file must be only opened once
-
- Jan 26, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
Checking consinstency of level values in input file, warning or aborting if error is found
-
- Jan 23, 2015
-
-
Matthias Schmiddunser authored
log.txt moved from DoRuRe to DOUAR position of node with too many neighbours gets printed out for better debugging. module_gitversion is compiled immediately in version update for correct integration
-
- Jan 22, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
Removing directory name choice, proper distribution of parameters to all processes.
-
- Jan 21, 2015
-
-
Matthias Schmiddunser authored
Adjusting to new tracking cloud organisation and the additional parameters.
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
Including git version output into tracking branch.
-
Matthias Schmiddunser authored
Tracking cloud particles are allocated, created, values interpolated, saved, moved and reset. Information required for restart is saved in standard output file, track logs in other directory. No post-processing of output files is done yet.
-
Matthias Schmiddunser authored
-
- Jan 20, 2015
-
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
working similar to svn version update
-
Matthias Schmiddunser authored
Since the refined octree is needed for the reinjection, the first creation of the tracking cloud belongs there.
-
- Jan 16, 2015
-
-
Matthias Schmiddunser authored
Save history on disk in separate directory Update fields,write and move cloud all in one file
-