Changes between Version 827 and Version 828 of doc/app/errmsg
- Timestamp:
- Oct 20, 2022 2:40:14 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v827 v828 1021 1021 ||[=#PA0826 PA0826] || section_xz_m must be >= .... m and <= .... m || At least one section coordinate given by section_xz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. || 1022 1022 ||[=#PA0827 PA0827] || section_yz_m must be >= .... m and <= .... m || At least one section coordinate given by section_yz_m lies outside the model domain. Be aware that section coordinates for child domains must be given in the coordinate framework of the root domain. || 1023 ||[=#PA0828 PA0828] || Initial values of soil moisture are < 0.0. || The initial soil moisture must be set to values >= 0.0. In the absence of soil-moisture data in a dynamic input file, set soil_moisture to reasonable values, either by setting the respective namelist parameter or by providing initial soil moisture values via the dynamic input file. ||1023 ||[=#PA0828 PA0828] || Initial values of soil moisture are < 0.0. || The initial soil moisture must be set to values >= 0.0. Set soil_moisture to reasonable values, either by setting the respective namelist parameter or by providing initial soil moisture values via the dynamic input file. || 1024 1024 ||[=#PA0829 PA0829] || The mixing ratio exceeds the saturation mixing ratio. First exceedance after X seconds of simulated time. No further warning will be given. Please check your results carefully. || The water vapor mixing ratio exceeds its saturation value. In case condensation processes are switched-on by using the bulk-cloud model, this is usually no issue because water vapor is removed. However, in case no condensation processes are enabled, the physical setup might become unrealistic. Depending on the level of supersaturation, the buoyancy term can become unrealistic. Further, in case of the land- or urban-surface model, water vapor is partly removed at the surface due to dew formation, which can become unrealistically large, yielding to unrealistic sensible and latent surface heat fluxes, potentially even causing simulation crashes. If this warning pops-up, please check your results carefully. || 1025 1025 ||[=#PA0830 PA0830] || PIDS_STATIC input coordinates origin_lon and/or origin_lat are not being within a valid range of values. || The valid range of values is: -180.0 <= origin_lon <= 180 and -90.0 <= origin_lat <= 90.0. ||