Ignore:
Timestamp:
Aug 21, 2019 2:37:54 PM (5 years ago)
Author:
scharf
Message:

removed comments in 'Former revisions' section that are older than 01.01.2019

File:
1 edited

Legend:

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

    r4167 r4180  
    159159!
    160160!
    161 ! 3646 2018-12-28 17:58:49Z kanani
    162 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant
    163 ! when using wall/soil spinup)
    164 !
    165 ! 3643 2018-12-24 13:16:19Z knoop
    166 ! Bugfix: set found logical correct in chem_data_output_2d
    167 !
    168 ! 3638 2018-12-20 13:18:23Z forkel
    169 ! Added missing conversion factor fr2ppm for qvap
    170 !
    171 !
    172 ! 3637 2018-12-20 01:51:36Z knoop
    173 ! Implementation of the PALM module interface
    174 !
    175 ! 3636 2018-12-19 13:48:34Z raasch
    176 ! nopointer option removed
    177 !
    178 ! 3611 2018-12-07 14:14:11Z banzhafs
    179 ! Minor formatting             
    180 !
    181 ! 3600 2018-12-04 13:49:07Z banzhafs
    182 ! Code update to comply PALM coding rules           
    183 ! Bug fix in par_dir_diff subroutine                 
    184 ! Small fixes (corrected 'conastant', added 'Unused')
    185 !
    186 ! 3586 2018-11-30 13:20:29Z dom_dwd_user
    187 ! Changed character lenth of name in species_def and photols_def to 15
    188 !
    189 ! 3570 2018-11-27 17:44:21Z kanani
    190 ! resler:
    191 ! Break lines at 132 characters
    192 !
    193 ! 3543 2018-11-20 17:06:15Z suehring
    194 ! Remove tabs
    195 !
    196 ! 3542 2018-11-20 17:04:13Z suehring
    197 ! working precision added to make code Fortran 2008 conform
    198 !
    199 ! 3458 2018-10-30 14:51:23Z kanani
    200 ! from chemistry branch r3443, banzhafs, basit:
    201 ! replace surf_lsm_h%qv1(m) by q(k,j,i) for mixing ratio in chem_depo
    202 !
    203 ! bug fix in chem_depo: allow different surface fractions for one
    204 ! surface element and set lai to zero for non vegetated surfaces
    205 ! bug fixed in chem_data_output_2d
    206 ! bug fix in chem_depo subroutine
    207 ! added code on deposition of gases and particles
    208 ! removed cs_profile_name from chem_parin
    209 ! bug fixed in output profiles and code cleaned
    210 !
    211 ! 3449 2018-10-29 19:36:56Z suehring
    212 ! additional output - merged from branch resler
    213 !
    214 ! 3438 2018-10-28 19:31:42Z pavelkrc
    215 ! Add terrain-following masked output
    216 !
    217 ! 3373 2018-10-18 15:25:56Z kanani
    218 ! Remove MPI_Abort, replace by message
    219 !
    220 ! 3318 2018-10-08 11:43:01Z sward
    221 ! Fixed faulty syntax of message string
    222 !
    223 ! 3298 2018-10-02 12:21:11Z kanani
    224 ! Add remarks (kanani)
    225 ! Merge with trunk, replaced cloud_physics by bulk_cloud_model         28.09.2018 forkel
    226 ! Subroutines header and chem_check_parameters added                   25.09.2018 basit
    227 ! Removed chem_emission routine now declared in chem_emissions.f90     30.07.2018 ERUSSO
    228 ! Introduced emissions namelist parameters                             30.07.2018 ERUSSO
    229 !
    230 ! Timestep steering added in subroutine chem_integrate_ij and
    231 ! output of chosen solver in chem_parin added                          30.07.2018 ketelsen
    232 !
    233 ! chem_check_data_output_pr: added unit for PM compounds               20.07.2018 forkel
    234 ! replaced : by nzb+1:nzt for pt,q,ql (found by kk)                    18.07.2018 forkel
    235 ! debugged restart run for chem species               06.07.2018 basit
    236 ! reorganized subroutines in alphabetical order.      27.06.2018 basit
    237 ! subroutine chem_parin updated for profile output    27.06.2018 basit
    238 ! Added humidity arrays to USE section and tmp_qvap in chem_integrate  26.6.2018 forkel
    239 ! Merged chemistry with with trunk (nzb_do and nzt_do in 3d output)    26.6.2018 forkel
    240 !
    241 ! reorganized subroutines in alphabetical order.      basit 22.06.2018
    242 ! subroutine chem_parin updated for profile output    basit 22.06.2018
    243 ! subroutine chem_statistics added                 
    244 ! subroutine chem_check_data_output_pr add            21.06.2018 basit
    245 ! subroutine chem_data_output_mask added              20.05.2018 basit
    246 ! subroutine chem_data_output_2d added                20.05.2018 basit
    247 ! subroutine chem_statistics added                    04.06.2018 basit
    248 ! subroutine chem_emissions: Set cssws to zero before setting values 20.03.2018 forkel
    249 ! subroutine chem_emissions: Introduced different conversion factors
    250 ! for PM and gaseous compounds                                    15.03.2018 forkel
    251 ! subroutine chem_emissions updated to take variable number of chem_spcs and
    252 ! emission factors.                                               13.03.2018 basit
    253 ! chem_boundary_conds_decycle improved.                           05.03.2018 basit
    254 ! chem_boundary_conds_decycle subroutine added                    21.02.2018 basit
    255 ! chem_init_profiles subroutines re-activated after correction    21.02.2018 basit
    256 !
    257 !
    258 ! 3293 2018-09-28 12:45:20Z forkel
    259 ! Modularization of all bulk cloud physics code components
    260 !
    261 ! 3248 2018-09-14 09:42:06Z sward
    262 ! Minor formating changes
    263 !
    264 ! 3246 2018-09-13 15:14:50Z sward
    265 ! Added error handling for input namelist via parin_fail_message
    266 !
    267 ! 3241 2018-09-12 15:02:00Z raasch
    268 ! +nest_chemistry
    269 !
    270 ! 3209 2018-08-27 16:58:37Z suehring
    271 ! Rename flags indicating outflow boundary conditions
    272 !
    273 ! 3182 2018-07-27 13:36:03Z suehring
    274 ! Revise output of surface quantities in case of overhanging structures
    275 !
    276 ! 3045 2018-05-28 07:55:41Z Giersch
    277 ! error messages revised
    278 !
    279 ! 3014 2018-05-09 08:42:38Z maronga
    280 ! Bugfix: nzb_do and nzt_do were not used for 3d data output
    281 !
    282 ! 3004 2018-04-27 12:33:25Z Giersch
    283 ! Comment concerning averaged data output added
    284 !
    285 ! 2932 2018-03-26 09:39:22Z maronga
    286 ! renamed chemistry_par to chemistry_parameters
    287 !
    288 ! 2894 2018-03-15 09:17:58Z Giersch
    289 ! Calculations of the index range of the subdomain on file which overlaps with
    290 ! 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 was
    292 ! renamed to chem_rrd_local, chem_write_var_list was renamed to
    293 ! 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 been
    295 ! introduced for checking if restart data was found, reading of restart strings
    296 ! has been moved completely to read_restart_data_mod, chem_rrd_local is already
    297 ! inside the overlap loop programmed in read_restart_data_mod, todo list has
    298 ! bees extended, redundant characters in chem_wrd_local have been removed,
    299 ! the marker *** end chemistry *** is not necessary anymore, strings and their
    300 ! respective lengths are written out and read now in case of restart runs to
    301 ! get rid of prescribed character lengths
    302 !
    303 ! 2815 2018-02-19 11:29:57Z suehring
    304 ! 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 suehring
    310 ! Declare variables required for nesting as public
    311 !
    312 ! 2772 2018-01-29 13:10:35Z suehring
    313 ! Bugfix in string handling
    314 !
    315 ! 2768 2018-01-24 15:38:29Z kanani
    316 ! Shorten lines to maximum length of 132 characters
    317 !
    318 ! 2766 2018-01-22 17:17:47Z kanani
    319 ! Removed preprocessor directive __chem
    320 !
    321 ! 2756 2018-01-16 18:11:14Z suehring
    322 ! Fill values in 3D output introduced.
    323 !
    324 ! 2718 2018-01-02 08:49:38Z maronga
    325 ! Initial revision
    326 !
    327 !
    328 !
    329 !
    330 ! Authors:
    331 ! --------
    332 ! @author Renate Forkel
    333 ! @author Farah Kanani-Suehring
    334 ! @author Klaus Ketelsen
    335 ! @author Basit Khan
    336 ! @author Sabine Banzhaf
    337 !
    338 !
    339161!------------------------------------------------------------------------------!
    340162! Description:
Note: See TracChangeset for help on using the changeset viewer.