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/swap_timelevel.f90

    r1319 r1320  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! ONLY-attribute added to USE-statements,
     23! revision history before 2012 removed,
    2324!
    2425! Former revisions:
     
    5051! all actions concerning leapfrog scheme removed
    5152!
    52 ! 102 2007-07-27 09:09:17Z raasch
    53 ! swaping of uswst, vswst included
    54 !
    55 ! 95 2007-06-02 16:48:38Z raasch
    56 ! Swaping of salinity
    57 !
    58 ! 75 2007-03-22 09:54:05Z raasch
    59 ! moisture renamed humidity
    60 !
    61 ! 19 2007-02-23 04:53:48Z raasch
    62 ! Swaping of top fluxes
    63 !
    64 ! RCS Log replace by Id keyword, revision history cleaned up
    65 !
    66 ! Revision 1.8  2004/01/28 15:28:18  raasch
    67 ! Swaping for Runge-Kutta schemes implemented
    68 !
    6953! Revision 1.1  2000/01/10  10:08:58  10:08:58  raasch (Siegfried Raasch)
    7054! Initial revision
     
    7660!------------------------------------------------------------------------------!
    7761
    78     USE arrays_3d
    79     USE cpulog
    80     USE control_parameters
     62    USE arrays_3d,                                                             &
     63        ONLY:  e, e_1, e_2, e_p, nr, nr_1, nr_2, nr_p, pt, pt_1, pt_2, pt_p, q,&
     64               q_1, q_2, q_p, qr, qr_1, qr_2, qr_p, sa, sa_1, sa_2, sa_p, u,   &
     65               u_1, u_2, u_p, v, v_1, v_2, v_p, w, w_1, w_2, w_p
     66
     67    USE cpulog,                                                                &
     68        ONLY: cpu_log, log_point
     69
     70    USE control_parameters,                                                    &
     71        ONLY:  cloud_physics, constant_diffusion, humidity, icloud_scheme,     &
     72               neutral, ocean, passive_scalar, precipitation, timestep_count
    8173
    8274    IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.