Changes between Version 38 and Version 39 of doc/app/errmsg


Ignore:
Timestamp:
Sep 16, 2010 10:47:00 AM (15 years ago)
Author:
heinze
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v38 v39  
    2525||='''Message identifier '''  =||='''Error message'''  =||='''Explanation'''  =||
    2626||[=#PA0001 PA0001]   ||"host" is not set. Please check that environment variable "localhost" is set before running PALM  ||  ||
    27 ||[=#PA0001 PA0002]   ||illegal coupling mode: ...   ||  ||
    28 ||[=#PA0001 PA0003]   ||dt_coupling is not set but required for coupling mode "..."   ||  ||
    29 ||[=#PA0001 PA0004]   ||coupling mode "...": dt_coupling = ... is not equal to dt_coupling_remote = ...   ||  ||
    30 ||[=#PA0001 PA0005]   ||coupling mode "...": dt_coupling <= 0.0 is not allowed and is reset to MAX(dt_max(A,O)) = ...   ||  ||
    31 ||[=#PA0001 PA0006]   ||coupling mode "...": restart_time = ... is not equal to restart_time_remote = ...         ||  ||
    32 ||[=#PA0001 PA0007]   ||coupling mode "...": dt_restart = ... is not equal to dt_restart_remote = ...   ||  ||
    33 ||[=#PA0001 PA0008]   ||coupling mode "...": simulation_time_since_reference = ... is not equal to simulation_time_since_reference_remote = ...   ||  ||
    34 ||[=#PA0001 PA0009]   ||coupling mode "...": dx = ... is not equal to dx_remote = ...   ||  ||
    35 ||[=#PA0001 PA0010]   ||coupling mode "...": dy = ... is not equal to dy_remote = ...   ||  ||
    36 ||[=#PA0001 PA0011]   ||coupling mode "...": nx = ... is not equal to nx_remote = ...   ||  ||
    37 ||[=#PA0001 PA0012]   ||coupling mode "...": ny = ... is not equal to ny_remote = ...   ||  ||
    38 ||[=#PA0001 PA0013]   ||illegal value given for loop_optimization: "..."   ||  ||
    39 ||[=#PA0001 PA0014]   ||a non-flat topography does not allow ...   ||  ||
    40 ||[=#PA0001 PA0015]   ||ocean = .T. does not allow ...   ||  ||
    41 ||[=#PA0001 PA0016]   ||unknown solver for perturbation pressure: psolver = "..."   ||  ||
    42 ||[=#PA0001 PA0017]   ||psolver = "..." only works for a 1d domain-decomposition along x please do not set npey/=1 in the parameter file   ||  ||
    43 ||[=#PA0001 PA0018]   ||psolver = ".." does not work for subdomains with unequal size please set grid_matching = ''strict'' in the parameter file  ||  ||
    44 ||[=#PA0001 PA0019]   ||psolver = "..." only works for a parallel environment   ||  ||
    45 ||[=#PA0001 PA0020]   ||unknown multigrid cycle: cycle_mg = "..."   ||  ||
    46 ||[=#PA0001 PA0021]   ||unknown fft-algorithm: fft_method = "..."   ||  ||
    47 ||[=#PA0001 PA0022]   ||unknown advection scheme: momentum_advec = "..."   ||  ||
    48 ||[=#PA0001 PA0023]   ||momentum_advec = "..." is not allowed with timestep_scheme = "..."   ||  ||
    49 ||[=#PA0001 PA0024]   ||unknown advection scheme: scalar_advec = "..."   ||  ||
    50 ||[=#PA0001 PA0025]   ||use_upstream_for_tke set .TRUE. because use_sgs_for_particles = .TRUE.    ||  ||
    51 ||[=#PA0001 PA0026]   ||use_upstream_for_tke = .TRUE. not allowed with timestep_scheme = "..."   ||  ||
    52 ||[=#PA0001 PA0027]   ||unknown timestep scheme: timestep_scheme = "..."   ||  ||
    53 ||[=#PA0001 PA0028]   ||scalar advection scheme "..." does not work with timestep_scheme "..."   ||  ||
    54 ||[=#PA0001 PA0029]   ||momentum advection scheme "..." does not work with timestep_scheme "..."   ||  ||
    55 ||[=#PA0001 PA0030]   ||initializing_action = "..." unkown or not allowed   ||  ||
     27||[=#PA0002 PA0002]   ||illegal coupling mode: ...   ||  ||
     28||[=#PA0003 PA0003]   ||dt_coupling is not set but required for coupling mode "..."   ||  ||
     29||[=#PA0004 PA0004]   ||coupling mode "...": dt_coupling = ... is not equal to dt_coupling_remote = ...   ||  ||
     30||[=#PA0005 PA0005]   ||coupling mode "...": dt_coupling <= 0.0 is not allowed and is reset to MAX(dt_max(A,O)) = ...   ||  ||
     31||[=#PA0006 PA0006]   ||coupling mode "...": restart_time = ... is not equal to restart_time_remote = ...         ||  ||
     32||[=#PA0007 PA0007]   ||coupling mode "...": dt_restart = ... is not equal to dt_restart_remote = ...   ||  ||
     33||[=#PA0008 PA0008]   ||coupling mode "...": simulation_time_since_reference = ... is not equal to simulation_time_since_reference_remote = ...   ||  ||
     34||[=#PA0009 PA0009]   ||coupling mode "...": dx = ... is not equal to dx_remote = ...   ||  ||
     35||[=#PA0010 PA0010]   ||coupling mode "...": dy = ... is not equal to dy_remote = ...   ||  ||
     36||[=#PA0011 PA0011]   ||coupling mode "...": nx = ... is not equal to nx_remote = ...   ||  ||
     37||[=#PA0012 PA0012]   ||coupling mode "...": ny = ... is not equal to ny_remote = ...   ||  ||
     38||[=#PA0013 PA0013]   ||illegal value given for loop_optimization: "..."   ||  ||
     39||[=#PA0014 PA0014]   ||a non-flat topography does not allow ...   ||  ||
     40||[=#PA0015 PA0015]   ||ocean = .T. does not allow ...   ||  ||
     41||[=#PA0016 PA0016]   ||unknown solver for perturbation pressure: psolver = "..."   ||  ||
     42||[=#PA0017 PA0017]   ||psolver = "..." only works for a 1d domain-decomposition along x please do not set npey/=1 in the parameter file   ||  ||
     43||[=#PA0017 PA0018]   ||psolver = ".." does not work for subdomains with unequal size please set grid_matching = ''strict'' in the parameter file  ||  ||
     44||[=#PA0019 PA0019]   ||psolver = "..." only works for a parallel environment   ||  ||
     45||[=#PA0020 PA0020]   ||unknown multigrid cycle: cycle_mg = "..."   ||  ||
     46||[=#PA0021 PA0021]   ||unknown fft-algorithm: fft_method = "..."   ||  ||
     47||[=#PA0022 PA0022]   ||unknown advection scheme: momentum_advec = "..."   ||  ||
     48||[=#PA0023 PA0023]   ||momentum_advec = "..." is not allowed with timestep_scheme = "..."   ||  ||
     49||[=#PA0024 PA0024]   ||unknown advection scheme: scalar_advec = "..."   ||  ||
     50||[=#PA0025 PA0025]   ||use_upstream_for_tke set .TRUE. because use_sgs_for_particles = .TRUE.    ||  ||
     51||[=#PA0026 PA0026]   ||use_upstream_for_tke = .TRUE. not allowed with timestep_scheme = "..."   ||  ||
     52||[=#PA0027 PA0027]   ||unknown timestep scheme: timestep_scheme = "..."   ||  ||
     53||[=#PA0028 PA0028]   ||scalar advection scheme "..." does not work with timestep_scheme "..."   ||  ||
     54||[=#PA0029 PA0029]   ||momentum advection scheme "..." does not work with timestep_scheme "..."   ||  ||
     55||[=#PA0030 PA0030]   ||initializing_action = "..." unkown or not allowed   ||  ||
    5656||PA0031   ||initializing_actions = "set_constant_profiles" and "set_1d-model_profiles" are not allowed simultaneously   ||  ||
    5757||PA0032   ||initializing_actions = "set_constant_profiles" and "by_user" are not allowed simultaneously   ||  ||