- Timestamp:
- Apr 23, 2019 9:33:06 AM (6 years ago)
- Location:
- palm/trunk
- Files:
-
- 12 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r3899 r3924 26 26 ! ----------------- 27 27 ! $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 29 31 ! - remove unnecessary error / location messages 30 32 ! - corrected some error message numbers 31 33 ! - allocate source arrays only if emissions or dry deposition is applied. 34 ! 32 35 ! 3885 2019-04-11 11:29:34Z kanani 33 36 ! Changes related to global restructuring of location messages and introduction … … 1457 1460 !-- Read in and initialize emissions 1458 1461 CALL salsa_emission_setup( .TRUE. ) 1459 IF ( .NOT. salsa_gases_from_chem .AND. include_emission) THEN1462 IF ( .NOT. salsa_gases_from_chem .AND. salsa_emission_mode == 'read_from_file' ) THEN 1460 1463 CALL salsa_gas_emission_setup( .TRUE. ) 1461 1464 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.