Ignore:
Timestamp:
Feb 10, 2020 8:56:53 AM (4 years ago)
Author:
monakurppa
Message:

salsa_mod: time index error in salsa_emission_setup, lod=2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/salsa_mod.f90

    r4380 r4399  
    2626! -----------------
    2727! $Id$
     28! Time index error in salsa_emission_setup
     29!
     30! 4380 2020-01-17 23:39:51Z monakurppa
    2831! - Error in saving the surface fluxes in an array that is applied in the
    2932!   deposition scheme
     
    90149017!--             Allocate bin diameters, time and mass fraction array
    90159018                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),                        &
    90179020                          aero_emission%num_fracs(1:aero_emission_att%ncat,1:nbins_aerosol) )
    90189021!
Note: See TracChangeset for help on using the changeset viewer.