Changes between Version 392 and Version 393 of doc/tec/changelog_2018
- Timestamp:
- Dec 3, 2014 8:45:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v392 v393 25 25 }}} 26 26 {{{#!td style="vertical-align:top" 27 N 27 N,C 28 28 }}} 29 29 {{{#!td style="vertical-align:top" 30 30 A beta version of a land surface model (lsm) and a radiation model have been implemented. 31 31 32 '''Land surface model:''' 32 '''New:''' 33 '''1) Land surface model:''' 33 34 * Based on the TESSEL scheme used in the ECMWF IFS model (see [http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCMQFjAA&url=http%3A%2F%2Fwww.ecmwf.int%2Fsites%2Fdefault%2Ffiles%2FIFS_CY40R1_Part4.pdf&ei=ePh9VJiWKebjywPd7YLwDw&usg=AFQjCNE8hTytbYfAgSjixe22sIELYgEFaA&sig2=bZ8oejJJlP0eoA4lTn1JSQ&bvm=bv.80642063,d.bGQ IFS documentation], with modifications according to H-TESSEL. 34 35 * Implementation was realized similarily to the DALES code. … … 53 54 * Allow for water surfaces, check performance for bare soils 54 55 55 ''' Radiation model:'''56 '''2) Radiation model:''' 56 57 * A simple radiation model for clear sky (no clouds) conditions 57 58 * Provides the net radiation for the energy balance solver of the lsm … … 64 65 * {{{dt_radiation}}} (temporal interval for the call of the radiation model), 65 66 * latitude is given by the parameter {{{phi}}} in {{{&inipar}}}. 67 68 '''Changed:''' 69 * The {{{&inipar}}} parameter {{{radiation}}} has been renamed to {{{cloud_top_radiation}}} as {{{radiation is now used for the radiation model. 70 71 (Makefile, check_parameters.f90, header.f90, init_3d_model.f90, land_surface_model.f90, modules.f90, package_parin.f90, parin.f90, prandtl_fluxes.f90, prognostic_equations.f90, radiation_model.f90, read_var_list.f90, swap_timelevel.f90, time_integration.f90, user_init_land_surface.f90, write_var_list.f90) 66 72 67 73 }}}