-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4679ba0
commit 5ec2bb1
Showing
2 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
''' | ||
----- CLEO ----- | ||
File: __init__.py | ||
Project: initsuperdropsbinary_src | ||
Created Date: Wednesday 22nd November 2023 | ||
Author: Clara Bayley (CB) | ||
Additional Contributors: | ||
----- | ||
Last Modified: Friday 22nd December 2023 | ||
Modified By: CB | ||
----- | ||
License: BSD 3-Clause "New" or "Revised" License | ||
https://opensource.org/licenses/BSD-3-Clause | ||
----- | ||
Copyright (c) 2023 MPI-M, Clara Bayley | ||
----- | ||
File Description: | ||
''' | ||
|
||
|
||
__all__ = ["create_initsuperdrops", | ||
"initattributes", | ||
"radiiprobdistribs", | ||
"read_initsuperdrops"] | ||
"read_initsuperdrops", | ||
"attrsgenerator", | ||
"probdistribs", | ||
"coordgen", | ||
"radiigen"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters