Changeset 4231
- Timestamp:
- Sep 12, 2019 11:22:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/nesting_offl_mod.f90
r4230 r4231 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix in array deallocation 28 ! 29 ! 4230 2019-09-11 13:58:14Z suehring 27 30 ! Update mean chemistry profiles. These are also used for rayleigh damping. 28 31 ! … … 1500 1503 ENDIF 1501 1504 1502 DEALLOCATE( ref_chem )1503 DEALLOCATE( ref_chem_l )1505 IF ( ALLOCATED( ref_chem ) ) DEALLOCATE( ref_chem ) 1506 IF ( ALLOCATED( ref_chem_l ) ) DEALLOCATE( ref_chem_l ) 1504 1507 ! 1505 1508 !-- Further, adjust Rayleigh damping height in case of time-changing conditions.
Note: See TracChangeset
for help on using the changeset viewer.