You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes issue #190
* Update model.py
* initiate quasi 2D implementation
* quasi 2D with sorting
* handy caching for numba speeds up compilation
* write quasi 2D output in 1D nc-file
* New rotation scheme
Capabilities added to port 1D parameterizations into 2D using a central rotation grid
---------
Co-authored-by: Nick <Nick@frfusers-MacBook-Pro.local>
Copy file name to clipboardExpand all lines: aeolis/constants.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,7 @@
322
322
'method_transport' : 'bagnold', # Name of method to compute equilibrium sediment transport rate
323
323
'method_roughness' : 'constant', # Name of method to compute the roughness height z0, note that here the z0 = k, which does not follow the definition of Nikuradse where z0 = k/30.
324
324
'method_grainspeed' : 'windspeed', # Name of method to assume/compute grainspeed (windspeed, duran, constant)
325
+
'method_shear' : 'fft', # Name of method to compute topographic effects on wind shear stress (fft, quasi2d, duna2d (experimental))
325
326
'max_error' : 1e-6, # [-] Maximum error at which to quit iterative solution in implicit numerical schemes
326
327
'max_iter' : 1000, # [-] Maximum number of iterations at which to quit iterative solution in implicit numerical schemes
327
328
'max_iter_ava' : 1000, # [-] Maximum number of iterations at which to quit iterative solution in avalanching calculation
0 commit comments