Ignore:
Timestamp:
Mar 30, 2011 9:31:40 AM (13 years ago)
Author:
raasch
Message:

formatting adjustments

File:
1 edited

Legend:

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

    r674 r709  
    44! Current revisions:
    55! -----------------
     6! formatting adjustments
    67!
    78! Former revisions:
     
    152153    IF ( ocean    )  CALL calc_mean_profile( rho, 64 )
    153154    IF ( humidity )  CALL calc_mean_profile( vpt, 44 )
    154     IF ( ( ws_scheme_mom .OR. ws_scheme_sca ) .AND. &
    155        intermediate_timestep_count == 1 )  CALL ws_statistics
     155    IF ( ( ws_scheme_mom .OR. ws_scheme_sca )  .AND. &
     156         intermediate_timestep_count == 1 )  CALL ws_statistics
    156157
    157158!
     
    927928    IF ( humidity )  CALL calc_mean_profile( vpt, 44 )
    928929    IF ( .NOT. constant_diffusion )  CALL production_e_init
    929     IF ( ( ws_scheme_mom .OR. ws_scheme_sca ) .AND. &
    930        intermediate_timestep_count == 1 )  CALL ws_statistics
     930    IF ( ( ws_scheme_mom .OR. ws_scheme_sca )  .AND. &
     931         intermediate_timestep_count == 1 )  CALL ws_statistics
    931932
    932933
     
    14591460    IF ( ocean    )  CALL calc_mean_profile( rho, 64 )
    14601461    IF ( humidity )  CALL calc_mean_profile( vpt, 44 )
    1461     IF ( ( ws_scheme_mom .OR. ws_scheme_sca ) .AND. &
    1462        intermediate_timestep_count == 1 )  CALL ws_statistics
     1462    IF ( ( ws_scheme_mom .OR. ws_scheme_sca )  .AND. &
     1463         intermediate_timestep_count == 1 )  CALL ws_statistics
    14631464
    14641465!
Note: See TracChangeset for help on using the changeset viewer.