Changes between Version 163 and Version 164 of doc/app/errmsg


Ignore:
Timestamp:
Mar 19, 2014 5:56:42 PM (11 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v163 v164  
    113113||[=#PA0088 PA0088]   ||dt_averaging_input = ... must be <= averaging_interval = ... ||The sampling interval (set by [../d3par#dt_averaging_input dt_averaging_input]) for averaging data must be less or equal to the averaging interval (set by [../d3par#averaging_interval averaging_interval]). Adjust settings of these variables appropriately in the parameter file. ||
    114114||[=#PA0089 PA0089]   ||dt_averaging_input_pr = ... must be <= averaging_interval_pr = ... ||The sampling interval (set by [../d3par#dt_averaging_input_pr dt_averaging_input_pr]) for averaging profile data must be less or equal to the averaging interval (set by [../d3par#averaging_interval_pr averaging_interval_pr]). Adjust settings of these variables appropriately in the parameter file. ||
    115 ||[=#PA0090 PA0090]   ||precipitation_amount_interval = ... must not be larger than dt_do2d_xy = ... ||  ||
    116 ||[=#PA0091 PA0091]   ||data_output_pr = ... is not implemented for ocean = .FALSE.  || Jens ||
    117 ||[=#PA0092 PA0092]   ||data_output_pr = ... is not implemented for humidity = .FALSE.   ||  ||
    118 ||[=#PA0093 PA0093]   ||data_output_pr = ... is not implemented for passive_scalar = .FALSE.  ||  ||
    119 ||[=#PA0094 PA0094]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE.  || Theres ||
    120 ||[=#PA0095 PA0095]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. and humidity = .FALSE.   || Theres ||
    121 ||[=#PA0096 PA0096]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. or cloud_droplets = .FALSE   || Theres ||
    122 ||[=#PA0097 PA0097]   ||illegal value for data_output_pr or data_output_pr_user = "..."   ||  ||
    123 ||[=#PA0098 PA0098]   ||illegal value for data_output_pr = "..."   ||  ||
     115||[=#PA0090 PA0090]   ||precipitation_amount_interval = ... must not be larger than dt_do2d_xy = ... ||Choose a value for [../d3par#precipitation_amount_interval precipitation_amount_interval] smaller than or equal to [../d3par#dt_do2d_xy dt_do2d_xy]. Adjust the settings of [../d3par#precipitation_amount_interval precipitation_amount_interval] appropriately in the parameter file.||
     116||[=#PA0091 PA0091]   ||data_output_pr = ... is not implemented for ocean = .FALSE.  ||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only avialable for [../inipar#ocean ocean]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
     117||[=#PA0092 PA0092]   ||data_output_pr = ... is not implemented for humidity = .FALSE.   ||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only available for [../inipar#humidity humidity]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
     118||[=#PA0093 PA0093]   ||data_output_pr = ... is not implemented for passive_scalar = .FALSE.  ||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only available for [../inipar#passive_scalar passive_scalar]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).||
     119||[=#PA0094 PA0094]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE.  ||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_physics cloud_physics]= .T.. There could also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
     120||[=#PA0095 PA0095]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. and humidity = .FALSE.   |||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_physics cloud_physics]= .T. and [../inipar#humidity humidity]=.T. There could .also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM).||
     121||[=#PA0096 PA0096]   ||data_output_pr = ... is not implemented for cloud_physics = .FALSE. or cloud_droplets = .FALSE   ||The listed entries in the parameter file under  [../d3par#data_output_pr data_output_pr] are only available for [../inipar#cloud_droplets cloud_droplets]= .T. and [../inipar#humidity humidity]=.T. There could .also be a typo in [../d3par#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
     122||[=#PA0097 PA0097]   ||illegal value for data_output_pr or data_output_pr_user = "..."   ||No matching variable was found for the given identifier in the parameter file. Possible reasons are: (a) a typo in the parameter file, (b) a user-defined variable has not been defined in {{{user_check_data_output.f90}}}, (c) the string length of the user-defined variable exceeds the current limits (see [../userint/output here]).  ||
     123||[=#PA0098 PA0098]   ||illegal value for data_output_pr = "..."   ||No matching variable was found for the given identifier in the parameter file. This error is most likely related to a typo in the parameter file (a output variable was used that does not exist in PALM. ||
    124124||[=#PA0100 PA0099]   ||netCDF: netCDF4 parallel output requested but no cpp-directive !__netcdf4_parallel given switch back to netCDF4 non-parallel output ||[../d3par#netcdf_data_format  netcdf_data_format ] > 4 has been set. This requires netCDF4 features including parallel file support, which have to be activated by setting the cpp-switches {{{-D__netcdf4}}} '''and''' {{{-D__netcdf4_parallel}}} in the configuration file ({{{%cpp_options}}}). It also requires a netCDF4 library which supports parallel I/O. Set {{{-I}}}, {{{-L}}} and {{{-l}}} options in compile ({{{%copts}}}) and load ({{{%lopts}}}) options of the configuration file appropriately. \\\\ Job will be continued with {{{netcdf_data_format = netcdf_data_format - 2}}}. ||
    125125||[=#PA0100 PA0100]   ||   ||error number free to use  ||
    126126||[=#PA0101 PA0101]   ||   ||error number free to use  ||
    127 ||[=#PA0102 PA0102]   ||number of output quantities given by data_output and data_output_user exceeds the limit of 100   || ||
     127||[=#PA0102 PA0102]   ||number of output quantities given by data_output and data_output_user exceeds the limit of 100   || The total number of output quantities listed in [../d3par#data_output data_output]  and [../d3par#data_output_user data_output_user] exceeds the maximum of 100. To increase this limit, the standard PALM code has to be modified. In case you have little experience with the PALM code use a [/newticket trouble ticket] for a query to increase the maximum output number.    ||
    128128||[=#PA0103 PA0103]   ||output of "..." requires constant_diffusion = .FALSE.   ||  ||
    129129||[=#PA0104 PA0104]   ||output of "..." requires a "particles_par"-NAMELIST in the parameter file (PARIN)   ||  ||