Changeset 1852


Ignore:
Timestamp:
Apr 8, 2016 2:07:36 PM (8 years ago)
Author:
hoffmann
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1851 r1852  
    3030# Several files renamed --> _mod
    3131# Bugfix for previous commit
    32 #
     32#
     33# 1849 2016-04-08 11:33:18Z hoffmann
     34# Adapted for modularization of microphysics
     35#
    3336# 1837 2016-04-07 18:21:57Z raasch
    3437# further bug removed from r1835
  • palm/trunk/SOURCE/data_output_2d.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/data_output_3d.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/flow_statistics.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/header.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/init_3d_model.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
     
    2828! Adapted for modularization of microphysics.
    2929! 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
    3131! microphysics_init.
    3232!
  • palm/trunk/SOURCE/init_cloud_physics.f90

    r1851 r1852  
    2626!
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    28 ! bfactor removed
    29 ! 
     28! bfactor removed and microphysics constants moved microphysics_mod
     29!
    3030! 1822 2016-04-07 07:49:42Z hoffmann
    3131! icloud_scheme replaced by microphysics_*
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r1851 r1852  
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    2828! prr moved to arrays_3d
    29 ! 
     29!
    3030! 1826 2016-04-07 12:01:39Z maronga
    3131! Cleanup after modularization
  • palm/trunk/SOURCE/lpm_droplet_condensation.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27!
    2728! 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
    3031! interaction_droplets_ptq.
    31 !
    3232! Calculation of particle Reynolds number has been corrected.
    33 !
    34 ! eps_ros added from modules
    35 !
     33! eps_ros added from modules.
     34!
    3635! 1831 2016-04-07 13:15:51Z hoffmann
    3736! curvature_solution_effects moved to particle_attributes
  • palm/trunk/SOURCE/mod_particle_attributes.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/modules.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
     21!
    2222!
    2323! Former revisions:
  • palm/trunk/SOURCE/parin.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
     21!
    2222!
    2323! Former revisions:
     
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    2828! Adapted for modularization of microphysics
    29 ! 
     29!
    3030! 1833 2016-04-07 14:23:03Z raasch
    3131! call of spectra_parin
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 !
     21!
     22!  
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
    2626!
    27 ! 1849 2016-04-08 11:33:18Z hoffmann
     27! 1849 2016-04-08 11:33:18Z hoffmann 
    2828! Adapted for modularization of microphysics
    29 ! 
     29!
    3030! 1826 2016-04-07 12:01:39Z maronga
    3131! Further modularization.
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1851 r1852  
    2525! $Id$
    2626!
    27 ! 1849 2016-04-08 11:33:18Z hoffmann
     27! 1849 2016-04-08 11:33:18Z hoffmann 
    2828! prr, precipitation_amount moved to arrays_3d
    29 ! 
     29!
    3030! 1833 2016-04-07 14:23:03Z raasch
    3131! statistics module replaced by spectra module
  • palm/trunk/SOURCE/read_var_list.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r1851 r1852  
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    2828! precipitation_rate moved to arrays_3d
    29 ! 
     29!
    3030! 1788 2016-03-10 11:01:04Z maronga
    3131! Added z0q and z0q_av
  • palm/trunk/SOURCE/time_integration.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
  • palm/trunk/SOURCE/timestep.f90

    r1851 r1852  
    1919! Current revisions:
    2020! ------------------
    21 ! 
     21!
    2222!
    2323! Former revisions:
     
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    2828! Adapted for modularization of microphysics
    29 ! 
     29!
    3030! 1682 2015-10-07 23:56:08Z knoop
    3131! Code annotations made doxygen readable
  • palm/trunk/SOURCE/write_3d_binary.f90

    r1851 r1852  
    2727! 1849 2016-04-08 11:33:18Z hoffmann
    2828! prr, precipitation_amount moved to arrays_3d
    29 ! 
     29!
    3030! 1833 2016-04-07 14:23:03Z raasch
    3131! statistics module replaced by spectra module
  • palm/trunk/SOURCE/write_var_list.f90

    r1851 r1852  
    1919! Current revisions:
    2020! -----------------
    21 ! 
    22 ! 
     21!
     22!
    2323! Former revisions:
    2424! -----------------
Note: See TracChangeset for help on using the changeset viewer.