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/time_integration.f90

    r4170 r4180  
    145145! Clean up indoor_model and biometeorology model call.
    146146!
    147 ! 3646 2018-12-28 17:58:49Z kanani
    148 ! Bugfix: use time_since_reference_point instead of simulated_time where
    149 ! required (relevant when using wall/soil spinup)
    150 !
    151 ! 3634 2018-12-18 12:31:28Z knoop
    152 ! OpenACC port for SPEC
    153 !
    154 ! 3597 2018-12-04 08:40:18Z maronga
    155 ! Removed call to calculation of near air (10 cm) potential temperature (now in
    156 ! surface layer fluxes)
    157 !
    158 ! 3589 2018-11-30 15:09:51Z suehring
    159 ! Move the control parameter "salsa" from salsa_mod to control_parameters
    160 ! (M. Kurppa)
    161 !
    162 ! 3582 2018-11-29 19:16:36Z suehring
    163 ! dom_dwd_user, Schrempf:
    164 ! Changes due to merge of uv exposure model into biometeorology_mod.
    165 !
    166 ! 3525 2018-11-14 16:06:14Z kanani
    167 ! Changes related to clean-up of biometeorology (dom_dwd_user)
    168 !
    169 ! 3524 2018-11-14 13:36:44Z raasch
    170 ! unused variables removed
    171 !
    172 ! 3484 2018-11-02 14:41:25Z hellstea
    173 ! pmci_ensure_nest_mass_conservation is premanently removed
    174 !
    175 ! 3473 2018-10-30 20:50:15Z suehring
    176 ! new module for virtual measurements introduced
    177 !
    178 ! 3472 2018-10-30 20:43:50Z suehring
    179 ! Add indoor model (kanani, srissman, tlang)
    180 !
    181 ! 3467 2018-10-30 19:05:21Z suehring
    182 ! Implementation of a new aerosol module salsa.
    183 !
    184 ! 3448 2018-10-29 18:14:31Z kanani
    185 ! Add biometeorology
    186 !
    187 ! 3421 2018-10-24 18:39:32Z gronemeier
    188 ! Surface data output
    189 !
    190 ! 3418 2018-10-24 16:07:39Z kanani
    191 ! call to material_heat_model now with check if spinup runs (rvtils)
    192 !
    193 ! 3378 2018-10-19 12:34:59Z kanani
    194 ! merge from radiation branch (r3362) into trunk
    195 ! (moh.hefny):
    196 ! Bugfix in the if statement to call radiation_interaction
    197 !
    198 ! 3347 2018-10-15 14:21:08Z suehring
    199 ! - offline nesting separated from large-scale forcing module
    200 ! - changes for synthetic turbulence generator
    201 !
    202 ! 3343 2018-10-15 10:38:52Z suehring
    203 ! - Formatting, clean-up, comments (kanani)
    204 ! - Added CALL to chem_emissions_setup (Russo)
    205 ! - Code added for decycling chemistry (basit)
    206 !
    207 ! 3294 2018-10-01 02:37:10Z raasch
    208 ! changes concerning modularization of ocean option
    209 !
    210 ! 3274 2018-09-24 15:42:55Z knoop
    211 ! Modularization of all bulk cloud physics code components
    212 !
    213 ! 3241 2018-09-12 15:02:00Z raasch
    214 ! unused variables removed
    215 !
    216 ! 3198 2018-08-15 09:23:10Z sward
    217 ! Added multi_agent_system_end; defined start time for MAS relative to
    218 ! time_since_reference_point
    219 !
    220 ! 3183 2018-07-27 14:25:55Z suehring
    221 ! Replace simulated_time by time_since_reference_point in COSMO nesting mode.
    222 ! Rename subroutines and variables in COSMO nesting mode
    223 !
    224 ! 3182 2018-07-27 13:36:03Z suehring
    225 ! Added multi agent system
    226 !
    227 ! 3042 2018-05-25 10:44:37Z schwenkel
    228 ! Changed the name specific humidity to mixing ratio
    229 !
    230 ! 3040 2018-05-25 10:22:08Z schwenkel
    231 ! Fixed bug in IF statement
    232 ! Ensure that the time when calling the radiation to be the time step of the
    233 ! pre-calculated time when first calculate the positions of the sun
    234 !
    235 ! 3004 2018-04-27 12:33:25Z Giersch
    236 ! First call of flow_statistics has been removed. It is already called in
    237 ! run_control itself
    238 !
    239 ! 2984 2018-04-18 11:51:30Z hellstea
    240 ! CALL pmci_ensure_nest_mass_conservation is removed (so far only commented out)
    241 ! as seemingly unnecessary.
    242 !
    243 ! 2941 2018-04-03 11:54:58Z kanani
    244 ! Deduct spinup_time from RUN_CONTROL output of main 3d run
    245 ! (use time_since_reference_point instead of simulated_time)
    246 !
    247 ! 2938 2018-03-27 15:52:42Z suehring
    248 ! Nesting of dissipation rate in case of RANS mode and TKE-e closure is applied
    249 !
    250 ! 2936 2018-03-27 14:49:27Z suehring
    251 ! Little formatting adjustment.
    252 !
    253 ! 2817 2018-02-19 16:32:21Z knoop
    254 ! Preliminary gust module interface implemented
    255 !
    256 ! 2801 2018-02-14 16:01:55Z thiele
    257 ! Changed lpm from subroutine to module.
    258 ! Introduce particle transfer in nested models.
    259 !
    260 ! 2776 2018-01-31 10:44:42Z Giersch
    261 ! Variable use_synthetic_turbulence_generator has been abbreviated
    262 !
    263 ! 2773 2018-01-30 14:12:54Z suehring
    264 ! - Nesting for chemical species
    265 !
    266 ! 2766 2018-01-22 17:17:47Z kanani
    267 ! Removed preprocessor directive __chem
    268 !
    269 ! 2718 2018-01-02 08:49:38Z maronga
    270 ! Corrected "Former revisions" section
    271 !
    272 ! 2696 2017-12-14 17:12:51Z kanani
    273 ! - Change in file header (GPL part)
    274 ! - Implementation of uv exposure model (FK)
    275 ! - Moved vnest_boundary_conds_khkm from tcm_diffusivities to here (TG)
    276 ! - renamed diffusivities to tcm_diffusivities (TG)
    277 ! - implement prognostic equation for diss (TG)
    278 ! - Moved/commented CALL to chem_emissions (FK)
    279 ! - Added CALL to chem_emissions (FK)
    280 ! - Implementation of chemistry module (FK)
    281 ! - Calls for setting boundary conditions in USM and LSM (MS)
    282 ! - Large-scale forcing with larger-scale models implemented (MS)
    283 ! - Rename usm_radiation into radiation_interactions; merge with branch
    284 !   radiation (MS)
    285 ! - added call for usm_green_heat_model for green building surfaces (RvT)
    286 ! - added call for usm_temperature_near_surface for use in indoor model (RvT)
    287 !
    288 ! 2617 2017-11-16 12:47:24Z suehring
    289 ! Bugfix, assure that the reference state does not become zero.
    290 !
    291 ! 2563 2017-10-19 15:36:10Z Giersch
    292 ! Variable wind_turbine moved to module control_parameters
    293 !
    294 ! 2365 2017-08-21 14:59:59Z kanani
    295 ! Vertical grid nesting implemented (SadiqHuq)
    296 !
    297 ! 2320 2017-07-21 12:47:43Z suehring
    298 ! Set bottom boundary conditions after nesting interpolation and anterpolation
    299 !
    300 ! 2299 2017-06-29 10:14:38Z maronga
    301 ! Call of soil model adjusted
    302 !
    303 ! 2292 2017-06-20 09:51:42Z schwenkel
    304 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    305 ! includes two more prognostic equations for cloud drop concentration (nc) 
    306 ! and cloud water content (qc).
    307 !
    308 ! 2271 2017-06-09 12:34:55Z sward
    309 ! Start timestep message changed
    310 !
    311 ! 2259 2017-06-08 09:09:11Z gronemeier
    312 ! Implemented synthetic turbulence generator
    313 !
    314 ! 2233 2017-05-30 18:08:54Z suehring
    315 !
    316 ! 2232 2017-05-30 17:47:52Z suehring
    317 ! Adjustments to new topography and surface concept
    318 ! Modify passed parameters for disturb_field
    319 !
    320 ! 2178 2017-03-17 11:07:39Z hellstea
    321 ! Setting perturbations at all times near inflow boundary is removed
    322 ! in case of nested boundaries
    323 !
    324 ! 2174 2017-03-13 08:18:57Z maronga
    325 ! Added support for nesting with cloud microphysics
    326 !
    327 ! 2118 2017-01-17 16:38:49Z raasch
    328 ! OpenACC directives and related code removed
    329 !
    330 ! 2050 2016-11-08 15:00:55Z gronemeier
    331 ! Implement turbulent outflow condition
    332 !
    333 ! 2031 2016-10-21 15:11:58Z knoop
    334 ! renamed variable rho to rho_ocean
    335 !
    336 ! 2011 2016-09-19 17:29:57Z kanani
    337 ! Flag urban_surface is now defined in module control_parameters,
    338 ! removed commented CALLs of global_min_max.
    339 !
    340 ! 2007 2016-08-24 15:47:17Z kanani
    341 ! Added CALLs for new urban surface model
    342 !
    343 ! 2000 2016-08-20 18:09:15Z knoop
    344 ! Forced header and separation lines into 80 columns
    345 !
    346 ! 1976 2016-07-27 13:28:04Z maronga
    347 ! Simplified calls to radiation model
    348 !
    349 ! 1960 2016-07-12 16:34:24Z suehring
    350 ! Separate humidity and passive scalar
    351 !
    352 ! 1957 2016-07-07 10:43:48Z suehring
    353 ! flight module added
    354 !
    355 ! 1919 2016-05-27 14:51:23Z raasch
    356 ! Initial version of purely vertical nesting introduced.
    357 !
    358 ! 1918 2016-05-27 14:35:57Z raasch
    359 ! determination of time step moved to the end of the time step loop,
    360 ! the first time step is now always calculated before the time step loop (i.e.
    361 ! also in case of restart runs)
    362 !
    363 ! 1914 2016-05-26 14:44:07Z witha
    364 ! Added call for wind turbine model
    365 !
    366 ! 1878 2016-04-19 12:30:36Z hellstea
    367 ! Synchronization for nested runs rewritten
    368 !
    369 ! 1853 2016-04-11 09:00:35Z maronga
    370 ! Adjusted for use with radiation_scheme = constant
    371 !
    372 ! 1849 2016-04-08 11:33:18Z hoffmann
    373 ! Adapted for modularization of microphysics
    374 !
    375 ! 1833 2016-04-07 14:23:03Z raasch
    376 ! spectrum renamed spectra_mod, spectra related variables moved to spectra_mod
    377 !
    378 ! 1831 2016-04-07 13:15:51Z hoffmann
    379 ! turbulence renamed collision_turbulence
    380 !
    381 ! 1822 2016-04-07 07:49:42Z hoffmann
    382 ! icloud_scheme replaced by microphysics_*
    383 !
    384 ! 1808 2016-04-05 19:44:00Z raasch
    385 ! output message in case unscheduled radiation calls removed
    386 !
    387 ! 1797 2016-03-21 16:50:28Z raasch
    388 ! introduction of different datatransfer modes
    389 !
    390 ! 1791 2016-03-11 10:41:25Z raasch
    391 ! call of pmci_update_new removed
    392 !
    393 ! 1786 2016-03-08 05:49:27Z raasch
    394 ! +module spectrum
    395 !
    396 ! 1783 2016-03-06 18:36:17Z raasch
    397 ! switch back of netcdf data format for mask output moved to the mask output
    398 ! routine
    399 !
    400 ! 1781 2016-03-03 15:12:23Z raasch
    401 ! some pmc calls removed at the beginning (before timeloop),
    402 ! pmc initialization moved to the main program
    403 !
    404 ! 1764 2016-02-28 12:45:19Z raasch
    405 ! PMC_ACTIVE flags removed,
    406 ! bugfix: nest synchronization after first call of timestep
    407 !
    408 ! 1762 2016-02-25 12:31:13Z hellstea
    409 ! Introduction of nested domain feature
    410 !
    411 ! 1736 2015-12-04 08:56:33Z raasch
    412 ! no perturbations added to total domain if energy limit has been set zero
    413 !
    414 ! 1691 2015-10-26 16:17:44Z maronga
    415 ! Added option for spin-ups without land surface and radiation models. Moved calls
    416 ! for radiation and lan surface schemes.
    417 !
    418 ! 1682 2015-10-07 23:56:08Z knoop
    419 ! Code annotations made doxygen readable
    420 !
    421 ! 1671 2015-09-25 03:29:37Z raasch
    422 ! bugfix: ghostpoint exchange for array diss in case that sgs velocities are used
    423 ! for particles
    424 !
    425 ! 1585 2015-04-30 07:05:52Z maronga
    426 ! Moved call of radiation scheme. Added support for RRTM
    427 !
    428 ! 1551 2015-03-03 14:18:16Z maronga
    429 ! Added interface for different radiation schemes.
    430 !
    431 ! 1496 2014-12-02 17:25:50Z maronga
    432 ! Added calls for the land surface model and radiation scheme
    433 !
    434 ! 1402 2014-05-09 14:25:13Z raasch
    435 ! location messages modified
    436 !
    437 ! 1384 2014-05-02 14:31:06Z raasch
    438 ! location messages added
    439 !
    440 ! 1380 2014-04-28 12:40:45Z heinze
    441 ! CALL of nudge_ref added
    442 ! bc_pt_t_val and bc_q_t_val are updated in case nudging is used
    443 !
    444 ! 1365 2014-04-22 15:03:56Z boeske
    445 ! Reset sums_ls_l to zero at each timestep
    446 ! +sums_ls_l
    447 ! Calculation of reference state (previously in subroutine calc_mean_profile)
    448 
    449 ! 1342 2014-03-26 17:04:47Z kanani
    450 ! REAL constants defined as wp-kind
    451 !
    452 ! 1320 2014-03-20 08:40:49Z raasch
    453 ! ONLY-attribute added to USE-statements,
    454 ! kind-parameters added to all INTEGER and REAL declaration statements,
    455 ! kinds are defined in new module kinds,
    456 ! old module precision_kind is removed,
    457 ! revision history before 2012 removed,
    458 ! comment fields (!:) to be used for variable explanations added to
    459 ! all variable declaration statements
    460 ! 1318 2014-03-17 13:35:16Z raasch
    461 ! module interfaces removed
    462 !
    463 ! 1308 2014-03-13 14:58:42Z fricke
    464 ! +netcdf_data_format_save
    465 ! For masked data, parallel netcdf output is not tested so far, hence
    466 ! netcdf_data_format is switched back to non-paralell output.
    467 !
    468 ! 1276 2014-01-15 13:40:41Z heinze
    469 ! Use LSF_DATA also in case of Dirichlet bottom boundary condition for scalars
    470 !
    471 ! 1257 2013-11-08 15:18:40Z raasch
    472 ! acc-update-host directive for timestep removed
    473 !
    474 ! 1241 2013-10-30 11:36:58Z heinze
    475 ! Generalize calc_mean_profile for wider use
    476 ! Determine shf and qsws in dependence on data from LSF_DATA
    477 ! Determine ug and vg in dependence on data from LSF_DATA
    478 ! 1221 2013-09-10 08:59:13Z raasch
    479 ! host update of arrays before timestep is called
    480 !
    481 ! 1179 2013-06-14 05:57:58Z raasch
    482 ! mean profiles for reference state are only calculated if required,
    483 ! small bugfix for background communication
    484 !
    485 ! 1171 2013-05-30 11:27:45Z raasch
    486 ! split of prognostic_equations deactivated (comment lines), for the time being
    487 !
    488 ! 1128 2013-04-12 06:19:32Z raasch
    489 ! asynchronous transfer of ghost point data realized for acc-optimized version:
    490 ! prognostic_equations are first called two times for those points required for
    491 ! the left-right and north-south exchange, respectively, and then for the
    492 ! remaining points,
    493 ! those parts requiring global communication moved from prognostic_equations to
    494 ! here
    495 !
    496 ! 1115 2013-03-26 18:16:16Z hoffmann
    497 ! calculation of qr and nr is restricted to precipitation
    498 !
    499 ! 1113 2013-03-10 02:48:14Z raasch
    500 ! GPU-porting of boundary conditions,
    501 ! openACC directives updated
    502 ! formal parameter removed from routine boundary_conds
    503 !
    504 ! 1111 2013-03-08 23:54:10Z raasch
    505 ! +internal timestep counter for cpu statistics added,
    506 ! openACC directives updated
    507 !
    508 ! 1092 2013-02-02 11:24:22Z raasch
    509 ! unused variables removed
    510 !
    511 ! 1065 2012-11-22 17:42:36Z hoffmann
    512 ! exchange of diss (dissipation rate) in case of turbulence = .TRUE. added
    513 !
    514 ! 1053 2012-11-13 17:11:03Z hoffmann
    515 ! exchange of ghost points for nr, qr added
    516 !
    517 ! 1036 2012-10-22 13:43:42Z raasch
    518 ! code put under GPL (PALM 3.9)
    519 !
    520 ! 1019 2012-09-28 06:46:45Z raasch
    521 ! non-optimized version of prognostic_equations removed
    522 !
    523 ! 1015 2012-09-27 09:23:24Z raasch
    524 ! +call of prognostic_equations_acc
    525 !
    526 ! 1001 2012-09-13 14:08:46Z raasch
    527 ! all actions concerning leapfrog- and upstream-spline-scheme removed
    528 !
    529 ! 849 2012-03-15 10:35:09Z raasch
    530 ! advec_particles renamed lpm, first_call_advec_particles renamed first_call_lpm
    531 !
    532 ! 825 2012-02-19 03:03:44Z raasch
    533 ! wang_collision_kernel renamed wang_kernel
    534 !
    535 ! Revision 1.1  1997/08/11 06:19:04  raasch
    536 ! Initial revision
    537 !
    538147!
    539148! Description:
Note: See TracChangeset for help on using the changeset viewer.