Skip to content

Commit

Permalink
Update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rothenberg committed Mar 13, 2015
1 parent eb38a28 commit ef74069
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions TODO.md
@@ -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
2 changes: 1 addition & 1 deletion parcel_model/version.py
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit ef74069

Please sign in to comment.