Changes between Version 297 and Version 298 of doc/app/errmsg


Ignore:
Timestamp:
Jun 6, 2017 2:36:36 PM (8 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v297 v298  
    664664||[=#PA0436 PA0436]   || x_start position must be <= x_end position for return legs || For return legs x start position must be <= x end position. ||
    665665||[=#PA0437 PA0437]   || y_start position must be <= y_end position for return legs || For return legs y start position must be <= y end position. ||
    666 ||[=#PA0438 PA0438]   || Flight level is outside the model domain || Flight level is above domain top or below 0.||
    667 ||[=#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.  ||
     666||[=#PA0438 PA0438]   || Flight level is outside the model domain || Flight level is above domain top or below 0. ||
     667||[=#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. ||
    668668||[=#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. ||
    669669||[=#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 [../inipar#bc_s_t bc_s_t] = '' 'dirichlet' ''), or an initial-gradient boundary condition, and a scalar flux at the top (with [../inipar#top_scalarflux top_scalarflux] /= ''0.0''). ||