Changeset 4180 for palm/trunk/SOURCE/chem_emissions_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chem_emissions_mod.f90
r4157 r4180 66 66 ! Some interface calls moved to module_interface + cleanup 67 67 ! 68 ! 3611 2018-12-07 14:14:11Z banzhafs69 ! Code update to comply PALM coding rules70 ! removed unnecessary informative messsages/location71 ! messages and corrected comments on PM units from to kg72 ! bug fix: spcs_name replaced by nvar in DO loops73 !74 ! 3591 2018-11-30 17:37:32Z suehring75 ! - Removed salsa dependency.76 ! - Enabled PARAMETRIZED mode for default surfaces when LSM is not applied but77 ! salsa is (M. Kurppa)78 !79 ! 3582 2018-11-29 19:16:36Z suehring80 ! resler:81 ! Break lines at 132 characters82 !83 ! 3483 2018-11-02 14:19:26Z raasch84 ! bugfix: wrong locations of netCDF directives fixed85 !86 ! 3467 2018-10-30 19:05:21Z suehring87 ! Enabled PARAMETRIZED mode for default surfaces when LSM is not applied but88 ! salsa is used89 !90 ! 3458 2018-10-30 14:51:23Z kanani91 ! from chemistry branch r3443, banzhafs, Russo:92 ! Additional correction for index of input file of pre-processed mode93 ! Removed atomic and molecular weights as now available in chem_modules and94 ! added par_emis_time_factor (formerly in netcdf_data_input_mod)95 ! Added correction for index of input file of pre-processed mode96 ! Added a condition for default mode necessary for information read from ncdf file97 ! in pre-processed and default mode98 ! Correction of multiplying factor necessary for scaling emission values in time99 ! Introduced correction for scaling units in the case of DEFAULT emission mode100 !101 ! 3373 2018-10-18 15:25:56Z kanani102 ! Fix wrong location of __netcdf directive103 !104 ! 3337 2018-10-12 15:17:09Z kanani105 ! (from branch resler)106 ! Formatting107 !108 ! 3312 2018-10-06 14:15:46Z knoop109 ! Initial revision110 !111 ! 3286 2018-09-28 07:41:39Z forkel112 !113 ! Authors:114 ! --------115 ! @author Emmanuele Russo (FU-Berlin)116 ! @author Sabine Banzhaf (FU-Berlin)117 ! @author Martijn Schaap (FU-Berlin, TNO Utrecht)118 68 ! 119 69 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.