- Timestamp:
- Apr 8, 2016 2:07:36 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1851 r1852 30 30 # Several files renamed --> _mod 31 31 # Bugfix for previous commit 32 # 32 # 33 # 1849 2016-04-08 11:33:18Z hoffmann 34 # Adapted for modularization of microphysics 35 # 33 36 # 1837 2016-04-07 18:21:57Z raasch 34 37 # further bug removed from r1835 -
palm/trunk/SOURCE/data_output_2d.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/data_output_3d.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/flow_statistics.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/header.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/init_3d_model.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- … … 28 28 ! Adapted for modularization of microphysics. 29 29 ! precipitation_amount, precipitation_rate, prr moved to arrays_3d. 30 ! Initialization of nc_1d, nr_1d, pt_1d, qc_1d, qr_1d, q_1d moved to 30 ! Initialization of nc_1d, nr_1d, pt_1d, qc_1d, qr_1d, q_1d moved to 31 31 ! microphysics_init. 32 32 ! -
palm/trunk/SOURCE/init_cloud_physics.f90
r1851 r1852 26 26 ! 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 ! bfactor removed 29 ! 28 ! bfactor removed and microphysics constants moved microphysics_mod 29 ! 30 30 ! 1822 2016-04-07 07:49:42Z hoffmann 31 31 ! icloud_scheme replaced by microphysics_* -
palm/trunk/SOURCE/land_surface_model_mod.f90
r1851 r1852 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! prr moved to arrays_3d 29 ! 29 ! 30 30 ! 1826 2016-04-07 12:01:39Z maronga 31 31 ! Cleanup after modularization -
palm/trunk/SOURCE/lpm_droplet_condensation.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 27 28 ! 1849 2016-04-08 11:33:18Z hoffmann 28 ! Interpolation of supersaturation has been removed because it is not in 29 ! accordance with the release/depletion of latent heat/water vapor in 29 ! Interpolation of supersaturation has been removed because it is not in 30 ! accordance with the release/depletion of latent heat/water vapor in 30 31 ! interaction_droplets_ptq. 31 !32 32 ! Calculation of particle Reynolds number has been corrected. 33 ! 34 ! eps_ros added from modules 35 ! 33 ! eps_ros added from modules. 34 ! 36 35 ! 1831 2016-04-07 13:15:51Z hoffmann 37 36 ! curvature_solution_effects moved to particle_attributes -
palm/trunk/SOURCE/mod_particle_attributes.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/modules.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! 22 22 ! 23 23 ! Former revisions: -
palm/trunk/SOURCE/parin.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! 22 22 ! 23 23 ! Former revisions: … … 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! Adapted for modularization of microphysics 29 ! 29 ! 30 30 ! 1833 2016-04-07 14:23:03Z raasch 31 31 ! call of spectra_parin -
palm/trunk/SOURCE/radiation_model_mod.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 26 ! 27 ! 1849 2016-04-08 11:33:18Z hoffmann 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! Adapted for modularization of microphysics 29 ! 29 ! 30 30 ! 1826 2016-04-07 12:01:39Z maronga 31 31 ! Further modularization. -
palm/trunk/SOURCE/read_3d_binary.f90
r1851 r1852 25 25 ! $Id$ 26 26 ! 27 ! 1849 2016-04-08 11:33:18Z hoffmann 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! prr, precipitation_amount moved to arrays_3d 29 ! 29 ! 30 30 ! 1833 2016-04-07 14:23:03Z raasch 31 31 ! statistics module replaced by spectra module -
palm/trunk/SOURCE/read_var_list.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1851 r1852 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! precipitation_rate moved to arrays_3d 29 ! 29 ! 30 30 ! 1788 2016-03-10 11:01:04Z maronga 31 31 ! Added z0q and z0q_av -
palm/trunk/SOURCE/time_integration.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- -
palm/trunk/SOURCE/timestep.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 21 ! 22 22 ! 23 23 ! Former revisions: … … 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! Adapted for modularization of microphysics 29 ! 29 ! 30 30 ! 1682 2015-10-07 23:56:08Z knoop 31 31 ! Code annotations made doxygen readable -
palm/trunk/SOURCE/write_3d_binary.f90
r1851 r1852 27 27 ! 1849 2016-04-08 11:33:18Z hoffmann 28 28 ! prr, precipitation_amount moved to arrays_3d 29 ! 29 ! 30 30 ! 1833 2016-04-07 14:23:03Z raasch 31 31 ! statistics module replaced by spectra module -
palm/trunk/SOURCE/write_var_list.f90
r1851 r1852 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! -----------------
Note: See TracChangeset
for help on using the changeset viewer.