03.07.2020
- Modifications to avoid NEC Compiler Problems in TERRA
- Next Update of EMVORADO
- Technical Changes and Bug Fixes
- Changes to the Namelists
- Changes of Results
Because of problems with the NEC compiler for the module sfc_terra, we updated
this module with the latest ICON Version. Modifications are:
- A bug fix:
Use snow-weighted potential evaporation to ensure that sum of evaporation terms
does not exceed potential evaporation (Sect. I.4.4). Up to now the usual
potential evaporation was used, which could lead to too low evaporation, if
the soil under the snow is colder than the snow surface.
This bug fix modifies the results slightly, at grid points where there is snow.
- Removal of all index lists. It turns out that vectorization of usual DO loops
on the NEC is sufficient fast.
Back to Contents
- Modified organization of Mie look up tables.
- Add missing entries for some new namelist parameters in glob_nml% type.
- Organization of restart runs.
Back to Contents
- organize_physics.f90:
Bug fix in reading namelist: 2 different variables were given to logbuf(53).
- src_output.f90:
Fixed a bug in spline3D: upper bound of k-loop is nldim - 1!!
Back to Contents
NONE
Back to Contents
The bug fix in sfc_terra.f90 modifies the results at grid points, where snow
is lying.
Back to Contents