Changes between Version 763 and Version 764 of doc/app/errmsg
- Timestamp:
- Jul 6, 2021 1:54:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v763 v764 660 660 ||[=#PA0437 PA0437] || If topography information is provided (via Netcdf or ASCII input) topography = "read_from_file" is required. || || 661 661 ||[=#PA0438 PA0438] || Flight level is outside the model domain || Flight level is above domain top or below 0. || 662 ||[=#PA0439 PA0439] || netcdf_data_format must be > 2 || Data output for virtual flights has 4 unlimited dimensions - time, x-, y-, and z-position. Unfortunately, assignment of more than one unlimited dimension per NC file is only possible with NetCDF4 / HDF5. Adjust [../runtime_parameters#netcdf_data_format netcdf_data_format] appropriately ||663 662 ||[=#PA0440 PA0440] || The usage of large scale forcing from external file LSF_DATA is not implemented for passive scalars || So far, large-scale forcing for passive scalars is not implemented. || 664 663 ||[=#PA0441 PA0441] ||boundary condition: bc_s_t = "..." is not allowed with top_scalarflux /= 0.0' ||You have tried to set both, a Dirichlet boundary condition for scalar at the top (with [../initialization_parameters#bc_s_t bc_s_t] = '' 'dirichlet' ''), or an initial-gradient boundary condition, and a scalar flux at the top (with [../initialization_parameters#top_scalarflux top_scalarflux] /= ''0.0''). ||