Changeset 1552


Ignore:
Timestamp:
Mar 3, 2015 2:27:15 PM (9 years ago)
Author:
maronga
Message:

last commit documented

Location:
palm/trunk
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1551 r1552  
    2020# Current revisions:
    2121# ------------------
    22 # Bugfix: further adjustments for the land surface model and radiation model
     22#
    2323#
    2424# Former revisions:
     
    2626# $Id$
    2727#
     28# 1551 2015-03-03 14:18:16Z maronga
     29# Bugfix: further adjustments for the land surface model and radiation model
     30#
    2831# 1517 2015-01-07 19:12:25Z hoffmann
    2932# advec_s_bc added to prognostic_equations
  • palm/trunk/SOURCE/average_3d_data.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Added support for land surface and radiation model parameters.
    23 !
     22!
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added support for land surface and radiation model parameters.
    2730!
    2831! 1322 2014-03-20 16:38:49Z raasch
  • palm/trunk/SOURCE/check_open.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Removed redundant output for combine_plot_fields
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Removed redundant output for combine_plot_fields
     30!
    2831! 1468 2014-09-24 14:06:57Z maronga
    2932! Adapted for use on up to 6-digit processor cores
  • palm/trunk/SOURCE/check_parameters.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Added various checks for land surface and radiation model. In the course of this
    23 ! action, the length of the variable var has to be increased
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added various checks for land surface and radiation model. In the course of this
     30! action, the length of the variable var has to be increased
     31!
    2932! 1504 2014-12-04 09:23:49Z maronga
    3033! Bugfix: check for large_scale forcing got lost.
  • palm/trunk/SOURCE/data_output_2d.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Added suppport for land surface model and radiation model output. In the course
    2330! of this action, the limits for vertical loops have been changed (from nzb and
     
    2532! Moreover, a new vertical grid zs was introduced.
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1359 2014-04-11 17:15:14Z hoffmann
    3235! New particle structure integrated.
  • palm/trunk/SOURCE/data_output_3d.f90

    r1551 r1552  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Added suppport for land surface model and radiation model output. In the course
    2330! of this action, the limits for vertical loops have been changed (from nzb and
     
    2532! Moreover, a new vertical grid zs was introduced.
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1359 2014-04-11 17:15:14Z hoffmann
    3235! New particle structure integrated.
  • palm/trunk/SOURCE/flow_statistics.f90

    r1551 r1552  
    2121! Current revisions:
    2222! -----------------
    23 ! Added suppport for land surface model and radiation model output.
    24 !
     23!
     24! 
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28!
     29! 1551 2015-03-03 14:18:16Z maronga
     30! Added suppport for land surface model and radiation model output.
    2831!
    2932! 1498 2014-12-03 14:09:51Z suehring
  • palm/trunk/SOURCE/header.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Added informal output for land surface model and radiation model. Removed typo.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added informal output for land surface model and radiation model. Removed typo.
     30!
    2831! 1496 2014-12-02 17:25:50Z maronga
    2932! Renamed: "radiation -> "cloud_top_radiation"
  • palm/trunk/SOURCE/init_3d_model.f90

    r1551 r1552  
    2020! Current revisions:
    2121! ------------------
    22 ! Allocation of land surface arrays is now done in the subroutine init_lsm_arrays,
    23 ! which is part of land_surface_model.
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Allocation of land surface arrays is now done in the subroutine init_lsm_arrays,
     30! which is part of land_surface_model.
     31!
    2932! 1507 2014-12-10 12:14:18Z suehring
    3033! Bugfix: set horizontal velocity components to zero inside topography
  • palm/trunk/SOURCE/land_surface_model.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27! Bugfix: REAL constants provided with KIND-attribute in call of
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Flux calculation is now done in prandtl_fluxes. Added support for data output.
    2330! Vertical indices have been replaced. Restart runs are now possible. Some
     
    2835! calculation
    2936!
    30 ! Former revisions:
    31 ! -----------------
    32 ! $Id$
    33 ! Bugfix: REAL constants provided with KIND-attribute in call of
    3437! intrinsic function MAX and MIN
    3538!
  • palm/trunk/SOURCE/modules.f90

    r1551 r1552  
    2020! Current revisions:
    2121! ------------------
    22 ! Increased pr_palm to 120. Increased length of dots_unit and dots_label to 13
    23 ! digits. Increased length of domask, do2d, and do3d to 20 digits.
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Increased pr_palm to 120. Increased length of dots_unit and dots_label to 13
     30! digits. Increased length of domask, do2d, and do3d to 20 digits.
     31!
    2932! 1496 2014-12-02 17:25:50Z maronga
    3033! Renamed "radiation" -> "cloud_top_radiation"
  • palm/trunk/SOURCE/netcdf.f90

    r1551 r1552  
    2323! Current revisions:
    2424! ------------------
    25 ! Added support for land surface model and radiation model output. In the course
    26 ! of this action a new vertical grid zs (soil) was introduced.
     25!
    2726!
    2827! Former revisions:
     
    3029! $Id$
    3130!
     31! 1551 2015-03-03 14:18:16Z maronga
     32! Added support for land surface model and radiation model output. In the course
     33! of this action a new vertical grid zs (soil) was introduced.
     34!
    3235! 1353 2014-04-08 15:21:23Z heinze
    3336! REAL constants provided with KIND-attribute
  • palm/trunk/SOURCE/package_parin.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Several changes in the liste for land surface model and radiation model
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Several changes in the liste for land surface model and radiation model
     30!
    2831! 1496 2014-12-02 17:25:50Z maronga
    2932! Added support for the land surface model and radiation scheme
  • palm/trunk/SOURCE/prandtl_fluxes.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Removed land surface model part. The surface fluxes are now always calculated
    2330! within prandtl_fluxes, based on the given surface temperature/humidity (which
     
    2532! directly prescribed by the user.
    2633!
    27 ! Former revisions:
    28 ! -----------------
    29 ! $Id$
    30 !
    3134! 1496 2014-12-02 17:25:50Z maronga
    3235! Adapted for land surface model
  • palm/trunk/SOURCE/radiation_model.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Added support for data output. Various variables have been renamed. Added
    2330! interface for different radiation schemes (currently: clear-sky, constant, and
    2431! RRTM (not yet implemented).
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1496 2014-12-02 17:25:50Z maronga
    3134! Initial revision
  • palm/trunk/SOURCE/read_3d_binary.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
    2229! Added support for binary input of land surface and radiation model data. In the
    2330! course of this work, new temporary arrays tmp_3d_soil1, tmp_3d_soil2 were
    2431! required.
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1468 2014-09-24 14:06:57Z maronga
    3134! Adapted for use on up to 6-digit processor cores
  • palm/trunk/SOURCE/sum_up_3d_data.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Added support for land surface model and radiation model data.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added support for land surface model and radiation model data.
     30!
    2831! 1359 2014-04-11 17:15:14Z hoffmann
    2932! New particle structure integrated.
  • palm/trunk/SOURCE/time_integration.f90

    r1551 r1552  
    2020! Current revisions:
    2121! ------------------
    22 ! Added interface for different radiation schemes.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added interface for different radiation schemes.
     30!
    2831! 1496 2014-12-02 17:25:50Z maronga
    2932! Added calls for the land surface model and radiation scheme
  • palm/trunk/SOURCE/user_data_output_2d.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.
     30!
    2831! 1320 2014-03-20 08:40:49Z raasch
    2932! kind-parameters added to all INTEGER and REAL declaration statements,
  • palm/trunk/SOURCE/user_data_output_3d.f90

    r1551 r1552  
    2020! Current revisions:
    2121! ------------------
    22 ! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.
     30!
    2831! 1320 2014-03-20 08:40:49Z raasch
    2932! kind-parameters added to all INTEGER and REAL declaration statements,
  • palm/trunk/SOURCE/user_header.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Typo removed
    23 !
     22!
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Typo removed
    2730!
    2831! 1320 2014-03-20 08:40:49Z raasch
  • palm/trunk/SOURCE/write_3d_binary.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Added support for binary ouput of land surface and radiation model data.
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Added support for binary ouput of land surface and radiation model data.
     30!
    2831! 1400 2014-05-09 14:03:54Z knoop
    2932! writing of arrays for random_generator_parallel added
  • palm/trunk/SOURCE/write_var_list.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Typo removed
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Typo removed
     30!
    2831! 1502 2014-12-03 18:22:31Z kanani
    2932! Canopy module and parameters removed (parameters are always read from
  • palm/trunk/UTIL/combine_plot_fields.f90

    r1551 r1552  
    2020! Current revisions:
    2121! -----------------
    22 ! Adjustments for data output of soil model quantities
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1551 2015-03-03 14:18:16Z maronga
     29! Adjustments for data output of soil model quantities
     30!
    2831! 1468 2014-09-24 14:06:57Z maronga
    2932! Adapted for use on up to 6-digit processor cores (not tested)
Note: See TracChangeset for help on using the changeset viewer.