Changeset 4180 for palm/trunk/SOURCE/sum_up_3d_data.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/sum_up_3d_data.f90
r4048 r4180 48 48 ! Implementation of the PALM module interface 49 49 ! 50 ! 3597 2018-12-04 08:40:18Z maronga51 ! Added output of theta_2m52 !53 ! 3589 2018-11-30 15:09:51Z suehring54 ! Move the control parameter "salsa" from salsa_mod to control_parameters55 ! (M. Kurppa)56 !57 ! 3582 2018-11-29 19:16:36Z suehring58 ! dom_dwd_user, Schrempf:59 ! Remove CALLs to uv exposure model, this is now part of biometeorology_mod60 !61 ! 3553 2018-11-22 10:30:48Z suehring62 ! variables documented63 !64 ! 3552 2018-11-22 10:28:35Z suehring65 ! Changes related to clean-up of biometeorology (dom_dwd_user)66 !67 ! 3467 2018-10-30 19:05:21Z suehring68 ! Implementation of a new aerosol module salsa.69 !70 ! 3448 2018-10-29 18:14:31Z kanani71 ! Adjustment of biometeorology calls72 !73 ! 3421 2018-10-24 18:39:32Z gronemeier74 ! Renamed output variables75 !76 ! 3337 2018-10-12 15:17:09Z kanani77 ! (from branch resler)78 ! Add biometeorology,79 ! fix chemistry output call,80 ! move usm calls81 !82 ! 3294 2018-10-01 02:37:10Z raasch83 ! changes concerning modularization of ocean option84 !85 ! 3291 2018-09-28 11:33:03Z scharf86 ! corrected previous commit for 3D topography87 !88 ! 3285 2018-09-27 17:16:52Z scharf89 ! bugfix for shf_av and qsws_av90 !91 ! 3274 2018-09-24 15:42:55Z knoop92 ! Modularization of all bulk cloud physics code components93 !94 ! 3241 2018-09-12 15:02:00Z raasch95 ! unused variables removed96 !97 ! 3176 2018-07-26 17:12:48Z suehring98 ! Remove output of latent heat flux at urban-surfaces and set fill values99 ! instead100 !101 ! 3173 2018-07-26 12:55:23Z suehring102 ! Bugfix for last commit103 !104 ! 3170 2018-07-25 15:19:37Z suehring105 ! Revise output of surface quantities in case of overhanging structures106 !107 ! 3151 2018-07-19 08:45:38Z raasch108 ! Remaining preprocessor directive __chem removed109 !110 ! 3004 2018-04-27 12:33:25Z Giersch111 ! prr field added to ONLY-list, prr* case/pr* case/precipitation_rate_av112 ! removed, further allocation checks implemented113 !114 ! 2963 2018-04-12 14:47:44Z suehring115 ! Introduce index for vegetation/wall, pavement/green-wall and water/window116 ! surfaces, for clearer access of surface fraction, albedo, emissivity, etc. .117 !118 ! 2894 2018-03-15 09:17:58Z Giersch119 ! Changed comment120 !121 ! 2817 2018-02-19 16:32:21Z suehring122 ! Preliminary gust module interface implemented123 !124 ! 2798 2018-02-09 17:16:39Z suehring125 ! Consider also default-type surfaces for surface temperature output.126 !127 ! 2797 2018-02-08 13:24:35Z suehring128 ! Enable output of ground-heat flux also at urban surfaces.129 !130 ! 2790 2018-02-06 11:57:19Z suehring131 ! Bugfix in summation of surface sensible and latent heat flux132 !133 ! 2766 2018-01-22 17:17:47Z kanani134 ! Removed preprocessor directive __chem135 !136 ! 2743 2018-01-12 16:03:39Z suehring137 ! In case of natural- and urban-type surfaces output surfaces fluxes in W/m2.138 !139 ! 2742 2018-01-12 14:59:47Z suehring140 ! Enable output of surface temperature141 !142 ! 2735 2018-01-11 12:01:27Z suehring143 ! output of r_a moved from land-surface to consider also urban-type surfaces144 !145 ! 2718 2018-01-02 08:49:38Z maronga146 ! Corrected "Former revisions" section147 !148 ! 2696 2017-12-14 17:12:51Z kanani149 ! - Change in file header (GPL part)150 ! - Implementation of uv exposure model (FK)151 ! - output of diss_av, kh_av, km_av (turbulence_closure_mod) (TG)152 ! - Implementation of chemistry module (FK)153 ! - Workaround for sum-up usm arrays in case of restart runs, to avoid program154 ! crash (MS)155 !156 ! 2292 2017-06-20 09:51:42Z schwenkel157 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison'158 ! includes two more prognostic equations for cloud drop concentration (nc)159 ! and cloud water content (qc).160 !161 ! 2233 2017-05-30 18:08:54Z suehring162 !163 ! 2232 2017-05-30 17:47:52Z suehring164 ! Adjustments to new surface concept165 !166 ! 2031 2016-10-21 15:11:58Z knoop167 ! renamed variable rho to rho_ocean and rho_av to rho_ocean_av168 !169 ! 2024 2016-10-12 16:42:37Z kanani170 ! Added missing CASE for ssws*171 !172 ! 2011 2016-09-19 17:29:57Z kanani173 ! Flag urban_surface is now defined in module control_parameters,174 ! changed prefix for urban surface model output to "usm_",175 ! introduced control parameter varnamelength for LEN of trimvar.176 !177 ! 2007 2016-08-24 15:47:17Z kanani178 ! Added support for new urban surface model (temporary modifications of179 ! SELECT CASE ( ) necessary, see variable trimvar),180 ! added comments in variable declaration section181 !182 ! 2000 2016-08-20 18:09:15Z knoop183 ! Forced header and separation lines into 80 columns184 !185 ! 1992 2016-08-12 15:14:59Z suehring186 ! Bugfix in summation of passive scalar187 !188 ! 1976 2016-07-27 13:28:04Z maronga189 ! Radiation actions are now done directly in the respective module190 !191 ! 1972 2016-07-26 07:52:02Z maronga192 ! Land surface actions are now done directly in the respective module193 !194 ! 1960 2016-07-12 16:34:24Z suehring195 ! Scalar surface flux added196 !197 ! 1949 2016-06-17 07:19:16Z maronga198 ! Bugfix: calculation of lai_av, c_veg_av and c_liq_av.199 !200 ! 1849 2016-04-08 11:33:18Z hoffmann201 ! precipitation_rate moved to arrays_3d202 !203 ! 1788 2016-03-10 11:01:04Z maronga204 ! Added z0q and z0q_av205 !206 ! 1693 2015-10-27 08:35:45Z maronga207 ! Last revision text corrected208 !209 ! 1691 2015-10-26 16:17:44Z maronga210 ! Added output of Obukhov length and radiative heating rates for RRTMG.211 ! Corrected output of liquid water path.212 !213 ! 1682 2015-10-07 23:56:08Z knoop214 ! Code annotations made doxygen readable215 !216 ! 1585 2015-04-30 07:05:52Z maronga217 ! Adapted for RRTMG218 !219 ! 1555 2015-03-04 17:44:27Z maronga220 ! Added output of r_a and r_s221 !222 ! 1551 2015-03-03 14:18:16Z maronga223 ! Added support for land surface model and radiation model data.224 !225 ! 1359 2014-04-11 17:15:14Z hoffmann226 ! New particle structure integrated.227 !228 ! 1353 2014-04-08 15:21:23Z heinze229 ! REAL constants provided with KIND-attribute230 !231 ! 1320 2014-03-20 08:40:49Z raasch232 ! ONLY-attribute added to USE-statements,233 ! kind-parameters added to all INTEGER and REAL declaration statements,234 ! kinds are defined in new module kinds,235 ! old module precision_kind is removed,236 ! revision history before 2012 removed,237 ! comment fields (!:) to be used for variable explanations added to238 ! all variable declaration statements239 !240 ! 1318 2014-03-17 13:35:16Z raasch241 ! barrier argument removed from cpu_log,242 ! module interfaces removed243 !244 ! 1115 2013-03-26 18:16:16Z hoffmann245 ! ql is calculated by calc_liquid_water_content246 !247 ! 1053 2012-11-13 17:11:03Z hoffmann248 ! +nr, prr, qr249 !250 ! 1036 2012-10-22 13:43:42Z raasch251 ! code put under GPL (PALM 3.9)252 !253 ! 1007 2012-09-19 14:30:36Z franke254 ! Bugfix in calculation of ql_vp255 !256 ! 978 2012-08-09 08:28:32Z fricke257 ! +z0h*258 !259 ! Revision 1.1 2006/02/23 12:55:23 raasch260 ! Initial revision261 !262 50 ! 263 51 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.