Changeset 4180 for palm/trunk/SOURCE/average_3d_data.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/average_3d_data.f90
r4048 r4180 42 42 ! Implementation of the PALM module interface 43 43 ! 44 ! 3597 2018-12-04 08:40:18Z maronga45 ! Added theta_2m46 !47 ! 3589 2018-11-30 15:09:51Z suehring48 ! Move the control parameter "salsa" from salsa_mod to control_parameters49 ! (M. Kurppa)50 !51 ! 3582 2018-11-29 19:16:36Z suehring52 ! dom_dwd_user:53 ! Clean up biometeorology call54 !55 ! 3525 2018-11-14 16:06:14Z kanani56 ! Changes related to clean-up of biometeorology (dom_dwd_user)57 !58 ! 3467 2018-10-30 19:05:21Z suehring59 ! Implementation of a new aerosol module salsa.60 !61 ! 3448 2018-10-29 18:14:31Z kanani62 ! Adjustment of biometeorology calls63 !64 ! 3421 2018-10-24 18:39:32Z gronemeier65 ! Renamed output variables66 !67 ! 3419 2018-10-24 17:27:31Z gronemeier68 ! (from resler branch)69 ! Add biometeorology output,70 ! fix for chemistry output,71 ! move of urban surface output72 !73 ! 3294 2018-10-01 02:37:10Z raasch74 ! changes concerning modularization of ocean option75 !76 ! 3274 2018-09-24 15:42:55Z knoop77 ! Modularization of all bulk cloud physics code components78 !79 ! 3004 2018-04-27 12:33:25Z Giersch80 ! Further allocation checks implemented, case z0q* added81 !82 ! 2885 2018-03-14 11:02:46Z Giersch83 ! Preliminary gust module interface implemented84 !85 ! 2797 2018-02-08 13:24:35Z suehring86 ! Enable output of ground-heat flux also at urban surfaces.87 !88 ! 2766 2018-01-22 17:17:47Z kanani89 ! Removed preprocessor directive __chem90 !91 ! 2742 2018-01-12 14:59:47Z suehring92 ! Enable output of surface temperature93 !94 ! 2735 2018-01-11 12:01:27Z suehring95 ! output of r_a moved from land-surface to consider also urban-type surfaces96 !97 ! 2718 2018-01-02 08:49:38Z maronga98 ! Corrected "Former revisions" section99 !100 ! 2696 2017-12-14 17:12:51Z kanani101 ! Change in file header (GPL part)102 ! Implement call for turbulence_closure_mod (TG)103 ! Implementation of chemistry module (FK)104 !105 ! 2292 2017-06-20 09:51:42Z schwenkel106 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'107 ! includes two more prognostic equations for cloud drop concentration (nc)108 ! and cloud water content (qc).109 !110 ! 2233 2017-05-30 18:08:54Z suehring111 !112 ! 2232 2017-05-30 17:47:52Z suehring113 ! Adjustments to new surface concept - additional ghost point exchange114 ! of surface variable required115 !116 ! 2031 2016-10-21 15:11:58Z knoop117 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av118 !119 ! 2011 2016-09-19 17:29:57Z kanani120 ! Flag urban_surface is now defined in module control_parameters,121 ! changed prefix for urban surface model output to "usm_",122 ! introduced control parameter varnamelength for LEN of trimvar.123 !124 ! 2007 2016-08-24 15:47:17Z kanani125 ! Added support for new urban surface model (temporary modifications of126 ! SELECT CASE ( ) necessary, see variable trimvar),127 ! added comments in variable declaration section128 !129 ! 2000 2016-08-20 18:09:15Z knoop130 ! Forced header and separation lines into 80 columns131 !132 ! 1972 2016-07-26 07:52:02Z maronga133 ! Output of land surface quantities is now done directly in the respective module134 !135 ! 1960 2016-07-12 16:34:24Z suehring136 ! Treat humidity and passive scalar separately137 !138 ! 1691 2015-10-26 16:17:44Z maronga139 ! Added output of Obukhov length and radiative heating rates for RRTMG.140 !141 ! 1682 2015-10-07 23:56:08Z knoop142 ! Code annotations made doxygen readable143 !144 ! 1585 2015-04-30 07:05:52Z maronga145 ! Adapted for RRTMG146 !147 ! 1555 2015-03-04 17:44:27Z maronga148 ! Added output of r_a and r_s149 !150 ! 1551 2015-03-03 14:18:16Z maronga151 ! Added support for land surface and radiation model parameters.152 !153 ! 1322 2014-03-20 16:38:49Z raasch154 ! REAL functions provided with KIND-attribute155 !156 ! 1320 2014-03-20 08:40:49Z raasch157 ! ONLY-attribute added to USE-statements,158 ! kind-parameters added to all INTEGER and REAL declaration statements,159 ! kinds are defined in new module kinds,160 ! revision history before 2012 removed,161 ! comment fields (!:) to be used for variable explanations added to162 ! all variable declaration statements163 !164 ! 1318 2014-03-17 13:35:16Z raasch165 ! barrier argument removed from cpu_log,166 ! module interfaces removed167 !168 ! 1115 2013-03-26 18:16:16Z hoffmann169 ! +qc170 !171 ! 1053 2012-11-13 17:11:03Z hoffmann172 ! averaging of nr, qr added173 !174 ! 1036 2012-10-22 13:43:42Z raasch175 ! code put under GPL (PALM 3.9)176 !177 ! 978 2012-08-09 08:28:32Z fricke178 ! +z0h_av179 !180 ! Revision 1.1 2006/02/23 09:48:58 raasch181 ! Initial revision182 !183 44 ! 184 45 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.