Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changed parameter name to "wind_convention"
  • Loading branch information
hoonhout authored Jul 4, 2017
commit c74b9aca48fa2b004dd5405df433e7a510eca88c
2 changes: 1 addition & 1 deletion aeolis/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
'max_iter' : 1000, # [-] Maximum number of iterations at which to quit iterative solution in implicit numerical schemes
'refdate' : '1970-01-01 00:00', # [-] Reference datetime in netCDF output
'callback' : None, # Reference to callback function (e.g. example/callback.py':callback)
'wind_dir' : 'cartesian', # direction of the grid with respect to geograpic north
'wind_convention' : 'cartesian', # Convention used for the wind direction in the input files
}


Expand Down