Changes between Version 775 and Version 776 of doc/app/errmsg


Ignore:
Timestamp:
Aug 27, 2021 2:13:09 PM (4 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/errmsg

    v775 v776  
    2626||[=#PA0001 PA0001]   ||manual restart settings requires file activation string "restart" || Values for parameters {{{dt_restart}}} or/and {{{restart_time}}} have been given in the {{{&runtime_parameters}}}-NAMELIST. This also requires to give the file activation string {{{"restart"}}} with palmbuild-option {{{-a}}}, because otherwise the restart files wouldn't be generated at the end of the PALM run. \\\\Repeat the run with {{{-a ".... restart"}}} or remove parameters {{{dt_restart}}} or/and {{{restart_time}}} from your NAMELIST-file. ||
    2727||[=#PA0002 PA0002]   ||illegal coupling mode: ...   || This message is related to the atmosphere-ocean coupling or pure vertical nesting implemented in PALM. Internally, the variable {{{coupling_mode}}} defines the coupling setup used for the current respective model run. It may have one of the values "{{{atmosphere_to_ocean}}}" (atmospheric part of a coupled run), "{{{ocean_to_atmosphere}}}" (ocean part of a coupled run), "{{{precursor_atmos}}}" (a precursor atmosphere run), "{{{precursor_ocean}}}" (a precursor ocean run), "{{{vnested_crse}}}", (the coarse simulation of a vertical nesting run) "{{{vnested_fine}}}" (the fine simulation of a vertical nesting run)  or "{{{uncoupled}}}" (atmosphere or ocean run without any intended coupling). This error message means that the initialization of the coupling did fail because {{{coupling_mode}}} has a value different from the ones mentioned before. Possible reasons might be trying a coupling between two atmosphere runs (or two ocean runs), or problems with the {{{palmrun}}} script. ||
    28 ||[=#PA0003 PA0003]   ||dt_coupling is not set but required for coupling mode "..."   || This error appears if the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] is not explicitly set in case of runs with [../../app/examples/coupled coupled models] (e.g. atmosphere - ocean). ||
    29 ||[=#PA0004 PA0004]   ||coupling mode "...": dt_coupling = ... is not equal to dt_coupling_remote = ...  || For coupled runs the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] must be explicitly set and must have the same value in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). See also [../examples/coupled coupled runs]. ||
    30 ||[=#PA0005 PA0005]   ||coupling mode "...": dt_coupling <= 0.0 is not allowed and is reset to MAX(dt_max(A,O)) = ...   || This error occurs if an invalid value for [../runtime_parameters#dt_coupling dt_coupling] is used in the parameter file. [../runtime_parameters#dt_coupling dt_coupling] must be > 0.0 and equal in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). The letter A in the error message on the left refers to Atmosphere and the letter O to ocean. See also [../examples/coupled coupled runs]. ||
    31 ||[=#PA0006 PA0006]   ||coupling mode "...": restart_time = ... is not equal to restart_time_remote = ...         || [../runtime_parameters#restart_time restart_time] has not been set properly (equal) in the atmosphere and ocean parameter file. See also [../examples/coupled coupled runs]. ||
    32 ||[=#PA0007 PA0007]   ||coupling mode "...": dt_restart = ... is not equal to dt_restart_remote = ...   || [../runtime_parameters#dt_restart dt_restart] has not been set properly (equal) in the atmosphere and ocean parameter file. See also [../examples/coupled coupled runs]. ||
    33 ||[=#PA0008 PA0008]   ||coupling mode "...": time_to_be_simulated_from_reference_point = ... is not equal to time_to_be_simulated_from_reference_point_remote = ...  || The simulated time from the reference point is stored internally in the variable {{{time_to_be_simulated_from_reference_point}}}. In coupled mode both times must be equal. This error might occur when precursor runs are used with different startup times and the coupling is initiated inappropiately. See [../examples/coupled coupled runs] for a detailed description of the setup for precursor runs. ||
    34 ||[=#PA0009 PA0009]   ||dx in atmosphere is not larger or equal than dx in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. ||
    35 ||[=#PA0010 PA0010]   ||Domain size in x-direction is not equal in ocean and atmosphere|| Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Check the settings for [../initialization_parameters#dx dx], [../initialization_parameters#dy dy], [../initialization_parameters#nx nx] and [../initialization_parameters#ny ny] to avoid this error. ||
     28||[=#PA0003 PA0003]   ||dt_coupling is required to be set in atmosphere runtime parameters namelist   || This error appears if the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] is not explicitly set in case of runs with [../../app/examples/coupled coupled atmosphere-ocean]. ||
     29||[=#PA0004 PA0004]   ||mismatch between atmosphere and ocean model: dt_coupling (atmosphere) = "..." dt_coupling (ocean) = "..." ocean value is set to atmosphere value || For coupled runs the temporal interval for the data exchange [../runtime_parameters#dt_coupling dt_coupling] must be explicitly set and must have the same value in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). See also [../examples/coupled coupled runs]. ||
     30||[=#PA0005 PA0005]   ||dt_coupling <= 0.0 is not allowed || This error occurs if an invalid value for [../runtime_parameters#dt_coupling dt_coupling] is used in the parameter file. [../runtime_parameters#dt_coupling dt_coupling] must be > 0.0 and equal in both models ([../runtime_parameters#dt_coupling dt_coupling] has to be set in [../iofiles#PARIN PARIN] and [../iofiles#PARIN_O PARIN_O]). ||
     31||[=#PA0006 PA0006]   ||unused  || ||
     32||[=#PA0007 PA0007]   ||unused  || ||
     33||[=#PA0008 PA0008]   ||mismatch between atmosphere and ocean model: time from reference point (atmosphere) = "..." time_from reference point (ocean) = "..." || The simulated time from the reference point is stored internally in the variable {{{time_to_be_simulated_from_reference_point}}}. In coupled mode both times must be equal. This error might occur when precursor runs are used with different startup times and the coupling is initiated inappropiately. See [../examples/coupled coupled runs] for a detailed description of the setup for precursor runs. ||
     34||[=#PA0009 PA0009]   ||dx in atmosphere is smaller than dx in ocean ||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. ||
     35||[=#PA0010 PA0010]   ||dy in atmosphere is smaller than dy in ocean ||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean. ||
    3636||[=#PA0011 PA0011]   ||dy in atmosphere is not larger or equal than dy in ocean||Coupled runs allow to use different grid resolutions in atmosphere and ocean. It is, however, not allowed to use a finer grid resolution in the atmosphere than in the ocean.||
    37 ||[=#PA0012 PA0012]   ||Domain size in y-direction is not equal in ocean and atmosphere ||Coupled runs are only possible, if the horizontal model domain size is equal in both, atmosphere and ocean. Have a look at the settings for [../initialization_parameters#dx dx], [../initialization_parameters#dy dy], [../initialization_parameters#nx nx] and [../initialization_parameters#ny ny] to avoid this error. ||
     37||[=#PA0012 PA0012]   ||unused  || ||
    3838||[=#PA0013 PA0013]   ||illegal value given for loop_optimization: "..."   ||See parameter [../initialization_parameters#loop_optimization loop_optimization] for allowed values, and check your parameter file. ||
    3939||[=#PA0014 PA0014]   ||a non-flat topography does not allow ...   ||There are several features which do not work together with a non-flat topography. See parameter [../initialization_parameters#topography topography] for possible restrictions and appropriately modify your parameter file. For a complete list of not allowed parameter settings due to a non-flat topography see check_parameters.f90. ||