Changes between Version 661 and Version 662 of doc/app/errmsg
- Timestamp:
- Nov 27, 2019 2:04:44 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v661 v662 770 770 ||[=#PA0563 PA0563] || At least one of the parameters vegetation_type, pavement_type, building_type, or water_type must be set to a non-missing value. Grid point: || || 771 771 ||[=#PA0564 PA0564] || soil_type is required for each location (y,x) where vegetation_type or pavement_type is a non-missing value || || 772 ||[=#PA0565 PA0565] || If more than one surface type is given at a location, surface_fraction must be provided|| ||773 ||[=#PA0566 PA0566] || surface_fraction must not exceed 1 || The sum over all available surface classes must not exceed 1 at any grid point||772 ||[=#PA0565 PA0565] || More than one surface type (vegetation, pavement, water) is given at a location. Please note, this is not possible at the moment as no tile approach has been yet implemented. (i,j) = || || 773 ||[=#PA0566 PA0566] || The sum of all land-surface fractions must equal 1. || || 774 774 ||[=#PA0567 PA0567] || Mismatch in setting of surface_fraction. Vegetation-, pavement-, or water surface is given at (i,j) = ( , ), but surface fraction is 0 for the given type || || 775 775 ||[=#PA0568 PA0568] || Mismatch in setting of surface_fraction. Vegetation-, pavement-, or water surface is not given at (i,j) = ( , ), but surface fraction is not 0 for the given type. || || … … 876 876 ||[=#PA0674 PA0674] || || || 877 877 ||[=#PA0675 PA0675] || rotation of the model domain is not considered in the radiation model. Using rotation_angle /= 0.0 is not allowed in combination with the radiation model at the moment! || By specifying a rotation angle via [../inipar#rotation_angle ''rotation_angle''], the orientation of the model domain is changed. However, this change of orientation is, so far, not implemented within the radiation model. Using the radiation model together with a changed orientation would result in incorrect solar-radiation calculation. Hence, it is prohibit to use it. To overcome this limitation, set the rotation angle to zero. || 878 ||[=#PA0676 PA0676] || Offline nesting: time dimension must start at origin_date_time|| ||878 ||[=#PA0676 PA0676] || surface_fraction is given for more than one type. Please note, this is not possible at the moment as no tile approach has yet been implemented. (i, j) = || || 879 879 ||[=#PA0677 PA0677] || No reference date-time defined. Returning date-time information is not possible. Either specify reference_date_time_str or set a reference via set_reference_date_time. || Routine get_date_time is either called without specifying any reference time (neither in the call itself nor via set_reference_date_time). Please check your user code for any calls to get_date_time. If you did not use any user code, please report this error via the ticket system. || 880 880 ||[=#PA0678 PA0678] || Error while converting date-time string. Please check format of date-time string: "...". Format must be "YYYY-MM-DD hh:mm:ss ZZZ". || The date-time information given in [../inipar#origin_date_time origin_date_time] is given in a wrong format. Please check the format of the string. || … … 883 883 ||[=#PA0681 PA0681] || section_xy/xz/yz not defined for requested xy/xz/yz-cross section output. At least one cross section must be given. || If you specified any data-output quantity for a xy-, xz-, or yz-cross section via [../d3par#data_output data_output], then you need to also specify the location of at least one corresponding cross section via [../d3par#section_xy section_xy], [../d3par#section_xz section_xz], or [../d3par#section_yz section_yz]. || 884 884 ||[=#PA0686 PA0686] || The relative material fractions do not sum-up to one at horizotal/vertical surface. (i,j) = ... || If building_pars is specified within a static input file, all parameters indicating the relative fraction of wall / window / green surfaces must be given. || 885 ||[=#PA0688 PA0688] || surface fractions at grid point (j,i) = ( ) are all zero. || || 885 886 ||[=#UI0001 UI0001] ||unknown location "..." ||The location of the CALL of user_actions has to be one of 'before_timestep', 'after_integration', 'after_timestep', 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. The location of the CALL of user_actions_ij has to be one of 'u_tendency' 'v_tendency', 'w_tendency', 'pt_tendency', 'sa_tendency', 'e_tendency', 'q_tendency', 's_tendency'. || 886 887 ||[=#UI0002 UI0002] ||location "..." is not allowed to be called with parameters "i" and "j" || The location of the CALL of user_actions_ij must not be 'before_timestep', 'after_integration', 'after_timestep' ||