Ignore:
Timestamp:
Jul 15, 2014 2:47:17 PM (10 years ago)
Author:
suehring
Message:

Spectra coincide with respective variance

File:
1 edited

Legend:

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

    r1430 r1431  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! var_d added, in order to normalize spectra.
    2323!
    2424! Former revisions:
     
    224224               statistic_regions, sums, sums_divnew_l, sums_divold_l, sums_l,  &
    225225               sums_l_l, sums_up_fraction_l, sums_wsts_bc_l, ts_value,         &
    226                weight_pres, weight_substep
     226               var_d, weight_pres, weight_substep
    227227   
    228228    USE transpose_indices
     
    492492       spectrum_x = 0.0_wp
    493493       spectrum_y = 0.0_wp
     494
     495       ALLOCATE( var_d(nzb:nzt+1) )
     496       var_d = 0.0_wp
    494497    ENDIF
    495498
Note: See TracChangeset for help on using the changeset viewer.