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

    r4004 r4180  
    3434! variables documented
    3535!
    36 ! 3421 2018-10-24 18:39:32Z gronemeier
    37 ! Renamed output variables
    38 !
    39 ! 3274 2018-09-24 15:42:55Z knoop
    40 ! Modularization of all bulk cloud physics code components
    41 !
    42 ! 3248 2018-09-14 09:42:06Z sward
    43 ! Minor formating changes
    44 !
    45 ! 3246 2018-09-13 15:14:50Z sward
    46 ! Added error handling for input namelist via parin_fail_message
    47 !
    48 ! 3241 2018-09-12 15:02:00Z raasch
    49 ! unused variables removed
    50 !
    51 ! 3182 2018-07-27 13:36:03Z suehring
    52 ! IF statement revised to consider new vertical grid stretching
    53 !
    54 ! 3049 2018-05-29 13:52:36Z Giersch
    55 ! Error messages revised
    56 !
    57 ! 2932 2018-03-26 09:39:22Z Giersch
    58 ! renamed flight_par to virtual_flight_parameters
    59 !
    60 ! 2894 2018-03-15 09:17:58Z Giersch
    61 ! variable named found has been introduced for checking if restart data was
    62 ! found, reading of restart strings has been moved completely to
    63 ! read_restart_data_mod, virtual_flight_prerun flag has been removed, redundant
    64 ! skipping function has been removed, flight_read/write_restart_data
    65 ! have been renamed to flight_r/wrd_global, flight_rrd_global is called in
    66 ! read_restart_data_mod now, marker *** end flight *** was removed, strings and
    67 ! their respective lengths are written out and read now in case of restart runs
    68 ! to get rid of prescribed character lengths, CASE DEFAULT was added if restart
    69 ! data is read
    70 !
    71 ! 2872 2018-03-12 10:05:47Z Giersch
    72 ! virutal_flight_prerun flag is used to define if module
    73 ! related parameters were outputted as restart data
    74 !
    75 ! 2718 2018-01-02 08:49:38Z maronga
    76 ! Corrected "Former revisions" section
    77 !
    78 ! 2696 2017-12-14 17:12:51Z kanani
    79 ! Change in file header (GPL part)
    80 !
    81 ! 2576 2017-10-24 13:49:46Z Giersch
    82 ! Definition of a new function called flight_skip_var_list to skip module
    83 ! parameters during reading restart data
    84 !
    85 ! 2563 2017-10-19 15:36:10Z Giersch
    86 ! flight_read_restart_data is called in flight_parin in the case of a restart
    87 ! run. flight_skip_var_list is not necessary anymore due to marker changes in
    88 ! restart files.
    89 !
    90 ! 2271 2017-06-09 12:34:55Z sward
    91 ! Todo added
    92 !
    93 ! 2101 2017-01-05 16:42:31Z suehring
    94 !
    95 ! 2000 2016-08-20 18:09:15Z knoop
    96 ! Forced header and separation lines into 80 columns
    97 !
    98 ! 1960 2016-07-12 16:34:24Z suehring
    99 ! Separate humidity and passive scalar.
    100 ! Bugfix concerning labeling of timeseries.
    101 !
    102 ! 1957 2016-07-07 10:43:48Z suehring
    103 ! Initial revision
    10436!
    10537! Description:
Note: See TracChangeset for help on using the changeset viewer.