SUBROUTINE user_check_parameters !------------------------------------------------------------------------------! ! Actual revisions: ! ----------------- ! ! Former revisions: ! ----------------- ! $Id: user_check_parameters.f90 256 2009-03-08 08:56:27Z raasch $ ! ! 217 2008-12-09 18:00:48Z letzel ! Initial version ! ! Description: ! ------------ ! Check &userpar control parameters and deduce further quantities. !------------------------------------------------------------------------------! USE control_parameters USE user IMPLICIT NONE ! !-- Here the user may add code to check the validity of further &userpar !-- control parameters or deduce further quantities. END SUBROUTINE user_check_parameters