Changeset 1497 for palm/trunk/SOURCE
- Timestamp:
- Dec 2, 2014 5:28:07 PM (10 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1496 r1497 20 20 # Current revisions: 21 21 # ------------------ 22 # Added land surface model and radiation model files: land_surface_model, 23 # radiation_model, user_init_land_surface 22 # 24 23 # 25 24 # Former revisions: … … 27 26 # $Id$ 28 27 # 28 # 1496 2014-12-02 17:25:50Z maronga 29 # Added land surface model and radiation model files: land_surface_model, 30 # radiation_model, user_init_land_surface 31 # 29 32 # 1484 2014-10-21 10:53:05Z kanani 30 33 # plant_canopy_model-dependency added for check_parameters, header, init_3d_model, -
palm/trunk/SOURCE/check_parameters.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added checks for the land surface model22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Added checks for the land surface model 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/header.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Renamed: "radiation -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed: "radiation -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/init_3d_model.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Added initialization of the land surface and radiation schemes22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Added initialization of the land surface and radiation schemes 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/land_surface_model.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Initial revision22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Initial revision 30 ! 28 31 ! 29 32 ! Description: -
palm/trunk/SOURCE/modules.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Renamed "radiation" -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed "radiation" -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/package_parin.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added support for the land surface model and radiation scheme22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Added support for the land surface model and radiation scheme 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/parin.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Renamed: "radiation -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed: "radiation -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/prandtl_fluxes.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adapted for land surface model22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Adapted for land surface model 30 ! 28 31 ! 1494 2014-11-21 17:14:03Z maronga 29 32 ! Bugfixes: qs is now calculated before calculation of Rif. Ccalculation of -
palm/trunk/SOURCE/prognostic_equations.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Renamed "radiation" -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed "radiation" -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes due to new module structure of the plant canopy model: -
palm/trunk/SOURCE/radiation_model.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Initial revision22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Initial revision 30 ! 28 31 ! 29 32 ! Description: -
palm/trunk/SOURCE/read_var_list.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Renamed "radiation" -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed "radiation" -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes in the course of the canopy-model modularization: -
palm/trunk/SOURCE/swap_timelevel.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Added swapping of land surface model quantities22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Added swapping of land surface model quantities 30 ! 28 31 ! 1374 2014-04-25 12:55:07Z raasch 29 32 ! bugfix: use-statement for nopointer-case added -
palm/trunk/SOURCE/time_integration.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Added calls for the land surface model and radiation scheme22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Added calls for the land surface model and radiation scheme 30 ! 28 31 ! 1402 2014-05-09 14:25:13Z raasch 29 32 ! location messages modified -
palm/trunk/SOURCE/user_init_land_surface.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Initial revision22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Initial revision 30 ! 28 31 ! Description: 29 32 ! ------------ -
palm/trunk/SOURCE/write_var_list.f90
r1496 r1497 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Renamed "radiation" -> "cloud_top_radiation"22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1496 2014-12-02 17:25:50Z maronga 29 ! Renamed "radiation" -> "cloud_top_radiation" 30 ! 28 31 ! 1484 2014-10-21 10:53:05Z kanani 29 32 ! Changes in the course of the canopy-model modularization:
Note: See TracChangeset
for help on using the changeset viewer.