Skip to content

Commit 16d5792

Browse files
committed
Merge branch 'avalanching-numba-patch' of https://github.com/openearth/aeolis-python into avalanching-numba-patch
2 parents 9baab24 + dc239ab commit 16d5792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

aeolis/avalanching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def avalanche(s, p):
9393
9494
'''
9595

96-
print('testing avalanching process2')
9796
if p['process_avalanche']:
9897
nx = p['nx'] + 1
9998
ny = p['ny'] + 1

aeolis/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'ustarn', # [m/s] Component of shear velocity in y-direction by wind
9999
'ustar0', # [m/s] Initial shear velocity (without perturbation)
100100
'zsep', # [m] Z level of polynomial that defines the separation bubble
101-
'hsep', # [m] Height of separation bubbel = difference between z-level of zsep and of the bed level zb
101+
'hsep', # [m] Height of separation bubble = difference between z-level of zsep and of the bed level zb
102102
'theta_dyn', # [degrees] spatially varying dynamic angle of repose for avalanching
103103
'rhoveg', # [-] Vegetation cover
104104
'drhoveg', # Change in vegetation cover

0 commit comments

Comments
 (0)