Changes between Version 151 and Version 152 of doc/app/errmsg


Ignore:
Timestamp:
Mar 13, 2014 5:10:23 PM (11 years ago)
Author:
fricke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v151 v152  
    457457||[=#PA0381 PA0381]   ||Enable usage of large scale subsidence by setting large_scale_subsidence = .T.. ||In the p3d-file, subs_vertical_gradient_level is set but large_scale_subsidence = .F.. In case large scale subsidence shall be used enable it via   large_scale_subsidence = .T..||
    458458||[=#PA0382 PA0382]   ||data_output_pr = w_subs is not implemented for large_scale_subsidence = .FALSE. ||w_subs can only be part of the profile output if large_scale_forcing = .T..  ||
     459||[=#PA0383 PA0383]   ||netCDF file formats 5 (parallel netCDF 4) and 6 (parallel netCDF 4 Classic model) are currently not supported (not yet tested) for masked data. Using respective non-parallel output for masked data. ||So far, parallel NetCDF output is not available for masked data. If the user is setting the parameter [wiki:doc/app/d3par#netcdf_data_format netcdf_data_format] to five or six for getting parallel output, [wiki:doc/app/d3par#netcdf_data_format netcdf_data_format] is set internally to three or four for masked data. ||
     460{{{#!tr
     461   {{{#!td
     462[=#PA0384 PA0384]
     463   }}}
     464   {{{#!td
     465Output of xy cross-sections is not given at t='...' because the maximum number of output time levels is exceeded.
     466   }}}
     467   {{{#!td
     468In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
     469      {{{#!Latex
     470       \frac{end\_time - skip\_time\_do2d\_xy}{dt\_do2d\_xy} \; .
     471      }}}
     472The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xy skip_time_do2d_xy] and [wiki:doc/app/d3par#dt_do2d_xy dt_do2d_xy] can be set by the user.
     473If this limit is exceeded, this warning is given and an output of xy-sections is not done anymore. \\
     474This could be the case if the simulated time excceds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning.
     475   }}}
     476}}}
     477{{{#!tr
     478   {{{#!td
     479[=#PA0385 PA0385]
     480   }}}
     481   {{{#!td
     482Output of xz cross-sections is not given at t='...' because the maximum number of output time levels is exceeded.
     483   }}}
     484   {{{#!td
     485In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
     486      {{{#!Latex
     487       \frac{end\_time - skip\_time\_do2d\_xz}{dt\_do2d\_xz} \; .
     488      }}}
     489The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_xz skip_time_do2d_xz] and [wiki:doc/app/d3par#dt_do2d_xz dt_do2d_xz] can be set by the user.
     490If this limit is exceeded, this warning is given and an output of xz-sections is not done anymore. \\
     491This could be the case if the simulated time excceds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning.
     492   }}}
     493}}}
     494{{{#!tr
     495   {{{#!td
     496[=#PA0386 PA0386]
     497   }}}
     498   {{{#!td
     499Output of yz cross-sections is not given at t='...' because the maximum number of output time levels is exceeded.
     500   }}}
     501   {{{#!td
     502In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
     503      {{{#!Latex
     504       \frac{end\_time - skip\_time\_do2d\_yz}{dt\_do2d\_yz} \; .
     505      }}}
     506The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do2d_yz skip_time_do2d_yz] and [wiki:doc/app/d3par#dt_do2d_yz dt_do2d_yz] can be set by the user.
     507If this limit is exceeded, this warning is given and an output of yz-sections is not done anymore. \\
     508This could be the case if the simulated time excceds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning.
     509   }}}
     510}}}
     511{{{#!tr
     512   {{{#!td
     513[=#PA0387 PA0387]
     514   }}}
     515   {{{#!td
     516Output of 3d data is not given at t='...' because the maximum number of output time levels is exceeded.
     517   }}}
     518   {{{#!td
     519In case of parallel NetCDF output, the time dimension is limited for increasing the performance. The number of time levels is calculated at the beginning of the simulation by the formula:
     520      {{{#!Latex
     521       \frac{end\_time - skip\_time\_do3d}{dt\_do3d} \; .
     522      }}}
     523The parameters [wiki:doc/app/d3par#end_time end_time], [wiki:doc/app/d3par#skip_time_do3d skip_time_do3d] and [wiki:doc/app/d3par#dt_do3d dt_do3d] can be set by the user.
     524If this limit is exceeded, this warning is given and an output of 3d data is not done anymore. \\
     525This could be the case if the simulated time excceds the given end time by the length of the given output interval. In this case, the user can start a restart run and give an output at the beginning.
     526   }}}
     527}}}
     528||[=#PA0388 PA0388]   || || ||
     529||[=#PA0389 PA0389]   || || ||
     530||[=#PA0390 PA0390]   || || ||
     531||[=#PA0391 PA0391]   || || ||
    459532||[=#UI0001 UI0001]   ||unknown location "..."   ||The location has to be either 'time_int' or 'nudging'.  ||
    460533||[=#UI0002 UI0002]   ||location "..." is not allowed to be called with parameters "i" and "j"   ||  ||