Changeset 3452 for palm/trunk/SOURCE/bulk_cloud_model_mod.f90
- Timestamp:
- Oct 30, 2018 1:13:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/bulk_cloud_model_mod.f90
r3445 r3452 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix for profiles output 28 ! 29 ! 3445 2018-10-29 12:23:02Z schwenkel 27 30 ! Minor bugfix and use of subroutine for supersaturation calculation in case 28 31 ! of cache version … … 736 739 CALL message( 'check_parameters', 'PA0358', 1, 2, 0, 6, 0 ) 737 740 ENDIF 738 pr_index = 89741 pr_index = 123 739 742 dopr_index(var_count) = pr_index 740 743 dopr_unit = '1/m3' … … 763 766 ' cloud_scheme = saturation_adjust' 764 767 CALL message( 'check_parameters', 'PA0422', 1, 2, 0, 6, 0 ) 765 ENDIF 768 ENDIF 766 769 pr_index = 76 767 770 dopr_index(var_count) = pr_index … … 769 772 unit = dopr_unit 770 773 hom(:,2,pr_index,:) = SPREAD( zu, 2, statistic_regions+1 ) 771 772 774 CASE ( 'qc' ) 773 775 pr_index = 75 … … 785 787 CALL message( 'check_parameters', 'PA0358', 1, 2, 0, 6, 0 ) 786 788 ENDIF 787 pr_index = 74 4789 pr_index = 74 788 790 dopr_index(var_count) = pr_index 789 791 dopr_unit = 'kg/kg' … … 795 797 796 798 END SELECT 797 798 799 799 800 END SUBROUTINE bcm_check_data_output_pr
Note: See TracChangeset
for help on using the changeset viewer.