Changeset 4180 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r4167 r4180 159 159 ! 160 160 ! 161 ! 3646 2018-12-28 17:58:49Z kanani162 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant163 ! when using wall/soil spinup)164 !165 ! 3643 2018-12-24 13:16:19Z knoop166 ! Bugfix: set found logical correct in chem_data_output_2d167 !168 ! 3638 2018-12-20 13:18:23Z forkel169 ! Added missing conversion factor fr2ppm for qvap170 !171 !172 ! 3637 2018-12-20 01:51:36Z knoop173 ! Implementation of the PALM module interface174 !175 ! 3636 2018-12-19 13:48:34Z raasch176 ! nopointer option removed177 !178 ! 3611 2018-12-07 14:14:11Z banzhafs179 ! Minor formatting180 !181 ! 3600 2018-12-04 13:49:07Z banzhafs182 ! Code update to comply PALM coding rules183 ! Bug fix in par_dir_diff subroutine184 ! Small fixes (corrected 'conastant', added 'Unused')185 !186 ! 3586 2018-11-30 13:20:29Z dom_dwd_user187 ! Changed character lenth of name in species_def and photols_def to 15188 !189 ! 3570 2018-11-27 17:44:21Z kanani190 ! resler:191 ! Break lines at 132 characters192 !193 ! 3543 2018-11-20 17:06:15Z suehring194 ! Remove tabs195 !196 ! 3542 2018-11-20 17:04:13Z suehring197 ! working precision added to make code Fortran 2008 conform198 !199 ! 3458 2018-10-30 14:51:23Z kanani200 ! from chemistry branch r3443, banzhafs, basit:201 ! replace surf_lsm_h%qv1(m) by q(k,j,i) for mixing ratio in chem_depo202 !203 ! bug fix in chem_depo: allow different surface fractions for one204 ! surface element and set lai to zero for non vegetated surfaces205 ! bug fixed in chem_data_output_2d206 ! bug fix in chem_depo subroutine207 ! added code on deposition of gases and particles208 ! removed cs_profile_name from chem_parin209 ! bug fixed in output profiles and code cleaned210 !211 ! 3449 2018-10-29 19:36:56Z suehring212 ! additional output - merged from branch resler213 !214 ! 3438 2018-10-28 19:31:42Z pavelkrc215 ! Add terrain-following masked output216 !217 ! 3373 2018-10-18 15:25:56Z kanani218 ! Remove MPI_Abort, replace by message219 !220 ! 3318 2018-10-08 11:43:01Z sward221 ! Fixed faulty syntax of message string222 !223 ! 3298 2018-10-02 12:21:11Z kanani224 ! Add remarks (kanani)225 ! Merge with trunk, replaced cloud_physics by bulk_cloud_model 28.09.2018 forkel226 ! Subroutines header and chem_check_parameters added 25.09.2018 basit227 ! Removed chem_emission routine now declared in chem_emissions.f90 30.07.2018 ERUSSO228 ! Introduced emissions namelist parameters 30.07.2018 ERUSSO229 !230 ! Timestep steering added in subroutine chem_integrate_ij and231 ! output of chosen solver in chem_parin added 30.07.2018 ketelsen232 !233 ! chem_check_data_output_pr: added unit for PM compounds 20.07.2018 forkel234 ! replaced : by nzb+1:nzt for pt,q,ql (found by kk) 18.07.2018 forkel235 ! debugged restart run for chem species 06.07.2018 basit236 ! reorganized subroutines in alphabetical order. 27.06.2018 basit237 ! subroutine chem_parin updated for profile output 27.06.2018 basit238 ! Added humidity arrays to USE section and tmp_qvap in chem_integrate 26.6.2018 forkel239 ! Merged chemistry with with trunk (nzb_do and nzt_do in 3d output) 26.6.2018 forkel240 !241 ! reorganized subroutines in alphabetical order. basit 22.06.2018242 ! subroutine chem_parin updated for profile output basit 22.06.2018243 ! subroutine chem_statistics added244 ! subroutine chem_check_data_output_pr add 21.06.2018 basit245 ! subroutine chem_data_output_mask added 20.05.2018 basit246 ! subroutine chem_data_output_2d added 20.05.2018 basit247 ! subroutine chem_statistics added 04.06.2018 basit248 ! subroutine chem_emissions: Set cssws to zero before setting values 20.03.2018 forkel249 ! subroutine chem_emissions: Introduced different conversion factors250 ! for PM and gaseous compounds 15.03.2018 forkel251 ! subroutine chem_emissions updated to take variable number of chem_spcs and252 ! emission factors. 13.03.2018 basit253 ! chem_boundary_conds_decycle improved. 05.03.2018 basit254 ! chem_boundary_conds_decycle subroutine added 21.02.2018 basit255 ! chem_init_profiles subroutines re-activated after correction 21.02.2018 basit256 !257 !258 ! 3293 2018-09-28 12:45:20Z forkel259 ! Modularization of all bulk cloud physics code components260 !261 ! 3248 2018-09-14 09:42:06Z sward262 ! Minor formating changes263 !264 ! 3246 2018-09-13 15:14:50Z sward265 ! Added error handling for input namelist via parin_fail_message266 !267 ! 3241 2018-09-12 15:02:00Z raasch268 ! +nest_chemistry269 !270 ! 3209 2018-08-27 16:58:37Z suehring271 ! Rename flags indicating outflow boundary conditions272 !273 ! 3182 2018-07-27 13:36:03Z suehring274 ! Revise output of surface quantities in case of overhanging structures275 !276 ! 3045 2018-05-28 07:55:41Z Giersch277 ! error messages revised278 !279 ! 3014 2018-05-09 08:42:38Z maronga280 ! Bugfix: nzb_do and nzt_do were not used for 3d data output281 !282 ! 3004 2018-04-27 12:33:25Z Giersch283 ! Comment concerning averaged data output added284 !285 ! 2932 2018-03-26 09:39:22Z maronga286 ! renamed chemistry_par to chemistry_parameters287 !288 ! 2894 2018-03-15 09:17:58Z Giersch289 ! Calculations of the index range of the subdomain on file which overlaps with290 ! the current subdomain are already done in read_restart_data_mod,291 ! chem_last_actions was renamed to chem_wrd_local, chem_read_restart_data was292 ! renamed to chem_rrd_local, chem_write_var_list was renamed to293 ! chem_wrd_global, chem_read_var_list was renamed to chem_rrd_global,294 ! chem_skip_var_list has been removed, variable named found has been295 ! introduced for checking if restart data was found, reading of restart strings296 ! has been moved completely to read_restart_data_mod, chem_rrd_local is already297 ! inside the overlap loop programmed in read_restart_data_mod, todo list has298 ! bees extended, redundant characters in chem_wrd_local have been removed,299 ! the marker *** end chemistry *** is not necessary anymore, strings and their300 ! respective lengths are written out and read now in case of restart runs to301 ! get rid of prescribed character lengths302 !303 ! 2815 2018-02-19 11:29:57Z suehring304 ! Bugfix in restart mechanism,305 ! rename chem_tendency to chem_prognostic_equations,306 ! implement vector-optimized version of chem_prognostic_equations,307 ! some clean up (incl. todo list)308 !309 ! 2773 2018-01-30 14:12:54Z suehring310 ! Declare variables required for nesting as public311 !312 ! 2772 2018-01-29 13:10:35Z suehring313 ! Bugfix in string handling314 !315 ! 2768 2018-01-24 15:38:29Z kanani316 ! Shorten lines to maximum length of 132 characters317 !318 ! 2766 2018-01-22 17:17:47Z kanani319 ! Removed preprocessor directive __chem320 !321 ! 2756 2018-01-16 18:11:14Z suehring322 ! Fill values in 3D output introduced.323 !324 ! 2718 2018-01-02 08:49:38Z maronga325 ! Initial revision326 !327 !328 !329 !330 ! Authors:331 ! --------332 ! @author Renate Forkel333 ! @author Farah Kanani-Suehring334 ! @author Klaus Ketelsen335 ! @author Basit Khan336 ! @author Sabine Banzhaf337 !338 !339 161 !------------------------------------------------------------------------------! 340 162 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.