Ignore:
Timestamp:
Mar 20, 2014 8:40:49 AM (10 years ago)
Author:
raasch
Message:

ONLY-attribute added to USE-statements,
kind-parameters added to all INTEGER and REAL declaration statements,
kinds are defined in new module kinds,
old module precision_kind is removed,
revision history before 2012 removed,
comment fields (!:) to be used for variable explanations added to all variable declaration statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_init.f90

    r1310 r1320  
    2020! Current revisions:
    2121! -----------------
     22! revision history before 2012 removed,
     23! comment fields (!:) to be used for variable explanations added to
     24! all variable declaration statements
     25!
    2226!
    2327! Former revisions:
     
    2731! 1036 2012-10-22 13:43:42Z raasch
    2832! code put under GPL (PALM 3.9)
    29 !
    30 ! 667 2010-12-23 12:06:00Z suehring/gryschka
    31 ! nxl-1, nxr+1, nys-1, nyn+1 replaced by nxlg, nxrg, nysg, nyng
    3233!
    3334! 211 2008-11-11 04:46:24Z raasch
     
    4041
    4142    USE control_parameters
     43   
    4244    USE indices
     45   
     46    USE kinds
     47   
    4348    USE netcdf_control
     49   
    4450    USE pegrid
     51   
    4552    USE user
    4653
    4754    IMPLICIT NONE
    4855
    49     CHARACTER (LEN=20) :: field_char
     56    CHARACTER (LEN=20) :: field_char   !:
    5057!
    5158!-- Here the user-defined initializing actions follow:
Note: See TracChangeset for help on using the changeset viewer.