Changeset 1977


Ignore:
Timestamp:
Jul 27, 2016 1:28:18 PM (8 years ago)
Author:
maronga
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_2d.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Output of radiation quantities is now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Output of radiation quantities is now done directly in the respective module
     29!
    2730! 1972 2016-07-26 07:52:02Z maronga
    2831! Output of land surface quantities is now done directly in the respective
  • palm/trunk/SOURCE/data_output_3d.f90

    r1976 r1977  
    1919! Current revisions:
    2020! ------------------
    21 ! Output of radiation quantities is now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Output of radiation quantities is now done directly in the respective module
     29!
    2730! 1972 2016-07-26 07:52:02Z maronga
    2831! Output of land surface quantities is now done directly in the respective module.
  • palm/trunk/SOURCE/data_output_mask.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Output of radiation quantities is now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Output of radiation quantities is now done directly in the respective module
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Separate humidity and passive scalar
  • palm/trunk/SOURCE/flow_statistics.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Removed some unneeded __rrtmg preprocessor directives
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Removed some unneeded __rrtmg preprocessor directives
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Separate humidity and passive scalar
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Parts of the code have been reformatted. Use of radiation model output is
    22 ! generalized and simplified. Added more output quantities due to modularization
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Parts of the code have been reformatted. Use of radiation model output is
     29! generalized and simplified. Added more output quantities due to modularization
     30!
    2831! 1972 2016-07-26 07:52:02Z maronga
    2932! Further modularization: output of cross sections and 3D data is now done in this
  • palm/trunk/SOURCE/netcdf_interface_mod.f90

    r1976 r1977  
    1919! Current revisions:
    2020! ------------------
    21 ! Removed remaining 2D land surface quantities. Definition of radiation
    22 ! quantities is now done directly in the respective module
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Removed remaining 2D land surface quantities. Definition of radiation
     29! quantities is now done directly in the respective module
     30!
    2831! 1972 2016-07-26 07:52:02Z maronga
    2932! Bugfix: wrong units for lsm quantities.
  • palm/trunk/SOURCE/palm.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Added call to radiation_last_actions for binary output of land surface model
    22 ! data
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Added call to radiation_last_actions for binary output of land surface model
     29! data
     30!
    2831! 1972 2016-07-26 07:52:02Z maronga
    2932! Added call to lsm_last_actions for binary output of land surface model data
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1976 r1977  
    1919! Current revisions:
    2020! ------------------
    21 ! Simplied calls to radiation model
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Simplied calls to radiation model
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Separate humidity and passive scalar
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1976 2016-07-27 13:28:04Z maronga
    2128! Output of 2D/3D/masked data is now directly done within this module. The
    2229! radiation schemes have been simplified for better usability so that
     
    2431! the radiation code used.
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1856 2016-04-13 12:56:17Z maronga
    3134! Bugfix: allocation of rad_lw_out for radiation_scheme = 'clear-sky'
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1976 2016-07-27 13:28:04Z maronga
    2128! Bugfix: read of land surface data only when module is switched on.
    2229! Radiation parts are now done in the respective module.
    2330! Binary version increased to 4.5.
    2431!
    25 ! Former revisions:
    26 ! -----------------
    27 ! $Id$
    28 !
    2932! 1972 2016-07-26 07:52:02Z maronga
    3033! Land surface parts are now done in the respective module
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Radiation actions are now done directly in the respective module
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Radiation actions are now done directly in the respective module
     29!
    2730! 1972 2016-07-26 07:52:02Z maronga
    2831! Land surface actions are now done directly in the respective module
  • palm/trunk/SOURCE/time_integration.f90

    r1976 r1977  
    1919! Current revisions:
    2020! ------------------
    21 ! Simplified calls to radiation model
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Simplified calls to radiation model
     29!
    2730! 1960 2016-07-12 16:34:24Z suehring
    2831! Separate humidity and passive scalar
  • palm/trunk/SOURCE/write_3d_binary.f90

    r1976 r1977  
    1919! Current revisions:
    2020! -----------------
    21 ! Radiation actions are now done directly in the respective module.
    22 ! Binary version increased to 4.5.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1976 2016-07-27 13:28:04Z maronga
     28! Radiation actions are now done directly in the respective module.
     29! Binary version increased to 4.5.
     30!
    2831! 1972 2016-07-26 07:52:02Z maronga
    2932! Land surface actions are now done directly in the respective module
Note: See TracChangeset for help on using the changeset viewer.