Changes between Version 787 and Version 788 of doc/app/errmsg
- Timestamp:
- Jan 14, 2022 3:59:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/errmsg
v787 v788 973 973 ||[=#PA0776 PA0776] || initializing_actions = "read_spinup_data read_restart_data" is not possible. || The combination of initializing actions 'read_spinup_data' and 'read_restart_data' is mutually exclusive. || 974 974 ||[=#PA0777 PA0777] || Reading spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory". || Reading spinup data is not realized for restart_data_format_input = "fortran_binary". || 975 ||[=#PA0778 PA0778] || Writing spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory". || Reading spinup data is not realized for restart_data_format_input = "fortran_binary". ||975 ||[=#PA0778 PA0778] || Writing spinup data requires restart_data_format_input = "mpi" or "mpi_shared_memory". || Writing spinup data is not realized for restart_data_format_input = "fortran_binary". || 976 976 ||[=#PA0779 PA0779] || Writing spinup data is enabled but surface_spinup is switched-off. || You have enabled output of spinup surface data with the {{{palmrun -a "spinout"}}} option. This case, the prescribed spinup_time must be > 0.0. || 977 977 ||[=#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'. ||