Changeset 4457 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Mar 11, 2020 2:20:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4442 r4457 27 27 ! ----------------- 28 28 ! $Id$ 29 ! use statement for exchange horiz added, 30 ! bugfix for call of exchange horiz 2d 31 ! 32 ! 4442 2020-03-04 19:21:13Z suehring 29 33 ! Change order of dimension in surface array %frac to allow for better 30 34 ! vectorization. … … 623 627 SUBROUTINE chem_3d_data_averaging( mode, variable ) 624 628 625 626 629 USE control_parameters 630 631 USE exchange_horiz_mod, & 632 ONLY: exchange_horiz_2d 633 627 634 628 635 CHARACTER (LEN=*) :: mode !< … … 717 724 ENDDO 718 725 ENDDO 719 CALL exchange_horiz_2d( chem_species(lsp)%cssws_av , nbgp )726 CALL exchange_horiz_2d( chem_species(lsp)%cssws_av ) 720 727 ENDIF 721 728 ENDDO … … 2760 2767 SUBROUTINE chem_exchange_horiz_bounds 2761 2768 2769 USE exchange_horiz_mod, & 2770 ONLY: exchange_horiz 2771 2762 2772 INTEGER(iwp) :: lsp !< 2763 2773 INTEGER(iwp) :: lsp_usr !<
Note: See TracChangeset
for help on using the changeset viewer.