Ignore:
Timestamp:
Oct 7, 2015 11:56:08 PM (9 years ago)
Author:
knoop
Message:

Code annotations made doxygen readable

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
    32!--------------------------------------------------------------------------------!
    43! This file is part of PALM.
     
    2019! Current revisions:
    2120! -----------------
    22 !
     21! Code annotations made doxygen readable
    2322!
    2423! Former revisions:
     
    4645! Description:
    4746! ------------
    48 ! Perform namelist file check. The program is independent from PALM and used by
    49 ! the shell script "mrun" to check the parameter files (e.g. p3d, p3df...) b
    50 ! efore the job is submitted/started. Source code from the PALM model in used in
    51 ! check_namelist_files by means of the cpp directive "__check". The compiled
    52 ! 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.
    5352!------------------------------------------------------------------------------!
     53PROGRAM check_namelist_files
     54 
    5455
    5556
Note: See TracChangeset for help on using the changeset viewer.