Changeset 1973 for palm


Ignore:
Timestamp:
Jul 26, 2016 7:52:45 AM (8 years ago)
Author:
maronga
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1972 r1973  
    2020# Current revisions:
    2121# ------------------
    22 # Removed some dependencies due to further modularization of land surface model
     22#
    2323#
    2424# Former revisions:
     
    2626# $Id$
    2727#
     28# 1972 2016-07-26 07:52:02Z maronga
     29# Removed some dependencies due to further modularization of land surface model
     30#
    2831# 1957 2016-07-07 10:43:48Z suehring
    2932# flight module added
  • palm/trunk/SOURCE/average_3d_data.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Output of land surface quantities is now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Output of land surface quantities is now done directly in the respective module
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Treat humidity and passive scalar separately
  • palm/trunk/SOURCE/check_parameters.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Removed check of lai* (done in land surface module)
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Removed check of lai* (done in land surface module)
     29!
    2730! 1970 2016-07-18 14:27:12Z suehring
    2831! Bugfix, check for ibc_q_b and constant_waterflux in case of land-surface scheme
  • palm/trunk/SOURCE/data_output_2d.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Output of land surface quantities is now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Output of land surface quantities is now done directly in the respective module
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Scalar surface flux added
  • palm/trunk/SOURCE/data_output_3d.f90

    r1972 r1973  
    1919! Current revisions:
    2020! ------------------
    21 ! Output of land surface quantities is now done directly in the respective module.
    22 ! Unnecessary directive __parallel removed.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Output of land surface quantities is now done directly in the respective module.
     29! Unnecessary directive __parallel removed.
     30!
    2831! 1960 2016-07-12 16:34:24Z suehring
    2932! Scalar surface flux added
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Further modularization: output of cross sections and 3D data is now done in this
    22 ! module. Moreover, restart data is written and read directly within this module.
    23 !
     21!
    2422!
    2523! Former revisions:
     
    2725! $Id$
    2826!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Further modularization: output of cross sections and 3D data is now done in this
     29! module. Moreover, restart data is written and read directly within this module.
     30!
     31!
    2932! 1966 2016-07-18 11:54:18Z maronga
    3033! Bugfix: calculation of m_total in soil model was not set to zero at model start
  • palm/trunk/SOURCE/netcdf_interface_mod.f90

    r1972 r1973  
    1919! Current revisions:
    2020! ------------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1972 2016-07-26 07:52:02Z maronga
    2128! Bugfix: wrong units for lsm quantities.
    2229! Definition of grids for land surface quantities is now done directly in the
    2330! respective module.
    2431!
    25 ! Former revisions:
    26 ! -----------------
    27 ! $Id$
    28 !
    2932! 1960 2016-07-12 16:34:24Z suehring
    3033! Additional labels and units for timeseries output of passive scalar-related
  • palm/trunk/SOURCE/palm.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Added call to lsm_last_actions for binary output of land surface model data
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Added call to lsm_last_actions for binary output of land surface model data
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Separate humidity and passive scalar
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Land surface parts are now done in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Land surface parts are now done in the respective module
     29!
    2730! 1849 2016-04-08 11:33:18Z hoffmann
    2831! prr, precipitation_amount moved to arrays_3d
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Land surface actions are now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Land surface actions are now done directly in the respective module
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Scalar surface flux added
  • palm/trunk/SOURCE/user_init_land_surface.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Update of use statements
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Update of use statements
     29!
    2730! 1682 2015-10-07 23:56:08Z knoop
    2831! Code annotations made doxygen readable
  • palm/trunk/SOURCE/write_3d_binary.f90

    r1972 r1973  
    1919! Current revisions:
    2020! -----------------
    21 ! Land surface actions are now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1972 2016-07-26 07:52:02Z maronga
     28! Land surface actions are now done directly in the respective module
     29!
    2730! 1849 2016-04-08 11:33:18Z hoffmann
    2831! prr, precipitation_amount moved to arrays_3d
Note: See TracChangeset for help on using the changeset viewer.