Changeset 3924 for palm/trunk/SOURCE


Ignore:
Timestamp:
Apr 23, 2019 9:33:06 AM (5 years ago)
Author:
monakurppa
Message:

Bug corrected in salsa_mod, salsa test case introduced and test_salsa input files updated.

File:
1 edited

Legend:

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

    r3899 r3924  
    2626! -----------------
    2727! $Id$
    28 ! 2018-04-11 monakurppa
     28! Correct a bug introduced by the previous update.
     29!
     30! 3899 2019-04-16 14:05:27Z monakurppa
    2931! - remove unnecessary error / location messages
    3032! - corrected some error message numbers
    3133! - allocate source arrays only if emissions or dry deposition is applied.
     34!
    3235! 3885 2019-04-11 11:29:34Z kanani
    3336! Changes related to global restructuring of location messages and introduction
     
    14571460!--    Read in and initialize emissions
    14581461       CALL salsa_emission_setup( .TRUE. )
    1459        IF ( .NOT. salsa_gases_from_chem  .AND.  include_emission )  THEN
     1462       IF ( .NOT. salsa_gases_from_chem  .AND.  salsa_emission_mode == 'read_from_file' )  THEN
    14601463          CALL salsa_gas_emission_setup( .TRUE. )
    14611464       ENDIF
Note: See TracChangeset for help on using the changeset viewer.