Ignore:
Timestamp:
Apr 7, 2016 2:23:03 PM (8 years ago)
Author:
raasch
Message:

spectrum renamed spactra_par and further modularized, POINTER-attributes added in coupler-routines to avoid gfortran error messages

File:
1 edited

Legend:

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

    r1832 r1833  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! initialization of spectra quantities moved to spectra_mod
    2222!
    2323! Former revisions:
     
    309309    USE statistics,                                                            &
    310310        ONLY:  hom, hom_sum, mean_surface_level_height, pr_palm, rmask,        &
    311                spectrum_x, spectrum_y, statistic_regions, sums, sums_divnew_l, &
    312                sums_divold_l, sums_l, sums_l_l, sums_up_fraction_l,            &
    313                sums_wsts_bc_l, ts_value, var_d, weight_pres, weight_substep
     311               statistic_regions, sums, sums_divnew_l, sums_divold_l, sums_l, &
     312               sums_l_l, sums_up_fraction_l, sums_wsts_bc_l, ts_value,         &
     313               weight_pres, weight_substep
    314314 
    315315    USE surface_layer_fluxes_mod,                                              &
     
    578578    ENDIF
    579579
    580     IF ( dt_dosp /= 9999999.9_wp )  THEN
    581        ALLOCATE( spectrum_x( 1:nx/2, 1:10, 1:10 ),                             &
    582                  spectrum_y( 1:ny/2, 1:10, 1:10 ) )
    583        spectrum_x = 0.0_wp
    584        spectrum_y = 0.0_wp
    585 
    586        ALLOCATE( var_d(nzb:nzt+1) )
    587        var_d = 0.0_wp
    588     ENDIF
    589 
    590580!
    591581!-- 1D-array for large scale subsidence velocity
Note: See TracChangeset for help on using the changeset viewer.