Changes between Version 789 and Version 790 of doc/app/errmsg
- Timestamp:
- Feb 2, 2022 11:32:01 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v789 v790 25 25 ||='''Message identifier ''' =||='''Error message''' =||='''Explanation''' =|| 26 26 ||[=#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. || 27 ||[=#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.||27 ||[=#PA0002 PA0002] ||3rd dimension of array "XXX" is larger than number of domain height levels: [size_of_3rd_dimension of XXX] > [nz+1]. Reading from file via MPI-IO not possible.||This is an internal error. If you did not add any user code to your simulation, please report this error via the trouble-ticket system. If you added user code and you try to read a 3-D variable from the restart files using the restart_data_mpi_io_mod module, the array you try to read is too large. It must not contain more entries in the 3rd dimension as the domain height of your simulation.|| 28 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 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]. || … … 34 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 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. || 36 ||[=#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.||36 ||[=#PA0011 PA0011] ||3rd dimension of array "XXX" is larger than number of domain height levels: [size_of_3rd_dimension of XXX] > [nz+1]. Writing to file via MPI-IO not possible.||This is an internal error. If you did not add any user code to your simulation, please report this error via the trouble-ticket system. If you added user code and you try to write a 3-D variable to the restart files using the restart_data_mpi_io_mod module, the array you try to write is too large. It must not contain more entries in the 3rd dimension as the domain height of your simulation.|| 37 37 ||[=#PA0012 PA0012] ||nested child (id: ..) domain boundaries along x/y do not match the respective parent boundaries. ||The nesting_parameter [../nesting_parameters#nesting_bounds nesting_bounds] has been chosen either 'cyclic_along_x', 'cyclic_along_y', or 'vertical_only', but the child does not exactly match the parent size along the respective direction(s). Adjust the child domain size respectively. || 38 38 ||[=#PA0013 PA0013] ||illegal value given for loop_optimization: "..." ||See parameter [../initialization_parameters#loop_optimization loop_optimization] for allowed values, and check your parameter file. ||