Changeset 1758 for palm/trunk


Ignore:
Timestamp:
Feb 22, 2016 3:53:28 PM (8 years ago)
Author:
maronga
Message:

last commit documented

Location:
palm/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/generate_documentation

    r1715 r1758  
    1919# Current revisions:
    2020# ------------------
    21 # Initial revision
     21#
    2222#
    2323# Former revisions:
     
    2525# $Id: $
    2626#
     27#
     28# Initial revision
     29#
    2730#--------------------------------------------------------------------------------#
    2831# generate_documentation - script for generating the PALM code documentation
  • palm/trunk/SCRIPTS/mrun

    r1757 r1758  
    2222# Current revisions:
    2323# ------------------
    24 # Bugfix: use random number when PBS system is not working properly at lccray*
     24#
    2525#
    2626# Former revisions:
     
    2828# $Id$
    2929#
     30# 1757 2016-02-22 15:49:32Z maronga
     31# Bugfix: use random number when PBS system is not working properly at lccray*
     32#
    3033# 1755 2016-02-22 13:53:39Z maronga
    3134# Minor bugfix to last commit
  • palm/trunk/SOURCE/land_surface_model.f90

    r1757 r1758  
    1919! Current revisions:
    2020! -----------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1757 2016-02-22 15:49:32Z maronga
    2128! Bugfix: set tm_soil_m to zero after allocation. Added parameter
    2229! unscheduled_radiation_calls to control calls of the radiation model based on
     
    2532! function as it cannot be vectorized.
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1709 2015-11-04 14:47:01Z maronga
    3235! Renamed pt_1 and qv_1 to pt1 and qv1.
  • palm/trunk/SOURCE/nudging.f90

    r1757 r1758  
    1919! Current revisions:
    2020! ------------------
    21 ! Bugfix: allow for using higher vertical resolution in nudging file than grid
    22 ! spacing in the LES model
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1757 2016-02-22 15:49:32Z maronga
     28! Bugfix: allow for using higher vertical resolution in nudging file than grid
     29! spacing in the LES model
     30!
    2831! 1682 2015-10-07 23:56:08Z knoop
    2932! Code annotations made doxygen readable
  • palm/trunk/SOURCE/package_parin.f90

    r1757 r1758  
    1919! Current revisions:
    2020! -----------------
    21 ! Added parameter unscheduled_radiation_calls
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1757 2016-02-22 15:49:32Z maronga
     28! Added parameter unscheduled_radiation_calls
     29!
    2730! 1691 2015-10-26 16:17:44Z maronga
    2831! Added skip_time_do_lsm, skip_time_do_radiation, and emissivity
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1757 r1758  
    2525! $Id$
    2626!
     27! 1757 2016-02-22 15:49:32Z maronga
     28!
     29!
    2730! 1691 2015-10-26 16:17:44Z maronga
    2831! Added optional model spin-up without radiation / land surface model calls.
  • palm/trunk/SOURCE/radiation_model.f90

    r1757 r1758  
    1919! Current revisions:
    2020! -----------------
    21 ! Added parameter unscheduled_radiation_calls. Bugfix: interpolation of sounding
    22 ! profiles for pressure and temperature above the LES domain.
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1757 2016-02-22 15:49:32Z maronga
     28! Added parameter unscheduled_radiation_calls. Bugfix: interpolation of sounding
     29! profiles for pressure and temperature above the LES domain.
     30!
    2831! 1709 2015-11-04 14:47:01Z maronga
    2932! Bugfix: set initial value for rrtm_lwuflx_dt to zero, small formatting
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1757 r1758  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix in allocation of radiative heating rates
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1757 2016-02-22 15:49:32Z maronga
     28! Bugfix in allocation of radiative heating rates
     29!
    2730! 1709 2015-11-04 14:47:01Z maronga
    2831! Added rad_lw_out_change_0, increased binary_version
  • palm/trunk/SOURCE/surface_layer_fluxes.f90

    r1757 r1758  
    1919! Current revisions:
    2020! ------------------
    21 ! Minor fixes.
    22 !
     21!
     22! 
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1757 2016-02-22 15:49:32Z maronga
     28! Minor fixes.
    2629!
    2730! 1749 2016-02-09 12:19:56Z raasch
Note: See TracChangeset for help on using the changeset viewer.