Changeset 4180 for palm/trunk/SOURCE/palm.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r4039 r4180 46 46 ! Rename subroutines for surface-data output 47 47 ! 48 ! 3524 2018-11-14 13:36:44Z raasch49 ! unused variable removed50 !51 ! 3494 2018-11-06 14:51:27Z suehring52 ! Last actions for surface output added53 !54 ! 3487 2018-11-05 07:18:02Z maronga55 ! Updates version to 6.056 !57 ! 3484 2018-11-02 14:41:25Z hellstea58 ! pmci_ensure_nest_mass_conservation removed permanently59 !60 ! 3458 2018-10-30 14:51:23Z kanani61 ! from chemistry branch r3443, forkel:62 ! removed double do_emis check around CALL chem_init63 ! replaced call to calc_date_and_time to init_date_and_time64 !65 ! 3337 2018-10-12 15:17:09Z kanani66 ! (from branch resler)67 ! Fix chemistry call68 !69 ! 3298 2018-10-02 12:21:11Z kanani70 ! - Minor formatting (kanani)71 ! - Added Call of date_and_time_init (Russo)72 ! - Added Call of calc_date_and_time before call of init_3d where emissions73 ! are initialized:74 ! we have to know the time indices to initialize emission values (Russo)75 ! - Added Call of netcdf_data_input_chemistry_data (Russo)76 !77 ! 3274 2018-09-24 15:42:55Z knoop78 ! Modularization of all bulk cloud physics code components79 !80 ! 3258 2018-09-18 07:23:31Z Giersch81 ! current revision for user interface has been changed to 324082 !83 ! 3241 2018-09-12 15:02:00Z raasch84 ! unused variables removed85 !86 ! 3235 2018-09-07 14:06:15Z sward87 ! Added mas_last_actions call and multi_agent_system_mod dependency88 !89 ! 3232 2018-09-07 12:21:44Z raasch90 ! references to mrun replaced by palmrun, and updated91 !92 ! 3182 2018-07-27 13:36:03Z suehring93 ! Deduct spinup_time from RUN_CONTROL output of main 3d run94 ! (use time_since_reference_point instead of simulated_time)95 !96 ! 2951 2018-04-06 09:05:08Z kanani97 ! Add log_point_s for pmci_init98 !99 ! 2903 2018-03-16 08:17:06Z hellstea100 ! Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after101 ! the nest initialization are removed as they may create unwanted initial102 ! perturbation in some cases.103 !104 ! 2894 2018-03-15 09:17:58Z Giersch105 ! Modified todo list, _write_restart_data/_last_actions has been renamed to106 ! _wrd_local, unit 14 will be opened now for each io_group107 ! write_3d_binary is called wrd_local now, wrd_global moved from wrd_local to108 ! palm.f90, unit 14 is closed directly after the wrd_local call, Module related109 ! routines for writing restart data have been moved to wrd_local110 !111 ! 2801 2018-02-14 16:01:55Z suehring112 ! Changed lpm from subroutine to module.113 ! Introduce particle transfer in nested models.114 !115 ! 2766 2018-01-22 17:17:47Z kanani116 ! Removed preprocessor directive __chem117 !118 ! 2720 2018-01-02 16:27:15Z kanani119 ! Version update to 5.0120 !121 ! 2718 2018-01-02 08:49:38Z maronga122 ! Corrected "Former revisions" section123 !124 ! 2696 2017-12-14 17:12:51Z kanani125 ! Change in file header (GPL part)126 ! Implementation of chemistry module (FK)127 ! Introduce input-data standard128 ! Rename lsm_last_actions into lsm_write_restart_data129 ! Move usm_write_restart_data into io_blocks loop (MS)130 !131 ! 2512 2017-10-04 08:26:59Z raasch132 ! user interface required revision updated133 !134 ! 2320 2017-07-21 12:47:43Z suehring135 ! Modularize large-scale forcing and nudging136 !137 ! 2298 2017-06-29 09:28:18Z raasch138 ! type of write_binary changed from CHARACTER to LOGICAL,139 ! user interface required revision updated, MPI2 related part removed140 !141 ! 2296 2017-06-28 07:53:56Z maronga142 ! Added call to new spinup routine143 !144 ! 2292 2017-06-20 09:51:42Z schwenkel145 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'146 ! includes two more prognostic equations for cloud drop concentration (nc)147 ! and cloud water content (qc).148 !149 ! 2261 2017-06-08 14:25:57Z raasch150 ! output of run number for mrun to create unified cycle numbers151 !152 ! 2233 2017-05-30 18:08:54Z suehring153 !154 ! 2232 2017-05-30 17:47:52Z suehring155 ! Renamed wall_flags_0 and wall_flags_00 into advc_flags_1 and advc_flags_2,156 ! respectively, within copyin statement. Moreover, introduced further flag157 ! array wall_flags_0.158 ! Remove unused variables from ONLY list.159 !160 ! 2178 2017-03-17 11:07:39Z hellstea161 ! Calls for pmci_ensure_nest_mass_conservation and pres are added after162 ! the nest initialization163 !164 ! 2118 2017-01-17 16:38:49Z raasch165 ! OpenACC directives and related code removed166 !167 ! 2011 2016-09-19 17:29:57Z kanani168 ! Flag urban_surface is now defined in module control_parameters.169 !170 ! 2007 2016-08-24 15:47:17Z kanani171 ! Temporarily added CALL for writing of restart data for urban surface model172 !173 ! 2000 2016-08-20 18:09:15Z knoop174 ! Forced header and separation lines into 80 columns175 !176 ! 1976 2016-07-27 13:28:04Z maronga177 ! Added call to radiation_last_actions for binary output of land surface model178 ! data179 !180 ! 1972 2016-07-26 07:52:02Z maronga181 ! Added call to lsm_last_actions for binary output of land surface model data182 !183 ! 1960 2016-07-12 16:34:24Z suehring184 ! Separate humidity and passive scalar185 !186 ! 1834 2016-04-07 14:34:20Z raasch187 ! Initial version of purely vertical nesting introduced.188 !189 ! 1833 2016-04-07 14:23:03Z raasch190 ! required user interface version changed191 !192 ! 1808 2016-04-05 19:44:00Z raasch193 ! routine local_flush replaced by FORTRAN statement194 !195 ! 1783 2016-03-06 18:36:17Z raasch196 ! required user interface version changed197 !198 ! 1781 2016-03-03 15:12:23Z raasch199 ! pmc initialization moved from time_integration to here200 !201 ! 1779 2016-03-03 08:01:28Z raasch202 ! setting of nest_domain and coupling_char moved to the pmci203 !204 ! 1764 2016-02-28 12:45:19Z raasch205 ! cpp-statements for nesting removed, communicator settings cleaned up206 !207 ! 1762 2016-02-25 12:31:13Z hellstea208 ! Introduction of nested domain feature209 !210 ! 1747 2016-02-08 12:25:53Z raasch211 ! OpenACC-adjustment for new surface layer parameterization212 !213 ! 1682 2015-10-07 23:56:08Z knoop214 ! Code annotations made doxygen readable215 !216 ! 1668 2015-09-23 13:45:36Z raasch217 ! warning replaced by abort in case of failed user interface check218 !219 ! 1666 2015-09-23 07:31:10Z raasch220 ! check for user's interface version added221 !222 ! 1482 2014-10-18 12:34:45Z raasch223 ! adjustments for using CUDA-aware OpenMPI224 !225 ! 1468 2014-09-24 14:06:57Z maronga226 ! Adapted for use on up to 6-digit processor cores227 !228 ! 1402 2014-05-09 14:25:13Z raasch229 ! location messages added230 !231 ! 1374 2014-04-25 12:55:07Z raasch232 ! bugfix: various modules added233 !234 ! 1320 2014-03-20 08:40:49Z raasch235 ! ONLY-attribute added to USE-statements,236 ! kind-parameters added to all INTEGER and REAL declaration statements,237 ! kinds are defined in new module kinds,238 ! old module precision_kind is removed,239 ! revision history before 2012 removed,240 ! comment fields (!:) to be used for variable explanations added to241 ! all variable declaration statements242 !243 ! 1318 2014-03-17 13:35:16Z raasch244 ! module interfaces removed245 !246 ! 1241 2013-10-30 11:36:58Z heinze247 ! initialization of nuding and large scale forcing from external file248 !249 ! 1221 2013-09-10 08:59:13Z raasch250 ! +wall_flags_00, rflags_invers, rflags_s_inner in copyin statement251 !252 ! 1212 2013-08-15 08:46:27Z raasch253 ! +tri in copyin statement254 !255 ! 1179 2013-06-14 05:57:58Z raasch256 ! ref_state added to copyin-list257 !258 ! 1113 2013-03-10 02:48:14Z raasch259 ! openACC statements modified260 !261 ! 1111 2013-03-08 23:54:10Z raasch262 ! openACC statements updated263 !264 ! 1092 2013-02-02 11:24:22Z raasch265 ! unused variables removed266 !267 ! 1036 2012-10-22 13:43:42Z raasch268 ! code put under GPL (PALM 3.9)269 !270 ! 1015 2012-09-27 09:23:24Z raasch271 ! Version number changed from 3.8 to 3.8a.272 ! OpenACC statements added + code changes required for GPU optimization273 !274 ! 849 2012-03-15 10:35:09Z raasch275 ! write_particles renamed lpm_write_restart_file276 !277 ! Revision 1.1 1997/07/24 11:23:35 raasch278 ! Initial revision279 !280 48 ! 281 49 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.