Changeset 4399 for palm/trunk/SOURCE
- Timestamp:
- Feb 10, 2020 8:56:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r4380 r4399 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Time index error in salsa_emission_setup 29 ! 30 ! 4380 2020-01-17 23:39:51Z monakurppa 28 31 ! - Error in saving the surface fluxes in an array that is applied in the 29 32 ! deposition scheme … … 9014 9017 !-- Allocate bin diameters, time and mass fraction array 9015 9018 ALLOCATE( aero_emission_att%dmid(1:nbins_aerosol), & 9016 aero_emission_att%time( 1:aero_emission_att%nt),&9019 aero_emission_att%time(0:aero_emission_att%nt-1), & 9017 9020 aero_emission%num_fracs(1:aero_emission_att%ncat,1:nbins_aerosol) ) 9018 9021 !
Note: See TracChangeset
for help on using the changeset viewer.