Changes between Version 395 and Version 396 of doc/tec/changelog_2018
- Timestamp:
- Dec 3, 2014 5:49:27 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v395 v396 11 11 12 12 ||='''Date''' =||='''Author''' =||='''svn\\Revision''' =||='''Last\\Release''' =||='''Type''' =||='''Description''' =|| 13 |---------------- 14 {{{#!td style="vertical-align:top;width: 50px" 15 03/12/14 16 }}} 17 {{{#!td style="vertical-align:top;width: 50px" 18 BM 19 }}} 20 {{{#!td style="vertical-align:top;width: 75px" 21 r1500 22 }}} 23 {{{#!td style="vertical-align:top" 24 3.10 25 }}} 26 {{{#!td style="vertical-align:top" 27 B,C 28 }}} 29 {{{#!td style="vertical-align:top" 30 '''Changes for the land surface model:''' 31 * Allow for dry runs with land surface model 32 * Added interception of rain fall by plants in the land surface model in case {{{precipiation = .TRUE.}}} 33 (land_surface_model.f90) 34 35 '''Bugfixes:''' 36 * Adjustments in Makefile for land surface and radiation models (Makefile) 37 * Calculation of aerodynamic resistance in land surface model (check_parameters.f90, land_surface_model.f90) 38 }}} 13 39 |---------------- 14 40 {{{#!td style="vertical-align:top;width: 50px" … … 62 88 * A proper documentation will follow. Until then, the lsm should be used for testing purposes only. 63 89 * The implementation is still under construction. Open tasks: 64 * Proper calculation of the aerodynamic resistance 90 * Proper calculation of the aerodynamic resistance (solved in r1500) 65 91 * Add support for binary I/O support 66 92 * Add support for lsm data output … … 68 94 * Check use with RK-2 and Euler time-stepping 69 95 * Adaption for use with cloud physics 70 * Add precipitation to liquid water reservoir 96 * Add precipitation to liquid water reservoir (solved in r1500) 71 97 * Consider reaction of plants at wilting point and at atmospheric saturation 72 98 * Consider partial absorption of the net shortwave radiation by the skin layer