source: palm/tags/release-3.7/SOURCE/user_check_parameters.f90 @ 4382

Last change on this file since 4382 was 256, checked in by letzel, 15 years ago
  • topography_grid_convention moved from userpar to inipar
  • documentation and examples updated
  • Property svn:keywords set to Id
File size: 670 bytes
Line 
1 SUBROUTINE user_check_parameters
2
3!------------------------------------------------------------------------------!
4! Actual revisions:
5! -----------------
6!
7! Former revisions:
8! -----------------
9! $Id: user_check_parameters.f90 256 2009-03-08 08:56:27Z suehring $
10!
11! 217 2008-12-09 18:00:48Z letzel
12! Initial version
13!
14! Description:
15! ------------
16! Check &userpar control parameters and deduce further quantities.
17!------------------------------------------------------------------------------!
18
19    USE control_parameters
20    USE user
21
22    IMPLICIT NONE
23
24!
25!-- Here the user may add code to check the validity of further &userpar
26!-- control parameters or deduce further quantities.
27
28
29 END SUBROUTINE user_check_parameters
30
Note: See TracBrowser for help on using the repository browser.