Changeset 4180 for palm/trunk/SOURCE/write_restart_data_mod.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_restart_data_mod.f90
r4101 r4180 42 42 ! Implementation of the PALM module interface 43 43 ! 44 ! 3589 2018-11-30 15:09:51Z suehring45 ! Move the control parameter "salsa" from salsa_mod to control_parameters46 ! (M. Kurppa)47 !48 !49 ! 3582 2018-11-29 19:16:36Z suehring50 ! Implementation of a new aerosol module salsa.51 !52 ! 3355 2018-10-16 14:03:34Z knoop53 ! changes concerning modularization of ocean option54 !55 ! 3274 2018-09-24 15:42:55Z knoop56 ! Modularization of all bulk cloud physics code components57 !58 ! 3065 2018-06-12 07:03:02Z Giersch59 ! New parameters concerning vertical grid stretching have been added60 !61 ! 3004 2018-04-27 12:33:25Z Giersch62 ! precipitation_rate_av removed63 !64 ! 3003 2018-04-23 10:22:58Z Giersch65 ! z_i is also written out to use the last known inversion height from the66 ! initial run as the first inversion height which is written into the67 ! run control file68 !69 ! 2956 2018-04-10 11:01:03Z Giersch70 ! spectrum_x and spectrum_y have been moved to global data71 !72 ! 2921 2018-03-22 15:05:23Z Giersch73 ! spinup_time, day_of_year_init and time_utc_init are also written out now74 !75 ! 2912 2018-03-20 13:00:05Z knoop76 ! Added gust module interface calls77 !78 ! 2894 2018-03-15 09:17:58Z Giersch79 ! Initial revision80 !81 44 ! 82 45 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.