-
Notifications
You must be signed in to change notification settings - Fork 20
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
Daniel Rothenberg
committed
Mar 13, 2015
1 parent
eb38a28
commit ef74069
Showing
2 changed files
with
23 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#Master TODO list | ||
|
||
1. Currently uses virtual temperature ($T_v = T(1 + 0.61w)$) when approximating density; should rather use the density temperature for consistency. | ||
- updates in thermo.py, parcel_aux.pyx, and fortran code | ||
|
||
2. Flesh out basic plotting routines for quick visualization. | ||
|
||
3. Add a simple IO package | ||
- save state for an initial simulation, and its end point | ||
- read in that state to initialize a new model | ||
|
||
4. Re-structure integration logic | ||
- model should accept two timesteps - one of the numerical integration, one for the output | ||
+ Actually not a problem for the variable-step size solvers; e.g. for CVODE, dt will be the output points | ||
- the integration should proceed piecewise between output timesteps | ||
+ Already does for Assimulo; 1-minute chunks reporting at the desired timestep | ||
|
||
5. Build basic testing package for coverge | ||
|
||
6. Add travis CI hooks | ||
|
||
7. Get zenodo DOI for final implementation of all above |
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 +1 @@ | ||
__version__ = "1.0.2" | ||
__version__ = "1.0.3" |