Changeset 1682 for palm/trunk/SOURCE/check_namelist_files.f90
- Timestamp:
- Oct 7, 2015 11:56:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_namelist_files.f90
r1321 r1682 1 PROGRAM check_namelist_files 2 1 !> @file check_namelist_files.f90 3 2 !--------------------------------------------------------------------------------! 4 3 ! This file is part of PALM. … … 20 19 ! Current revisions: 21 20 ! ----------------- 22 ! 21 ! Code annotations made doxygen readable 23 22 ! 24 23 ! Former revisions: … … 46 45 ! Description: 47 46 ! ------------ 48 ! Perform namelist file check. The program is independent from PALM and used by49 ! the shell script "mrun" to check the parameter files (e.g. p3d, p3df...) b50 ! efore the job is submitted/started. Source code from the PALM model in used in51 ! check_namelist_files by means of the cpp directive "__check". The compiled52 ! program resides in the SCRIPTS folder as check_namelist_files.x.47 !> Perform namelist file check. The program is independent from PALM and used by 48 !> the shell script "mrun" to check the parameter files (e.g. p3d, p3df...) b 49 !> efore the job is submitted/started. Source code from the PALM model in used in 50 !> check_namelist_files by means of the cpp directive "__check". The compiled 51 !> program resides in the SCRIPTS folder as check_namelist_files.x. 53 52 !------------------------------------------------------------------------------! 53 PROGRAM check_namelist_files 54 54 55 55 56
Note: See TracChangeset
for help on using the changeset viewer.