Changeset 4776
- Timestamp:
- Nov 6, 2020 2:35:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r4775 r4776 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in setting up the nesting configuration for chemical and aerosol species in case of more 28 ! than one child domain 29 ! 30 ! 4775 2020-11-06 12:18:28Z raasch 27 31 ! Further bugfix for r4774 28 32 ! … … 934 938 935 939 child_id = pmc_parent_for_child(m) 940 ! 941 !-- Set counter variables for chemical and aerosol species back to one for each child domain 942 n = 1 943 lb = 1 944 lc = 1 945 lg = 1 936 946 937 947 IF ( myid == 0 ) THEN
Note: See TracChangeset
for help on using the changeset viewer.