granular-channel-hydro

subglacial hydrology model for sedimentary channels
git clone git://src.adamsgaard.dk/granular-channel-hydro # fast
git clone https://src.adamsgaard.dk/granular-channel-hydro.git # slow
Log | Files | Refs | README | LICENSE Back to index

DateCommit messageAuthorFiles+-
2020-01-02 09:21Change to ISC licenseAnders Damsgaard3+16-638
2017-10-17 17:40update readme for clarityAnders Damsgaard1+9-7
2017-10-17 17:21remove scipy as requirementAnders Damsgaard1+0-1
2017-10-17 17:20update license descriptionAnders Damsgaard3+4-3
2017-10-17 17:08update README, add LICENSE and remove old and unused filesAnders Damsgaard8+673-891
2017-08-18 11:23change axis unitsAnders Damsgaard1+14-4
2017-05-15 20:27fix figure and tweak parametersAnders Damsgaard1+12-17
2017-05-15 20:11implement Meyer-Peter and Muller 1948 relationship for sediment transportAnders Damsgaard1+43-98
2017-04-20 00:52add seperate version with two-phase sediment transport modelAnders Damsgaard1+431-0
2017-03-13 22:59solve for N_cAnders Damsgaard1+52-73
2017-03-09 04:52change geometry and upstream flux BCAnders Damsgaard1+7-5
2017-03-09 03:42solve for water pressureAnders Damsgaard1+30-36
2017-03-09 01:23remove legacy sediment model, solve for N_c instead of P_cAnders Damsgaard1+17-85
2017-03-08 23:27use momentum conservation eq from Kingslake and Ng 2013Anders Damsgaard1+66-55
2017-03-06 23:07working example with Wilcock two-phase sediment transportAnders Damsgaard1+31-48
2017-03-03 17:45fix comment styleAnders Damsgaard1+29-26
2017-03-02 04:43begin implementing Wilcock's two-fraction sediment transport modelAnders Damsgaard1+125-42
2017-02-14 21:16use an iterative solution for channel dynamicsAnders Damsgaard1+54-30
2017-02-03 05:47working exampleAnders Damsgaard Christensen1+33-27
2017-02-03 00:46experiment with different parameter values for erosion/depositionAnders Damsgaard Christensen1+12-9
2017-02-03 00:22transport sediment for more than one cellAnders Damsgaard Christensen2+377-68
2017-02-02 20:31try different deposition laws, d_dot > e_dotAnders Damsgaard Christensen1+56-11
2017-02-02 04:52important fix for water velocity and shear stressAnders Damsgaard Christensen2+340-322
2017-02-02 00:41various fixes, advection instability presentAnders Damsgaard Christensen1+14-32
2017-02-02 00:05use upwind differences for pressure and a larger S_minAnders Damsgaard Christensen1+42-47
2017-02-01 22:22improve output figuresAnders Damsgaard Christensen1+36-15
2017-02-01 21:53show time info to stdoutAnders Damsgaard Christensen1+39-25
2017-02-01 20:29do not solve flux and pressure in nested loops, fix dsAnders Damsgaard Christensen1+64-81
2017-02-01 06:14water flux debugging in progressAnders Damsgaard Christensen1+7-4
2017-02-01 05:56transition from effective channel pressure to water pressureAnders Damsgaard Christensen1+57-10
2017-01-31 06:36add simple 1d example, WIPAnders Damsgaard Christensen2+295-0
2017-01-17 16:12do not call tight_layout()Anders Damsgaard Christensen1+1-1
2017-01-14 19:06add documentation to plotGrid, remove old codeAnders Damsgaard Christensen1+17-14
2017-01-14 17:00improve plottingAnders Damsgaard Christensen1+24-8
2017-01-14 06:46fix grid generation limits with uniform distributionAnders Damsgaard Christensen1+1-1
2017-01-14 06:44increase entropy in gridAnders Damsgaard Christensen1+22-6
2017-01-14 06:37keep grid points within model domainAnders Damsgaard Christensen1+2-2
2017-01-14 06:35fix grid generation, increase random variability of point positioningAnders Damsgaard Christensen1+32-21
2017-01-14 05:02first commitAnders Damsgaard Christensen4+84-0