Changeset 3929 for palm/trunk/SOURCE/prognostic_equations.f90
- Timestamp:
- Apr 24, 2019 12:52:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/prognostic_equations.f90
r3899 r3929 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Correct/complete module_interface introduction for chemistry model 28 ! 29 ! 3899 2019-04-16 14:05:27Z monakurppa 27 30 ! Corrections in the OpenMP version of salsa 28 ! 29 ! 3887 2019 -04-12 08:47:41Z schwenkel31 ! 32 ! 3887 2019 -04-12 08:47:41Z schwenkel 30 33 ! Implicit Bugfix for chemistry model, loop for non_transport_physics over 31 34 ! ghost points is avoided. Instead introducing module_interface_exchange_horiz. … … 401 404 ONLY: buoyancy 402 405 403 USE chemistry_model_mod, &404 ONLY: chem_boundary_conds_decycle405 406 406 USE control_parameters, & 407 ONLY: air_chemistry, constant_diffusion,&407 ONLY: constant_diffusion, & 408 408 debug_output, debug_string, & 409 409 dp_external, dp_level_ind_b, dp_smooth_factor, dpdxy, dt_3d, & … … 554 554 !$OMP END PARALLEL 555 555 556 IF ( air_chemistry ) CALL chem_boundary_conds_decycle557 556 ! 558 557 !-- Run SALSA and aerosol dynamic processes. SALSA is run with a longer time
Note: See TracChangeset
for help on using the changeset viewer.