Changeset 3889 for palm/trunk
- Timestamp:
- Apr 12, 2019 10:01:17 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3887 r3889 2436 2436 !> Call for grid points i,j 2437 2437 !------------------------------------------------------------------------------! 2438 2439 2438 SUBROUTINE chem_non_transport_physics_ij( i, j ) 2440 2439 … … 2465 2464 END SUBROUTINE chem_non_transport_physics_ij 2466 2465 2466 !------------------------------------------------------------------------------! 2467 ! Description: 2468 ! ------------ 2469 !> routine for exchange horiz of chemical quantities 2470 !------------------------------------------------------------------------------! 2467 2471 SUBROUTINE chem_exchange_horiz 2468 2472 2469 2473 2470 INTEGER(iwp) :: i !< grid index in x-direction2471 INTEGER(iwp) :: j !< grid index in y-direction2472 2473 i = i + j2474 ! !2475 ! !-- Loop over chemical species2476 ! CALL cpu_log( log_point_s(84), 'chem.exch-horiz', 'start' )2477 ! DO lsp = 1, nspec2478 ! CALL exchange_horiz( chem_species(lsp)%conc, nbgp )2479 ! lsp_usr = 12480 ! DO WHILE ( TRIM( cs_name( lsp_usr ) ) /= 'novalue' )2481 ! IF ( TRIM(chem_species(lsp)%name) == TRIM(cs_name(lsp_usr)) ) THEN2482 !2483 ! CALL chem_boundary_conds( chem_species(lsp)%conc_p, &2484 ! chem_species(lsp)%conc_pr_init )2485 !2486 ! ENDIF2487 ! lsp_usr = lsp_usr +12488 ! ENDDO2489 !2490 !2491 ! ENDDO2492 ! CALL cpu_log( log_point_s(84), 'chem.exch-horiz', 'stop' )2493 2494 2495 2474 END SUBROUTINE chem_exchange_horiz 2496 2497 2475 2498 2476
Note: See TracChangeset
for help on using the changeset viewer.