Changeset 1501
- Timestamp:
- Dec 3, 2014 5:44:29 PM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1500 r1501 20 20 # Current revisions: 21 21 # ------------------ 22 # Bugfix: missing adjustments for land surface model and radiation model22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1500 2014-12-03 17:42:41Z maronga 29 # Bugfix: missing adjustments for land surface model and radiation model 30 # 28 31 # 1496 2014-12-02 17:25:50Z maronga 29 32 # Added land surface model and radiation model files: land_surface_model, -
palm/trunk/SOURCE/check_parameters.f90
r1500 r1501 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1500 2014-12-03 17:42:41Z maronga 29 ! Boundary conditions changed to dirichlet for land surface model 27 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga -
palm/trunk/SOURCE/land_surface_model.f90
r1500 r1501 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1500 2014-12-03 17:42:41Z maronga 22 29 ! Corrected calculation of aerodynamic resistance (r_a). 23 30 ! Precipitation is now added to liquid water reservoir using LE_liq. 24 31 ! Added support for dry runs. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1496 2014-12-02 17:25:50Z maronga 31 34 ! Initial revision
Note: See TracChangeset
for help on using the changeset viewer.