Changeset 1827


Ignore:
Timestamp:
Apr 7, 2016 12:12:23 PM (8 years ago)
Author:
maronga
Message:

last commit documented

Location:
palm/trunk
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/document_changes

    r1814 r1827  
    2020# Current revisions:
    2121# -----------------
    22 #
     22# Added note that the script does not work on MAC OS
    2323#
    2424# Former revisions:
  • palm/trunk/SCRIPTS/mbuild

    r1826 r1827  
    2222# Current revisions:
    2323# ------------------
    24 # Added note that the script does not work on MAC OS
     24#
    2525#
    2626# Former revisions:
    2727# -----------------
    2828# $Id$
    29 #
     29# 
    3030# 1817 2016-04-06 15:44:20Z maronga
    3131# Bugfix: Makefile_check removed (parameter file check)
  • palm/trunk/SOURCE/Makefile

    r1826 r1827  
    2020# Current revisions:
    2121# ------------------
    22 # Renamed radiation_model to radiation_model_mod.
    23 # Renamed plant_canopy_model to plant_canopy_model_mod.
     22#
    2423#
    2524# Former revisions:
     
    2726# $Id$
    2827#
     28# 1826 2016-04-07 12:01:39Z maronga
     29# Renamed radiation_model to radiation_model_mod.
     30# Renamed plant_canopy_model to plant_canopy_model_mod.
     31#
    2932# 1822 2016-04-07 07:49:42Z hoffmann
    3033# Tails removed. lpm_release_set removed. calc_precipitation, impact_of_latent_heat
  • palm/trunk/SOURCE/check_parameters.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1826 2016-04-07 12:01:39Z maronga
    2128! Moved checks for radiation model to the respective module.
    2229! Moved checks for plant canopy model to the respective module.
    2330! Bugfix for check of too large roughness_length
    24 !
    25 ! Former revisions:
    26 ! -----------------
    27 ! $Id$
    2831!
    2932! 1824 2016-04-07 09:55:29Z gronemeier
  • palm/trunk/SOURCE/header.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Moved radiation model header output to the respective module.
    22 ! Moved canopy model header output to the respective module.
    23 !
     21!
     22!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Moved radiation model header output to the respective module.
     29! Moved canopy model header output to the respective module.
    2730!
    2831! 1822 2016-04-07 07:49:42Z hoffmann
  • palm/trunk/SOURCE/init_3d_model.f90

    r1826 r1827  
    1919! Current revisions:
    2020! ------------------
    21 ! Renamed radiation calls.
    22 ! Renamed canopy model calls.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Renamed radiation calls.
     29! Renamed canopy model calls.
     30!
    2831! 1822 2016-04-07 07:49:42Z hoffmann
    2932! icloud_scheme replaced by microphysics_*
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Cleanup after modularization
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Cleanup after modularization
     29!
    2730! 1817 2016-04-06 15:44:20Z maronga
    2831! Added interface for lsm_init_arrays. Added subroutines for check_parameters,
  • palm/trunk/SOURCE/package_parin.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Reading of &radiation_par moved to radiation_model_mod.
    22 ! Reading of &canopy_par moved to plant_canopy_model_mod.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Reading of &radiation_par moved to radiation_model_mod.
     29! Reading of &canopy_par moved to plant_canopy_model_mod.
     30!
    2831! 822 2016-04-07 07:49:42Z hoffmann
    2932! +collision_algorithm
  • palm/trunk/SOURCE/parin.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Added call to radiation model for reading of &radiation_par.
    22 ! Added call to plant canopy model for reading of &canopy_par.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Added call to radiation model for reading of &radiation_par.
     29! Added call to plant canopy model for reading of &canopy_par.
     30!
    2831! 1817 2016-04-06 15:44:20Z maronga
    2932! Added call to land surface model for reading of &lsm_par
  • palm/trunk/SOURCE/plant_canopy_model_mod.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Further modularization
    22 !
     21!
     22! 
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Further modularization
    2629!
    2730! 1721 2015-11-16 12:56:48Z raasch
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1826 r1827  
    1919! Current revisions:
    2020! ------------------
    21 ! Renamed canopy model calls.
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Renamed canopy model calls.
     29!
    2730! 1822 2016-04-07 07:49:42Z hoffmann
    2831! Kessler microphysics scheme moved to microphysics.
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r1826 r1827  
    1919! Current revisions:
    2020! -----------------
    21 ! Further modularization.
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1826 2016-04-07 12:01:39Z maronga
     28! Further modularization.
     29!
    2730! 1788 2016-03-10 11:01:04Z maronga
    2831! Added new albedo class for pavements / roads.
Note: See TracChangeset for help on using the changeset viewer.