Changeset 3930 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- Apr 24, 2019 2:57:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r3929 r3930 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Changed chem_non_transport_physics to chem_non_advective_processes 22 23 ! 23 24 ! … … 176 177 chem_header, & 177 178 chem_actions, & 178 chem_non_ transport_physics,&179 chem_non_advective_processes, & 179 180 chem_prognostic_equations, & 180 181 chem_swap_timelevel, & … … 959 960 960 961 IF ( bulk_cloud_model ) CALL bcm_non_transport_physics() 961 IF ( air_chemistry ) CALL chem_non_ transport_physics()962 IF ( air_chemistry ) CALL chem_non_advective_processes() 962 963 963 964 … … 977 978 978 979 979 IF ( air_chemistry ) CALL chem_non_ transport_physics( i, j )980 IF ( air_chemistry ) CALL chem_non_advective_processes( i, j ) 980 981 IF ( bulk_cloud_model ) CALL bcm_non_transport_physics( i, j ) 981 982
Note: See TracChangeset
for help on using the changeset viewer.