Changeset 4180 for palm/trunk/SOURCE/biometeorology_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/biometeorology_mod.f90
r4168 r4180 90 90 ! Bugfixes and additions for enabling restarts with biometeorology 91 91 ! 92 ! 3646 2018-12-28 17:58:49Z kanani93 ! Remove check for simulated_time > 0, it is not required since biometeorology94 ! is only called from time_integration and not during time_integration_spinup95 !96 ! 3614 2018-12-10 07:05:46Z raasch97 ! unused variables removed98 !99 ! 3593 2018-12-03 13:51:13Z kanani100 ! Bugfix: additional tmrt_grid allocation in case bio_mrt not selected as ouput,101 ! replace degree symbol by degree_C102 !103 ! 3582 2018-11-29 19:16:36Z suehring104 ! Consistently use bio_fill_value everywhere,105 ! move allocation and initialization of output variables to bio_check_data_output106 ! and bio_3d_data_averaging,107 ! dom_dwd_user, Schrempf:108 ! - integration of UVEM module part from r3474 (edited)109 ! - split UTCI regression into 6 parts110 ! - all data_output_3d is now explicity casted to sp111 !112 ! 3525 2018-11-14 16:06:14Z kanani113 ! Clean up, renaming from "biom" to "bio", summary of thermal index calculation114 ! into one module (dom_dwd_user)115 !116 ! 3479 2018-11-01 16:00:30Z gronemeier117 ! - reworked check for output quantities118 ! - assign new palm-error numbers119 ! - set unit according to data standard.120 !121 ! 3475 2018-10-30 21:16:31Z kanani122 ! Add option for using MRT from RTM instead of simplified global value123 !124 ! 3464 2018-10-30 18:08:55Z kanani125 ! From branch resler@3462, pavelkrc:126 ! make use of basic_constants_and_equations_mod127 !128 ! 3448 2018-10-29 18:14:31Z kanani129 ! Initial revision130 !131 !132 !133 ! Authors:134 ! --------135 ! @author Dominik Froehlich <dominik.froehlich@dwd.de>, thermal indices136 ! @author Jaroslav Resler <resler@cs.cas.cz>, mean radiant temperature137 ! @author Michael Schrempf <schrempf@muk.uni-hannover.de>, uv exposure138 !139 92 ! 140 93 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.