| 13 | |---------------- |
| 14 | {{{#!td style="vertical-align:top;width: 50px" |
| 15 | 02/12/14 |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top;width: 50px" |
| 18 | BM |
| 19 | }}} |
| 20 | {{{#!td style="vertical-align:top;width: 75px" |
| 21 | r1496 |
| 22 | }}} |
| 23 | {{{#!td style="vertical-align:top" |
| 24 | 3.10 |
| 25 | }}} |
| 26 | {{{#!td style="vertical-align:top" |
| 27 | N |
| 28 | }}} |
| 29 | {{{#!td style="vertical-align:top" |
| 30 | A beta version of a land surface model (lsm) and a radiation model have been implemented. |
| 31 | |
| 32 | '''Land surface model:''' |
| 33 | * 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 | * Implementation was realized similarily to the DALES code. |
| 35 | * The scheme consists of a solver to the energy balance of the skin layer and a four-layer soil model. Moreover, a liquid water reservoir allows the interception of water by plants. |
| 36 | * Activated by setting of {{{&lsm_par}}} Namelist. |
| 37 | * Required parameters for {{{&lsm_par}}}: |
| 38 | * {{{veg_type = 0-19}}}, |
| 39 | * {{{soil_type = 0-5}}}, |
| 40 | * {{{soil_temperature}}} (temperatures for each soil level), |
| 41 | * Several other optional parameters. |
| 42 | * A proper documentation will follow. Until then, the lsm should be used for testing purposes only. |
| 43 | * The implementation is still under construction. Open tasks: |
| 44 | * Proper calculation of the aerodynamic resistance |
| 45 | * Add support for binary I/O support |
| 46 | * Add support for lsm data output |
| 47 | * Check for time step criterion |
| 48 | * Check use with RK-2 and Euler time-stepping |
| 49 | * Adaption for use with cloud physics |
| 50 | * Add precipitation to liquid water reservoir |
| 51 | * Consider reaction of plants at wilting point and at atmospheric saturation |
| 52 | * Consider partial absorption of the net shortwave radiation by the skin layer |
| 53 | * Allow for water surfaces, check performance for bare soils |
| 54 | |
| 55 | '''Radiation model:''' |
| 56 | * A simple radiation model for clear sky (no clouds) conditions |
| 57 | * Provides the net radiation for the energy balance solver of the lsm |
| 58 | * Activated by setting of {{{&radiation_par}}} Namelist. |
| 59 | * Required parameters for {{{&radiation_par}}}: |
| 60 | * {{{lambda}}} (longitude), |
| 61 | * {{{albedo}}}, |
| 62 | * {{{day_init}}} (day of the year at model start), |
| 63 | * {{{time_utc_init}}} (UTC time at model start, in seconds), |
| 64 | * {{{dt_radiation}}} (temporal interval for the call of the radiation model), |
| 65 | * latitude is given by the parameter {{{phi}}} in {{{&inipar}}}. |
| 66 | |
| 67 | }}} |