Changeset 4180 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4176 r4180 74 74 ! Formatting 75 75 ! 76 ! 3637 2018-12-20 01:51:36Z knoop77 ! Implementation of the PALM module interface78 !79 ! 3597 2018-12-04 08:40:18Z maronga80 ! Added checks for theta_2m81 !82 ! 3589 2018-11-30 15:09:51Z suehring83 ! Move the control parameter "salsa" from salsa_mod to control_parameters84 ! (M. Kurppa)85 !86 !87 ! 3582 2018-11-29 19:16:36Z suehring88 ! Call nesting_offl_check_parameters89 !90 ! 3575 2018-11-28 15:06:32Z kanani91 ! Bugfix for output time levels in parallel NetCDF output with spinup92 !93 ! 3569 2018-11-27 17:03:40Z kanani94 ! Sort chemistry routine calls into list.95 ! dom_dwd_user, Schrempf:96 ! remove CALLs to uv exposure model, this is now part of biometeorology_mod97 !98 ! 3545 2018-11-21 11:19:41Z gronemeier99 ! Call tcm_check_parameters before other modules100 !101 ! 3529 2018-11-15 21:03:15Z gronemeier102 ! Save time zone in variable run_zone, change date format into YYYY-MM-DD103 !104 ! 3525 2018-11-14 16:06:14Z kanani105 ! Changes related to clean-up of biometeorology (dom_dwd_user)106 !107 ! 3517 2018-11-12 16:27:08Z gronemeier108 ! bugfix: renamed 'w*2pt*' -> 'w*2theta*'109 ! 'w*pt*2' -> 'w*theta*2'110 !111 ! 2017-10-10 11:29:14Z monakurppa112 ! Implementation of a new aerosol module salsa.113 !114 ! 3472 2018-10-30 20:43:50Z suehring115 ! Bugfix: Missing air_chemistry statement for profile check116 !117 ! 3452 2018-10-30 13:13:34Z schwenkel118 ! Bugfix for profiles output119 !120 ! 3448 2018-10-29 18:14:31Z kanani121 ! Add biometeorology122 !123 ! 3421 2018-10-24 18:39:32Z gronemeier124 ! Renamed output variables125 ! Add checks for surface data output126 !127 ! 3419 2018-10-24 17:27:31Z gronemeier128 ! Remove offline nesting in if clause for pressure top boundary condition129 !130 ! 3343 2018-10-15 10:38:52Z suehring131 ! (from branch resler)132 ! Add biometeorology,133 ! fix for chemistry output,134 ! increase of uv_heights dimension135 !136 ! 3312 2018-10-06 14:15:46Z knoop137 ! small code rearrangements138 !139 ! 3301 2018-10-02 17:10:50Z gronemeier140 ! corrected former revision section141 !142 ! 3298 2018-10-02 12:21:11Z kanani143 ! - Minor formatting and remarks144 ! - Call of chem_emissions_check_parameters commented145 ! (preliminary, as there is still a bug in this subroutine) (forkel)146 ! - Corrected call for chemistry profile output added (basit)147 ! - Call for init_vertical_profiles for chemistry removed (basit)148 ! - Call for chem_init_profiles removed (basit)149 ! - Setting of initial profiles for chemstry (constant and call of150 ! init_vertical_profiles) commented (forkel)151 !152 ! 3294 2018-10-01 raasch153 ! changes concerning modularization of ocean option,154 ! init_vertical_profiles moved to separate file to avoid circular dependency155 !156 ! 3274 2018-09-24 knoop157 ! Modularization of all bulk cloud physics code components158 !159 ! 3241 2018-09-12 raasch160 ! unused variables removed161 !162 ! 3232 2018-09-07 raasch163 ! references to mrun replaced by palmrun, and updated164 !165 ! 3182 2018-07-27 suehring166 ! Rename boundary conditions in offline nesting167 !168 ! 3083 2018-06-19 gronemeier169 ! Add inital profile output for e (TG)170 !171 ! 3065 2018-06-12 07:03:02Z Giersch172 ! dz was replaced by dz(1), error message revised173 !174 ! 3049 2018-05-29 13:52:36Z Giersch175 ! add variable description176 !177 ! 3046 2018-05-29 08:02:15Z Giersch178 ! Error messages revised179 !180 ! 3045 2018-05-28 07:55:41Z Giersch181 ! Error messages revised182 !183 ! 3035 2018-05-24 09:35:20Z schwenkel184 ! Add option to initialize warm air bubble close to surface185 !186 ! 3034 2018-05-24 08:41:20Z raasch187 ! bugfix: check that initializing_actions has been set188 !189 ! 2980 2018-04-17 15:19:27Z suehring190 ! Further improvement for spinup checks.191 !192 ! 2974 2018-04-16 12:59:52Z gronemeier193 ! Bugfix: check if dt_data_output_av is zero in case of parallel NetCDF output194 !195 ! 2970 2018-04-13 15:09:23Z suehring196 ! Bugfix in old large-scale forcing mode197 !198 ! 2964 2018-04-12 16:04:03Z Giersch199 ! Calculation of fixed number of output time levels for parallel netcdf output200 ! has been revised (based on calculations in netcdf_interface_mod)201 !202 ! 2938 2018-03-27 15:52:42Z suehring203 ! - Revise start and end indices for imposing random disturbances in case of204 ! nesting or large-scale forcing.205 ! - Remove check for inifor initialization in case of nested runs.206 ! - Adapt call to check for synthetic turbulence geneartor settings.207 !208 ! 2936 2018-03-27 14:49:27Z suehring209 ! Check spinup in case of nested runs, spinup time and timestep must be210 ! identical to assure synchronuous simulations.211 !212 ! 2932 2018-03-26 09:39:22Z maronga213 ! renamed particles_par to particle_parameters214 !215 ! 2918 2018-03-21 15:52:14Z gronemeier216 ! Add check for 1D model217 !218 ! 2883 2018-03-14 08:29:10Z Giersch219 ! dt_dopr_listing is not set to the default value zero anymore220 !221 ! 2851 2018-03-05 14:39:31Z maronga222 ! Bugfix: calculation of output time levels in case of restart runs (parallel223 ! NetCDF)224 !225 ! 2836 2018-02-26 13:40:05Z Giersch226 ! dt_dopr_listing is set to the default value zero227 !228 ! 2817 2018-02-19 16:32:21Z knoop229 ! Preliminary gust module interface implemented230 !231 ! 2798 2018-02-09 17:16:39Z suehring232 ! Consider also default-type surfaces for surface temperature output.233 !234 ! 2797 2018-02-08 13:24:35Z suehring235 ! Enable output of ground-heat flux also at urban surfaces.236 !237 ! 2776 2018-01-31 10:44:42Z Giersch238 ! Variable synthetic_turbulence_generator has been abbreviated239 !240 ! 2773 2018-01-30 14:12:54Z suehring241 ! Check for consistent initialization in nesting mode added.242 !243 ! 2766 2018-01-22 17:17:47Z kanani244 ! Removed preprocessor directive __chem245 !246 ! 2765 2018-01-22 11:34:58Z maronga247 ! Renamed simulation_time_since_reference to248 ! time_to_be_simulated_from_reference_point249 !250 ! 2746 2018-01-15 12:06:04Z suehring251 ! Move flag plant canopy to modules252 !253 ! 2743 2018-01-12 16:03:39Z suehring254 ! In case of natural- and urban-type surfaces output surfaces fluxes in W/m2.255 !256 ! 2742 2018-01-12 14:59:47Z suehring257 ! Enable output of surface temperature258 !259 ! 2735 2018-01-11 12:01:27Z suehring260 ! output of r_a moved from land-surface to consider also urban-type surfaces261 !262 ! 2718 2018-01-02 08:49:38Z maronga263 ! Corrected "Former revisions" section264 !265 ! 2696 2017-12-14 17:12:51Z kanani266 ! Change in file header (GPL part)267 ! Implementation of uv exposure model (FK)268 ! + new possible value for dissipation_1d269 ! Added checks for turbulence_closure_mod (TG)270 ! Implementation of chemistry module (FK)271 !272 ! 2689 2017-12-12 17:46:55Z Giersch273 ! Bugfix in if query274 !275 ! 2688 2017-12-12 17:27:04Z Giersch276 ! Check if humidity is set to TRUE in the _p3d file for coupled runs277 !278 ! 2669 2017-12-06 16:03:27Z raasch279 ! mrun-string replaced by palmrun280 !281 ! 2628 2017-11-20 12:40:38Z schwenkel282 ! Enabled particle advection with grid stretching -> Removed parameter check283 !284 ! 2575 2017-10-24 09:57:58Z maronga285 ! Renamed phi --> latitude286 !287 ! 2564 2017-10-19 15:56:56Z Giersch288 ! Variable wind_turbine was added to control_parameters.289 !290 ! 2550 2017-10-16 17:12:01Z boeske291 ! Added checks for complex terrain simulations292 !293 ! 2513 2017-10-04 09:24:39Z kanani294 ! Bugfix for some dopr(_initial)_index values and units connected to295 ! passive-scalar output296 !297 ! 2508 2017-10-02 08:57:09Z suehring298 ! Bugfix, change default value of vertical_gradient level in order to consider299 ! also ocean runs300 !301 ! 2422 2017-09-08 08:25:41Z raasch302 ! error message in case of missing "restart" file activation string303 !304 ! 2375 2017-08-29 14:10:28Z schwenkel305 ! Added aerosol for bulk microphysics306 !307 ! 2365 2017-08-21 14:59:59Z kanani308 ! Vertical grid nesting implemented: Check coupling mode. Generate file header309 ! (SadiqHuq)310 !311 ! 2354 2017-08-17 10:49:36Z schwenkel312 ! Bugfix correlated to lsm_check_data_output_pr.313 ! If-statement for following checks is essential, otherwise units for lsm output314 ! are set to 'illegal' and palm will be aborted.315 !316 ! 2348 2017-08-10 10:40:10Z kanani317 ! New: Check for simultaneous use of geostrophic wind and u_profile/v_profile318 !319 ! 2345 2017-08-09 11:50:30Z Giersch320 ! Remove error message PA0156 and the conserve_volume_flow_mode option321 ! inflow_profile322 !323 ! 2339 2017-08-07 13:55:26Z raasch324 ! corrected timestamp in header325 !326 ! 2338 2017-08-07 12:15:38Z gronemeier327 ! Modularize 1D model328 !329 ! 2329 2017-08-03 14:24:56Z knoop330 ! Bugfix: index corrected for rho_air and rho_air_zw output331 !332 ! 2320 2017-07-21 12:47:43Z suehring333 ! Modularize large-scale forcing and nudging334 !335 ! 2312 2017-07-14 20:26:51Z hoffmann336 ! PA0349 and PA0420 removed.337 !338 ! 2300 2017-06-29 13:31:14Z raasch339 ! host-specific settings and checks removed340 !341 ! 2292 2017-06-20 09:51:42Z schwenkel342 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'343 ! includes two more prognostic equations for cloud drop concentration (nc)344 ! and cloud water content (qc).345 !346 ! 2274 2017-06-09 13:27:48Z Giersch347 ! Changed error messages348 !349 ! 2271 2017-06-09 12:34:55Z sward350 ! roughness-length check altered351 ! Error messages fixed352 !353 ! 2270 2017-06-09 12:18:47Z maronga354 ! Revised numbering (removed 2 timeseries)355 !356 ! 2259 2017-06-08 09:09:11Z gronemeier357 ! Implemented synthetic turbulence generator358 !359 ! 2251 2017-06-06 15:10:46Z Giersch360 !361 ! 2250 2017-06-06 15:07:12Z Giersch362 ! Doxygen comment added363 !364 ! 2248 2017-06-06 13:52:54Z sward365 ! Error message fixed366 !367 ! 2209 2017-04-19 09:34:46Z kanani368 ! Check for plant canopy model output369 !370 ! 2200 2017-04-11 11:37:51Z suehring371 ! monotonic_adjustment removed372 !373 ! 2178 2017-03-17 11:07:39Z hellstea374 ! Index limits for perturbations are now set also in case of nested375 ! boundary conditions376 !377 ! 2169 2017-03-06 18:16:35Z suehring378 ! Bugfix, move setting for topography grid convention to init_grid379 !380 ! 2118 2017-01-17 16:38:49Z raasch381 ! OpenACC related parts of code removed382 !383 ! 2088 2016-12-19 16:30:25Z suehring384 ! Bugfix in initial salinity profile385 !386 ! 2084 2016-12-09 15:59:42Z knoop387 ! Removed anelastic + multigrid error message388 !389 ! 2052 2016-11-08 15:14:59Z gronemeier390 ! Bugfix: remove setting of default value for recycling_width391 !392 ! 2050 2016-11-08 15:00:55Z gronemeier393 ! Implement turbulent outflow condition394 !395 ! 2044 2016-11-02 16:44:25Z knoop396 ! Added error code for anelastic approximation397 !398 ! 2042 2016-11-02 13:47:31Z suehring399 ! Additional checks for wall_heatflux, wall_humidityflux and wall_scalarflux.400 ! Bugfix, check for constant_scalarflux.401 !402 ! 2040 2016-10-26 16:58:09Z gronemeier403 ! Removed check for statistic_regions > 9.404 !405 ! 2037 2016-10-26 11:15:40Z knoop406 ! Anelastic approximation implemented407 !408 ! 2031 2016-10-21 15:11:58Z knoop409 ! renamed variable rho to rho_ocean410 !411 ! 2026 2016-10-18 10:27:02Z suehring412 ! Bugfix, enable output of s*2413 !414 ! 2024 2016-10-12 16:42:37Z kanani415 ! Added missing CASE, error message and unit for ssws*,416 ! increased number of possible output quantities to 500.417 !418 ! 2011 2016-09-19 17:29:57Z kanani419 ! Flag urban_surface is now defined in module control_parameters,420 ! changed prefix for urban surface model output to "usm_",421 ! added flag lsf_exception (inipar-Namelist parameter) to allow explicit422 ! enabling of large scale forcing together with buildings on flat terrain,423 ! introduced control parameter varnamelength for LEN of var.424 !425 ! 2007 2016-08-24 15:47:17Z kanani426 ! Added checks for the urban surface model,427 ! increased counter in DO WHILE loop over data_output (for urban surface output)428 !429 ! 2000 2016-08-20 18:09:15Z knoop430 ! Forced header and separation lines into 80 columns431 !432 ! 1994 2016-08-15 09:52:21Z suehring433 ! Add missing check for bulk_cloud_model and cloud_droplets434 !435 ! 1992 2016-08-12 15:14:59Z suehring436 ! New checks for top_scalarflux437 ! Bugfixes concerning data output of profiles in case of passive_scalar438 !439 ! 1984 2016-08-01 14:48:05Z suehring440 ! Bugfix: checking for bottom and top boundary condition for humidity and scalars441 !442 ! 1972 2016-07-26 07:52:02Z maronga443 ! Removed check of lai* (done in land surface module)444 !445 ! 1970 2016-07-18 14:27:12Z suehring446 ! Bugfix, check for ibc_q_b and constant_waterflux in case of land-surface scheme447 !448 ! 1962 2016-07-13 09:16:44Z suehring449 ! typo removed450 !451 ! 1960 2016-07-12 16:34:24Z suehring452 ! Separate checks and calculations for humidity and passive scalar. Therefore,453 ! a subroutine to calculate vertical gradients is introduced, in order to reduce454 ! redundance.455 ! Additional check - large-scale forcing is not implemented for passive scalars456 ! so far.457 !458 ! 1931 2016-06-10 12:06:59Z suehring459 ! Rename multigrid into multigrid_noopt and multigrid_fast into multigrid460 !461 ! 1929 2016-06-09 16:25:25Z suehring462 ! Bugfix in check for use_upstream_for_tke463 !464 ! 1918 2016-05-27 14:35:57Z raasch465 ! setting of a fixed reference state ('single_value') for ocean runs removed466 !467 ! 1914 2016-05-26 14:44:07Z witha468 ! Added checks for the wind turbine model469 !470 ! 1841 2016-04-07 19:14:06Z raasch471 ! redundant location message removed472 !473 ! 1833 2016-04-07 14:23:03Z raasch474 ! check of spectra quantities moved to spectra_mod475 !476 ! 1829 2016-04-07 12:16:29Z maronga477 ! Bugfix: output of user defined data required reset of the string 'unit'478 !479 ! 1826 2016-04-07 12:01:39Z maronga480 ! Moved checks for radiation model to the respective module.481 ! Moved checks for plant canopy model to the respective module.482 ! Bugfix for check of too large roughness_length483 !484 ! 1824 2016-04-07 09:55:29Z gronemeier485 ! Check if roughness_length < dz/2. Moved location_message(finished) to the end.486 !487 ! 1822 2016-04-07 07:49:42Z hoffmann488 ! PALM collision kernel deleted. Collision algorithms are checked for correct489 ! spelling.490 !491 ! Tails removed.492 ! !493 ! Checks for use_sgs_for_particles adopted for the use of droplets with494 ! use_sgs_for_particles adopted.495 !496 ! Unused variables removed.497 !498 ! 1817 2016-04-06 15:44:20Z maronga499 ! Moved checks for land_surface model to the respective module500 !501 ! 1806 2016-04-05 18:55:35Z gronemeier502 ! Check for recycling_yshift503 !504 ! 1804 2016-04-05 16:30:18Z maronga505 ! Removed code for parameter file check (__check)506 !507 ! 1795 2016-03-18 15:00:53Z raasch508 ! Bugfix: setting of initial scalar profile in ocean509 !510 ! 1788 2016-03-10 11:01:04Z maronga511 ! Added check for use of most_method = 'lookup' in combination with water512 ! surface presribed in the land surface model. Added output of z0q.513 ! Syntax layout improved.514 !515 ! 1786 2016-03-08 05:49:27Z raasch516 ! cpp-direktives for spectra removed, check of spectra level removed517 !518 ! 1783 2016-03-06 18:36:17Z raasch519 ! netcdf variables and module name changed,520 ! check of netcdf precision removed (is done in the netcdf module)521 !522 ! 1764 2016-02-28 12:45:19Z raasch523 ! output of nest id in run description header,524 ! bugfix: check of validity of lateral boundary conditions moved to parin525 !526 ! 1762 2016-02-25 12:31:13Z hellstea527 ! Introduction of nested domain feature528 !529 ! 1745 2016-02-05 13:06:51Z gronemeier530 ! Bugfix: check data output intervals to be /= 0.0 in case of parallel NetCDF4531 !532 ! 1701 2015-11-02 07:43:04Z maronga533 ! Bugfix: definition of rad_net timeseries was missing534 !535 ! 1691 2015-10-26 16:17:44Z maronga536 ! Added output of Obukhov length (ol) and radiative heating rates for RRTMG.537 ! Added checks for use of radiation / lsm with topography.538 !539 ! 1682 2015-10-07 23:56:08Z knoop540 ! Code annotations made doxygen readable541 !542 ! 1606 2015-06-29 10:43:37Z maronga543 ! Added check for use of RRTMG without netCDF.544 !545 ! 1587 2015-05-04 14:19:01Z maronga546 ! Added check for set of albedos when using RRTMG547 !548 ! 1585 2015-04-30 07:05:52Z maronga549 ! Added support for RRTMG550 !551 ! 1575 2015-03-27 09:56:27Z raasch552 ! multigrid_fast added as allowed pressure solver553 !554 ! 1573 2015-03-23 17:53:37Z suehring555 ! Bugfix: check for advection schemes in case of non-cyclic boundary conditions556 !557 ! 1557 2015-03-05 16:43:04Z suehring558 ! Added checks for monotonic limiter559 !560 ! 1555 2015-03-04 17:44:27Z maronga561 ! Added output of r_a and r_s. Renumbering of LSM PA-messages.562 !563 ! 1553 2015-03-03 17:33:54Z maronga564 ! Removed check for missing soil temperature profile as default values were added.565 !566 ! 1551 2015-03-03 14:18:16Z maronga567 ! Added various checks for land surface and radiation model. In the course of this568 ! action, the length of the variable var has to be increased569 !570 ! 1504 2014-12-04 09:23:49Z maronga571 ! Bugfix: check for large_scale forcing got lost.572 !573 ! 1500 2014-12-03 17:42:41Z maronga574 ! Boundary conditions changed to dirichlet for land surface model575 !576 ! 1496 2014-12-02 17:25:50Z maronga577 ! Added checks for the land surface model578 !579 ! 1484 2014-10-21 10:53:05Z kanani580 ! Changes due to new module structure of the plant canopy model:581 ! module plant_canopy_model_mod added,582 ! checks regarding usage of new method for leaf area density profile583 ! construction added,584 ! lad-profile construction moved to new subroutine init_plant_canopy within585 ! the module plant_canopy_model_mod,586 ! drag_coefficient renamed to canopy_drag_coeff.587 ! Missing KIND-attribute for REAL constant added588 !589 ! 1455 2014-08-29 10:47:47Z heinze590 ! empty time records in volume, cross-section and masked data output prevented591 ! in case of non-parallel netcdf-output in restart runs592 !593 ! 1429 2014-07-15 12:53:45Z knoop594 ! run_description_header exended to provide ensemble_member_nr if specified595 !596 ! 1425 2014-07-05 10:57:53Z knoop597 ! bugfix: perturbation domain modified for parallel random number generator598 !599 ! 1402 2014-05-09 14:25:13Z raasch600 ! location messages modified601 !602 ! 1400 2014-05-09 14:03:54Z knoop603 ! Check random generator extended by option random-parallel604 !605 ! 1384 2014-05-02 14:31:06Z raasch606 ! location messages added607 !608 ! 1365 2014-04-22 15:03:56Z boeske609 ! Usage of large scale forcing for pt and q enabled:610 ! output for profiles of large scale advection (td_lsa_lpt, td_lsa_q),611 ! large scale subsidence (td_sub_lpt, td_sub_q)612 ! and nudging tendencies (td_nud_lpt, td_nud_q, td_nud_u and td_nud_v) added,613 ! check if use_subsidence_tendencies is used correctly614 !615 ! 1361 2014-04-16 15:17:48Z hoffmann616 ! PA0363 removed617 ! PA0362 changed618 !619 ! 1359 2014-04-11 17:15:14Z hoffmann620 ! Do not allow the execution of PALM with use_particle_tails, since particle621 ! tails are currently not supported by our new particle structure.622 !623 ! PA0084 not necessary for new particle structure624 !625 ! 1353 2014-04-08 15:21:23Z heinze626 ! REAL constants provided with KIND-attribute627 !628 ! 1330 2014-03-24 17:29:32Z suehring629 ! In case of SGS-particle velocity advection of TKE is also allowed with630 ! dissipative 5th-order scheme.631 !632 ! 1327 2014-03-21 11:00:16Z raasch633 ! "baroclinicity" renamed "baroclinity", "ocean version" replaced by "ocean mode"634 ! bugfix: duplicate error message 56 removed,635 ! check of data_output_format and do3d_compress removed636 !637 ! 1322 2014-03-20 16:38:49Z raasch638 ! some REAL constants defined as wp-kind639 !640 ! 1320 2014-03-20 08:40:49Z raasch641 ! Kind-parameters added to all INTEGER and REAL declaration statements,642 ! kinds are defined in new module kinds,643 ! revision history before 2012 removed,644 ! comment fields (!:) to be used for variable explanations added to645 ! all variable declaration statements646 !647 ! 1308 2014-03-13 14:58:42Z fricke648 ! +netcdf_data_format_save649 ! Calculate fixed number of output time levels for parallel netcdf output.650 ! For masked data, parallel netcdf output is not tested so far, hence651 ! netcdf_data_format is switched back to non-paralell output.652 !653 ! 1299 2014-03-06 13:15:21Z heinze654 ! enable usage of large_scale subsidence in combination with large_scale_forcing655 ! output for profile of large scale vertical velocity w_subs added656 !657 ! 1276 2014-01-15 13:40:41Z heinze658 ! Use LSF_DATA also in case of Dirichlet bottom boundary condition for scalars659 !660 ! 1241 2013-10-30 11:36:58Z heinze661 ! output for profiles of ug and vg added662 ! set surface_heatflux and surface_waterflux also in dependence on663 ! large_scale_forcing664 ! checks for nudging and large scale forcing from external file665 !666 ! 1236 2013-09-27 07:21:13Z raasch667 ! check number of spectra levels668 !669 ! 1216 2013-08-26 09:31:42Z raasch670 ! check for transpose_compute_overlap (temporary)671 !672 ! 1214 2013-08-21 12:29:17Z kanani673 ! additional check for simultaneous use of vertical grid stretching674 ! and particle advection675 !676 ! 1212 2013-08-15 08:46:27Z raasch677 ! checks for poisfft_hybrid removed678 !679 ! 1210 2013-08-14 10:58:20Z raasch680 ! check for fftw681 !682 ! 1179 2013-06-14 05:57:58Z raasch683 ! checks and settings of buoyancy parameters and switches revised,684 ! initial profile for rho_ocean added to hom (id=77)685 !686 ! 1174 2013-05-31 10:28:08Z gryschka687 ! Bugfix in computing initial profiles for ug, vg, lad, q in case of Atmosphere688 !689 ! 1159 2013-05-21 11:58:22Z fricke690 ! bc_lr/ns_dirneu/neudir removed691 !692 ! 1115 2013-03-26 18:16:16Z hoffmann693 ! unused variables removed694 ! drizzle can be used without precipitation695 !696 ! 1111 2013-03-08 23:54:10Z raasch697 ! ibc_p_b = 2 removed698 !699 ! 1103 2013-02-20 02:15:53Z raasch700 ! Bugfix: turbulent inflow must not require cyclic fill in restart runs701 !702 ! 1092 2013-02-02 11:24:22Z raasch703 ! unused variables removed704 !705 ! 1069 2012-11-28 16:18:43Z maronga706 ! allow usage of topography in combination with cloud physics707 !708 ! 1065 2012-11-22 17:42:36Z hoffmann709 ! Bugfix: It is not allowed to use cloud_scheme = seifert_beheng without710 ! precipitation in order to save computational resources.711 !712 ! 1060 2012-11-21 07:19:51Z raasch713 ! additional check for parameter turbulent_inflow714 !715 ! 1053 2012-11-13 17:11:03Z hoffmann716 ! necessary changes for the new two-moment cloud physics scheme added:717 ! - check cloud physics scheme (Kessler or Seifert and Beheng)718 ! - plant_canopy is not allowed719 ! - currently, only cache loop_optimization is allowed720 ! - initial profiles of nr, qr721 ! - boundary condition of nr, qr722 ! - check output quantities (qr, nr, prr)723 !724 ! 1036 2012-10-22 13:43:42Z raasch725 ! code put under GPL (PALM 3.9)726 !727 ! 1031/1034 2012-10-22 11:32:49Z raasch728 ! check of netcdf4 parallel file support729 !730 ! 1019 2012-09-28 06:46:45Z raasch731 ! non-optimized version of prognostic_equations not allowed any more732 !733 ! 1015 2012-09-27 09:23:24Z raasch734 ! acc allowed for loop optimization,735 ! checks for adjustment of mixing length to the Prandtl mixing length removed736 !737 ! 1003 2012-09-14 14:35:53Z raasch738 ! checks for cases with unequal subdomain sizes removed739 !740 ! 1001 2012-09-13 14:08:46Z raasch741 ! all actions concerning leapfrog- and upstream-spline-scheme removed742 !743 ! 996 2012-09-07 10:41:47Z raasch744 ! little reformatting745 746 ! 978 2012-08-09 08:28:32Z fricke747 ! setting of bc_lr/ns_dirneu/neudir748 ! outflow damping layer removed749 ! check for z0h*750 ! check for pt_damping_width751 !752 ! 964 2012-07-26 09:14:24Z raasch753 ! check of old profil-parameters removed754 !755 ! 940 2012-07-09 14:31:00Z raasch756 ! checks for parameter neutral757 !758 ! 924 2012-06-06 07:44:41Z maronga759 ! Bugfix: preprocessor directives caused error during compilation760 !761 ! 892 2012-05-02 13:51:44Z maronga762 ! Bugfix for parameter file check ( excluding __netcdf4 )763 !764 ! 866 2012-03-28 06:44:41Z raasch765 ! use only 60% of the geostrophic wind as translation speed in case of Galilean766 ! transformation and use_ug_for_galilei_tr = .T. in order to mimimize the767 ! timestep768 !769 ! 861 2012-03-26 14:18:34Z suehring770 ! Check for topography and ws-scheme removed.771 ! Check for loop_optimization = 'vector' and ws-scheme removed.772 !773 ! 845 2012-03-07 10:23:05Z maronga774 ! Bugfix: exclude __netcdf4 directive part from namelist file check compilation775 !776 ! 828 2012-02-21 12:00:36Z raasch777 ! check of collision_kernel extended778 !779 ! 825 2012-02-19 03:03:44Z raasch780 ! check for collision_kernel and curvature_solution_effects781 !782 ! 809 2012-01-30 13:32:58Z maronga783 ! Bugfix: replaced .AND. and .NOT. with && and ! in the preprocessor directives784 !785 ! 807 2012-01-25 11:53:51Z maronga786 ! New cpp directive "__check" implemented which is used by check_namelist_files787 !788 ! Revision 1.1 1997/08/26 06:29:23 raasch789 ! Initial revision790 !791 76 ! 792 77 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.