397 | | C |
398 | | }}} |
399 | | {{{#!td style="vertical-align:top" |
400 | | Description will follow soon |
| 397 | B, C |
| 398 | }}} |
| 399 | {{{#!td style="vertical-align:top" |
| 400 | '''Bugfixes:''' |
| 401 | * Time series output fixed (output of land surface / radiation quantities was faulty (flow_statistics.f90, init_3d_model.f90, netcdf_interface_mod.f90, radiaiton_model_mod.f90). |
| 402 | |
| 403 | |
| 404 | '''Changed:''' |
| 405 | * Renamed "Prandtl layer" to "constant flux layer" (header.f90). |
| 406 | * Major changes in land surface model: |
| 407 | * Revised parameterization of heat conductivity between skin layer and soil (land_surface_model_mod.f90, surface_mod.f90) |
| 408 | * Scalar quantities are now defined at the center of the soil layers |
| 409 | * Renamed parameters to be in agreement with new PALM input data standard ({{{veg_type --> vegetation_type}}}, {{{pave_type --> pavement_type}}}, |
| 410 | * Addition, reduction, and renaming of look-up tables |
| 411 | * Revised and simplified land surface model initialization as required for new PALM input data standard |
| 412 | * Removed output of shf_eb (now directly out put in w''pt''0) and qsws_eb now directly out put in w''q''0) |
| 413 | * Removed ""_eb" strings throughout the model as no longer required |
| 414 | * Removed old Clapp & Hornberger parameterization |
| 415 | |