- Timestamp:
- Mar 3, 2015 2:27:15 PM (10 years ago)
- Location:
- palm/trunk
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1551 r1552 20 20 # Current revisions: 21 21 # ------------------ 22 # Bugfix: further adjustments for the land surface model and radiation model22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1551 2015-03-03 14:18:16Z maronga 29 # Bugfix: further adjustments for the land surface model and radiation model 30 # 28 31 # 1517 2015-01-07 19:12:25Z hoffmann 29 32 # advec_s_bc added to prognostic_equations -
palm/trunk/SOURCE/average_3d_data.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for land surface and radiation model parameters.23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Added support for land surface and radiation model parameters. 27 30 ! 28 31 ! 1322 2014-03-20 16:38:49Z raasch -
palm/trunk/SOURCE/check_open.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Removed redundant output for combine_plot_fields22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Removed redundant output for combine_plot_fields 30 ! 28 31 ! 1468 2014-09-24 14:06:57Z maronga 29 32 ! Adapted for use on up to 6-digit processor cores -
palm/trunk/SOURCE/check_parameters.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 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 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 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 ! 29 32 ! 1504 2014-12-04 09:23:49Z maronga 30 33 ! Bugfix: check for large_scale forcing got lost. -
palm/trunk/SOURCE/data_output_2d.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 22 29 ! Added suppport for land surface model and radiation model output. In the course 23 30 ! of this action, the limits for vertical loops have been changed (from nzb and … … 25 32 ! Moreover, a new vertical grid zs was introduced. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1359 2014-04-11 17:15:14Z hoffmann 32 35 ! New particle structure integrated. -
palm/trunk/SOURCE/data_output_3d.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 22 29 ! Added suppport for land surface model and radiation model output. In the course 23 30 ! of this action, the limits for vertical loops have been changed (from nzb and … … 25 32 ! Moreover, a new vertical grid zs was introduced. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1359 2014-04-11 17:15:14Z hoffmann 32 35 ! New particle structure integrated. -
palm/trunk/SOURCE/flow_statistics.f90
r1551 r1552 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Added suppport for land surface model and radiation model output.24 ! 23 ! 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! 29 ! 1551 2015-03-03 14:18:16Z maronga 30 ! Added suppport for land surface model and radiation model output. 28 31 ! 29 32 ! 1498 2014-12-03 14:09:51Z suehring -
palm/trunk/SOURCE/header.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added informal output for land surface model and radiation model. Removed typo.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Added informal output for land surface model and radiation model. Removed typo. 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga 29 32 ! Renamed: "radiation -> "cloud_top_radiation" -
palm/trunk/SOURCE/init_3d_model.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Allocation of land surface arrays is now done in the subroutine init_lsm_arrays, 23 ! which is part of land_surface_model. 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 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 ! 29 32 ! 1507 2014-12-10 12:14:18Z suehring 30 33 ! Bugfix: set horizontal velocity components to zero inside topography -
palm/trunk/SOURCE/land_surface_model.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 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 22 29 ! Flux calculation is now done in prandtl_fluxes. Added support for data output. 23 30 ! Vertical indices have been replaced. Restart runs are now possible. Some … … 28 35 ! calculation 29 36 ! 30 ! Former revisions:31 ! -----------------32 ! $Id$33 ! Bugfix: REAL constants provided with KIND-attribute in call of34 37 ! intrinsic function MAX and MIN 35 38 ! -
palm/trunk/SOURCE/modules.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ------------------ 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 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 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 ! 29 32 ! 1496 2014-12-02 17:25:50Z maronga 30 33 ! Renamed "radiation" -> "cloud_top_radiation" -
palm/trunk/SOURCE/netcdf.f90
r1551 r1552 23 23 ! Current revisions: 24 24 ! ------------------ 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 ! 27 26 ! 28 27 ! Former revisions: … … 30 29 ! $Id$ 31 30 ! 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 ! 32 35 ! 1353 2014-04-08 15:21:23Z heinze 33 36 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/package_parin.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Several changes in the liste for land surface model and radiation model22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Several changes in the liste for land surface model and radiation model 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga 29 32 ! Added support for the land surface model and radiation scheme -
palm/trunk/SOURCE/prandtl_fluxes.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 22 29 ! Removed land surface model part. The surface fluxes are now always calculated 23 30 ! within prandtl_fluxes, based on the given surface temperature/humidity (which … … 25 32 ! directly prescribed by the user. 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1496 2014-12-02 17:25:50Z maronga 32 35 ! Adapted for land surface model -
palm/trunk/SOURCE/radiation_model.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 22 29 ! Added support for data output. Various variables have been renamed. Added 23 30 ! interface for different radiation schemes (currently: clear-sky, constant, and 24 31 ! RRTM (not yet implemented). 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1496 2014-12-02 17:25:50Z maronga 31 34 ! Initial revision -
palm/trunk/SOURCE/read_3d_binary.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 22 29 ! Added support for binary input of land surface and radiation model data. In the 23 30 ! course of this work, new temporary arrays tmp_3d_soil1, tmp_3d_soil2 were 24 31 ! required. 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1468 2014-09-24 14:06:57Z maronga 31 34 ! Adapted for use on up to 6-digit processor cores -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for land surface model and radiation model data.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Added support for land surface model and radiation model data. 30 ! 28 31 ! 1359 2014-04-11 17:15:14Z hoffmann 29 32 ! New particle structure integrated. -
palm/trunk/SOURCE/time_integration.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Added interface for different radiation schemes.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Added interface for different radiation schemes. 30 ! 28 31 ! 1496 2014-12-02 17:25:50Z maronga 29 32 ! Added calls for the land surface model and radiation scheme -
palm/trunk/SOURCE/user_data_output_2d.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 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 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch 29 32 ! kind-parameters added to all INTEGER and REAL declaration statements, -
palm/trunk/SOURCE/user_data_output_3d.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Replaced nzb and nzt+1 with the new array bounds nzb_do and nzt_do.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 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 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch 29 32 ! kind-parameters added to all INTEGER and REAL declaration statements, -
palm/trunk/SOURCE/user_header.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Typo removed23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Typo removed 27 30 ! 28 31 ! 1320 2014-03-20 08:40:49Z raasch -
palm/trunk/SOURCE/write_3d_binary.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for binary ouput of land surface and radiation model data.22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Added support for binary ouput of land surface and radiation model data. 30 ! 28 31 ! 1400 2014-05-09 14:03:54Z knoop 29 32 ! writing of arrays for random_generator_parallel added -
palm/trunk/SOURCE/write_var_list.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Typo removed22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Typo removed 30 ! 28 31 ! 1502 2014-12-03 18:22:31Z kanani 29 32 ! Canopy module and parameters removed (parameters are always read from -
palm/trunk/UTIL/combine_plot_fields.f90
r1551 r1552 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjustments for data output of soil model quantities22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1551 2015-03-03 14:18:16Z maronga 29 ! Adjustments for data output of soil model quantities 30 ! 28 31 ! 1468 2014-09-24 14:06:57Z maronga 29 32 ! Adapted for use on up to 6-digit processor cores (not tested)
Note: See TracChangeset
for help on using the changeset viewer.