Changes between Version 546 and Version 547 of doc/app/errmsg


Ignore:
Timestamp:
May 28, 2018 1:56:25 PM (7 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v546 v547  
    702702||[=#PA0478 PA0478]   ||  In Child model:  bc_par_lr is automatically set to nested || This is a warning that [../parpar#bc_par_lr bc_par_lr] is automatically set to nested although a different boundary condition was specified.. Set [../parpar#bc_par_lr bc_par_lr] = 'nested'  in the child _p3d_NXX. ||
    703703||[=#PA0479 PA0479]   ||  In Child model:  bc_par_ns is automatically set to nested || This is a warning that [../parpar#bc_par_ns bc_par_ns] is automatically set to nested although a different boundary condition was specified. Set [../parpar#bc_par_ns bc_par_ns] = 'nested'  in the child _p3d_NXX. ||
    704 ||[=#PA0480 PA0480]   ||  RMA window too small on child || ||
    705 ||[=#PA0481 PA0481]   ||  RMA window too small on parent || ||
     704||[=#PA0480 PA0480]   ||  RMA window too small on child || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_particle_in_rma_win from 100000 to a higher value. ||
     705||[=#PA0481 PA0481]   ||  RMA window too small on parent || If particles pass the borders between the child and parent domain they will be exchanged using MPI windows (MPI window = memory that is made accessible to accesses by remote processes for one sided communication). Within this process it could happen that the size of the windows is too small due to a very large number of particles that need to be transferred between the domains. Either choose a smaller amount of particles or change the internal limit of max_nr_particle_in_rma_win from 100000 to a higher value. ||
    706706||[=#PA0482 PA0482]   ||  Version of binary SVF file "..." does not match the version of model "..." || This error occurs when radiation data from the file SVFIN is read and the precursor run was carried out with a different svf binary version than the main run. Repeat the precurser with the current version or carry out the main run with the same version as the precursor. You can check the svf binary version number which is required for the main run in [[source:palm/trunk/SOURCE/radiation_model_mod.f90| radiation_model_mod.f90]].  ||
    707707||[=#PA0483 PA0483]   ||  Wrong number of SVF or CSF || This error can happen if svf data is read from file SVFIN (e.g. during manual restarts). The local number of sky view factors and canopy sink factors for calculating surface reflection of radiation has to be the same between the precursor run and the main run. Be sure that you create the svf binary data with the same version as the version of the main run. ||
     
    717717||[=#PA0493 PA0493]   || npcbl from SVF file does not match calculated npcbl from radiation_interaction_init || The number of the local plant canopy gridboxes in SVFIN does not match the one which is calculated during model initialization. Be sure that you created the svf binary data with the same version as the version of the main run. Otherwise submit a [/newticket trouble ticket].  ||
    718718||[=#PA0494 PA0494]   || ndsidir from SVF file does not match calculated ndsidir from radiation_presimulate_solar_pos || The number of apparent solar directions in SVFIN does not match the one which is calculated during model initialization. Be sure that you created the svf binary data with the same version as the version of the main run. Otherwise submit a [/newticket trouble ticket]. ||
    719 ||[=#UI0001 UI0001]   ||unknown location "..."   ||The location 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'.  ||
    720 ||[=#UI0002 UI0002]   ||location "..." is not allowed to be called with parameters "i" and "j"   || ** ||
     719||[=#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'.   ||
     720||[=#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' ||
    721721||[=#UI0003 UI0003]   ||no output possible for: ...  || No CASE statement defined for '...'
    722722||[=#UI0004 UI0004]   ||unknown mode "..."   || The mode has to be either 'particles' or 'slicer' ||