Changes between Version 724 and Version 725 of doc/app/errmsg


Ignore:
Timestamp:
Feb 25, 2021 4:08:28 PM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v724 v725  
    117117||[=#PA0092 PA0092]   ||data_output_pr = ... is not implemented for humidity = .FALSE.   ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../initialization_parameters#humidity humidity]= .T.. There could also be a typo in [../runtime_parameters#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
    118118||[=#PA0093 PA0093]   ||data_output_pr = ... is not implemented for passive_scalar = .FALSE.  ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../initialization_parameters#passive_scalar passive_scalar]= .T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE.  ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../bcmpar#bulk_cloud_model bulk_cloud_model]= .T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE. and humidity = .FALSE.   ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../bcmpar#bulk_cloud_model bulk_cloud_model]= .T. or [../bcmpar#bulk_cloud_model bulk_cloud_model]= .F. and [../initialization_parameters#humidity humidity]=.T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE. and cloud_droplets = .FALSE.   ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../initialization_parameters#cloud_droplets cloud_droplets]= .T. or [../bcmpar#bulk_cloud_model bulk_cloud_model]=.T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE.  ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= .T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE. and humidity = .FALSE.   ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= .T. or [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= .F. and [../initialization_parameters#humidity humidity]=.T.. There could also be a typo in [../runtime_parameters#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 bulk_cloud_model = .FALSE. and cloud_droplets = .FALSE.   ||The listed entries in the parameter file under  [../runtime_parameters#data_output_pr data_output_pr] are only available for [../initialization_parameters#cloud_droplets cloud_droplets]= .T. or [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]=.T.. There could also be a typo in [../runtime_parameters#data_output_pr data_output_pr] (an output variable was used that does not exist in PALM). ||
    122122||[=#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]).  ||
    123123||[=#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). ||
     
    129129||[=#PA0104 PA0104]   ||output of "..." requires a "particles_par"-NAMELIST in the parameter file (PARIN)   ||Output of the particle concentration pc and/or particle radius pr listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available in case the [http://palm.muk.uni-hannover.de/wiki/doc/app/parpar particles_par] namelist is set in the parameter file  ||
    130130||[=#PA0105 PA0105]   ||output of "..." requires humidity = .TRUE.   ||Output of humidity (q and/or vpt) listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available for [../initialization_parameters#humidity humidity]= .T.. ||
    131 ||[=#PA0106 PA0106]   ||output of "ql" requires bulk_cloud_model = .TRUE. or cloud_droplets = .TRUE.  ||Output of liquid water content ql listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available for [../bcmpar#bulk_cloud_model bulk_cloud_model]= .T. or [../initialization_parameters#cloud_droplets cloud_droplets]= .T..  ||
     131||[=#PA0106 PA0106]   ||output of "ql" requires bulk_cloud_model = .TRUE. or cloud_droplets = .TRUE.  ||Output of liquid water content ql listed in the parameter file under [../runtime_parameters#data_output data_output] or [../runtime_parameters#data_output_masks data_output_masks] is only available for [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= .T. or [../initialization_parameters#cloud_droplets cloud_droplets]= .T..  ||
    132132||[=#PA0107 PA0107]   ||output of "..." requires cloud_droplets = .TRUE.   || The quantities ql_c, ql_v, ql_vp are only calculated in case of [../initialization_parameters#cloud_droplets cloud_droplets] = ''.T.''.  ||
    133 ||[=#PA0108 PA0108]   ||output of "..." requires bulk_cloud_model = .TRUE.   || For the output of some quantities related to clouds and humidity [../bcmpar#bulk_cloud_model bulk_cloud_model]= ''.T.'' must be set. For example, the water vapor mixing ratio qv requires [../bcmpar#bulk_cloud_model bulk_cloud_model]= ''.T.''. Also, [../initialization_parameters#humidity humidity] = ''.T.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../initialization_parameters#humidity humidity] = ''.T.'' and choose output quantity q for output of the water vapor mixing ratio.  ||
     133||[=#PA0108 PA0108]   ||output of "..." requires bulk_cloud_model = .TRUE.   || For the output of some quantities related to clouds and humidity [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= ''.T.'' must be set. For example, the water vapor mixing ratio qv requires [../bulk_cloud_parameters#bulk_cloud_model bulk_cloud_model]= ''.T.''. Also, [../initialization_parameters#humidity humidity] = ''.T.'' must be set. If you want to simulate the humidity without condensation/evaporation processes, use only [../initialization_parameters#humidity humidity] = ''.T.'' and choose output quantity q for output of the water vapor mixing ratio.  ||
    134134||[=#PA0109 PA0109]   ||output of "..." requires ocean mode   || The quantities rho_ocean and sa are only calculated in case that ocean mode has been activated by giving the {{{&ocean_parameters}}} namelist. ||
    135135||[=#PA0110 PA0110]   ||output of "s" requires passive_scalar = .TRUE.   || The output of the passive scalar s is only available if the prognostic equation for a passive scalar is solved by setting [../initialization_parameters#passive_scalar passive_scalar] = ''.T.''. ||