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_spinup.f90

    r4064 r4180  
    4646! surface layer fluxes)
    4747!
    48 ! 3467 2018-10-30 19:05:21Z suehring
    49 ! call to material_heat_model now with check if spinup runs (rvtils)
    50 !
    51 ! 3337 2018-10-12 15:17:09Z kanani
    52 ! (from branch resler)
    53 ! Add pt1 initialization
    54 !
    55 ! 3274 2018-09-24 15:42:55Z knoop
    56 ! Modularization of all bulk cloud physics code components
    57 !
    58 ! 3241 2018-09-12 15:02:00Z raasch
    59 ! unused variables removed
    60 !
    61 ! 2983 2018-04-18 10:43:40Z suehring
    62 ! Revise limitation of wall-adjacent velocity.
    63 !
    64 ! 2934 2018-03-26 19:13:22Z suehring
    65 ! Synchronize parent and child models after spinup.
    66 !
    67 ! 2881 2018-03-13 16:24:40Z maronga
    68 ! Added flag for switching on/off calculation of soil moisture
    69 !
    70 ! 2818 2018-02-19 16:42:36Z maronga
    71 ! Velocity components near walls/ground are now set to the profiles stored in
    72 ! u_init and v_init. Activated soil moisture calculation during spinup.
    73 !
    74 ! 2782 2018-02-02 11:51:10Z maronga
    75 ! Bugfix and re-activation of homogeneous setting of velocity components
    76 ! during spinup
    77 !
    78 ! 2758 2018-01-17 12:55:21Z suehring
    79 ! Comment out homogeneous setting of wind velocity as this will lead to zero
    80 ! friction velocity and cause problems in MOST relationships.
    81 !
    82 ! 2728 2018-01-09 07:03:53Z maronga
    83 ! Set velocity componenets to homogeneous values during spinup
    84 !
    85 ! 2724 2018-01-05 12:12:38Z maronga
    86 ! Use dt_spinup for all active components during spinup
    87 !
    88 ! 2723 2018-01-05 09:27:03Z maronga
    89 ! Bugfix: array rad_sw_in no longer exists and is thus removed from RUN_CONTROL
    90 ! output.
    91 ! Added output of XY and 3D data during spinup.
    92 ! Bugfix: time step in LSM and USM was set to dt_3d instead of dt_spinup
    93 !
    94 ! 2718 2018-01-02 08:49:38Z maronga
    95 ! Corrected "Former revisions" section
    96 !
    97 ! 2696 2017-12-14 17:12:51Z kanani
    98 ! Change in file header (GPL part)
    99 ! Added radiation interactions (moved from USM) (MS)
    100 !
    101 ! 2544 2017-10-13 18:09:32Z maronga
    102 ! Date and time quantities are now read from date_and_time_mod
    103 !
    104 ! 2299 2017-06-29 10:14:38Z maronga
    105 ! Call of soil model adjusted to avoid prognostic equation for soil moisture
    106 ! during spinup.
    107 ! Better representation of diurnal cycle of near-surface temperature.
    108 ! Excluded prognostic equation for soil moisture during spinup.
    109 ! Added output of run control data for spinup.
    110 !
    111 ! 2297 2017-06-28 14:35:57Z scharf
    112 ! bugfixes
    113 !
    114 ! 2296 2017-06-28 07:53:56Z maronga
    115 ! Initial revision
    116 !
    11748!
    11849! Description:
Note: See TracChangeset for help on using the changeset viewer.