Changeset 4069 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Jul 1, 2019 2:05:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4058 r4069 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Masked output running index mid has been introduced as a local variable to 29 ! avoid runtime error (Loop variable has been modified) in time_integration 30 ! 31 ! 4058 2019-06-27 15:25:42Z knoop 28 32 ! Bugfix: to_be_resorted was uninitialized in case of s_H2O in 3d_data_averaging 29 33 ! … … 10716 10720 !> Subroutine defining mask output variables 10717 10721 !------------------------------------------------------------------------------! 10718 SUBROUTINE salsa_data_output_mask( av, variable, found, local_pf )10722 SUBROUTINE salsa_data_output_mask( av, variable, found, local_pf, mid ) 10719 10723 10720 10724 USE arrays_3d, & … … 10722 10726 10723 10727 USE control_parameters, & 10724 ONLY: mask_size_l, mask_surface , mid10728 ONLY: mask_size_l, mask_surface 10725 10729 10726 10730 USE surface_mod, & … … 10740 10744 INTEGER(iwp) :: j !< loop index in y-direction 10741 10745 INTEGER(iwp) :: k !< loop index in z-direction 10746 INTEGER(iwp) :: mid !< masked output running index 10742 10747 INTEGER(iwp) :: topo_top_ind !< k index of highest horizontal surface 10743 10748
Note: See TracChangeset
for help on using the changeset viewer.