- Jun 03, 2015
-
-
Matthias Schmiddunser authored
-
- May 07, 2015
-
-
Matthias Schmiddunser authored
Indenter can be rotated around the z-axis for angled influx.
-
Matthias Schmiddunser authored
-
- May 06, 2015
-
-
Matthias Schmiddunser authored
-
- Apr 28, 2015
-
-
Matthias Schmiddunser authored
-
- Apr 27, 2015
-
-
Matthias Schmiddunser authored
Adjusting the code to call new functions. Deleting unneeded features from age calculation modules. Updating the example input file.
-
- Apr 07, 2015
-
-
Matthias Schmiddunser authored
Received from Willi Kappler on 2015-02-24.
-
Matthias Schmiddunser authored
-
Matthias Schmiddunser authored
The list of all points to be removed is passed to remove_point and only points that will not be removed in the future are accepted as nearest neighbours that will take up the connections from the point to be removed. The remove_list is sorted for faster checking.
-
- Apr 02, 2015
-
-
Matthias Schmiddunser authored
-
- Mar 30, 2015
-
-
Matthias Schmiddunser authored
-
- Mar 06, 2015
-
-
Matthias Schmiddunser authored
This has the retriangultion and flip-loop-check. It does not work with remove_surf_pts=T.
-
Matthias Schmiddunser authored
Check_delaunay got stuck in an infine loop, always flipping the same edge. This checks the flipped edges compared to the last time and aborts loop if it is stuck.
-
- 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
-
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
-
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
-