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

    r4168 r4180  
    9090! Bugfixes and additions for enabling restarts with biometeorology
    9191!
    92 ! 3646 2018-12-28 17:58:49Z kanani
    93 ! Remove check for simulated_time > 0, it is not required since biometeorology
    94 ! is only called from time_integration and not during time_integration_spinup
    95 !
    96 ! 3614 2018-12-10 07:05:46Z raasch
    97 ! unused variables removed
    98 !
    99 ! 3593 2018-12-03 13:51:13Z kanani
    100 ! Bugfix: additional tmrt_grid allocation in case bio_mrt not selected as ouput,
    101 ! replace degree symbol by degree_C
    102 !
    103 ! 3582 2018-11-29 19:16:36Z suehring
    104 ! Consistently use bio_fill_value everywhere,
    105 ! move allocation and initialization of output variables to bio_check_data_output
    106 ! 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 parts
    110 ! - all data_output_3d is now explicity casted to sp
    111 !
    112 ! 3525 2018-11-14 16:06:14Z kanani
    113 ! Clean up, renaming from "biom" to "bio", summary of thermal index calculation
    114 ! into one module (dom_dwd_user)
    115 !
    116 ! 3479 2018-11-01 16:00:30Z gronemeier
    117 ! - reworked check for output quantities
    118 ! - assign new palm-error numbers
    119 ! - set unit according to data standard.
    120 !
    121 ! 3475 2018-10-30 21:16:31Z kanani
    122 ! Add option for using MRT from RTM instead of simplified global value
    123 !
    124 ! 3464 2018-10-30 18:08:55Z kanani
    125 ! From branch resler@3462, pavelkrc:
    126 ! make use of basic_constants_and_equations_mod
    127 !
    128 ! 3448 2018-10-29 18:14:31Z kanani
    129 ! Initial revision
    130 !
    131 !
    132 !
    133 ! Authors:
    134 ! --------
    135 ! @author Dominik Froehlich <dominik.froehlich@dwd.de>, thermal indices
    136 ! @author Jaroslav Resler <resler@cs.cas.cz>, mean radiant temperature
    137 ! @author Michael Schrempf <schrempf@muk.uni-hannover.de>, uv exposure
    138 !
    13992!
    14093! Description:
Note: See TracChangeset for help on using the changeset viewer.