Changeset 1973
- Timestamp:
- Jul 26, 2016 7:52:45 AM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1972 r1973 20 20 # Current revisions: 21 21 # ------------------ 22 # Removed some dependencies due to further modularization of land surface model22 # 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1972 2016-07-26 07:52:02Z maronga 29 # Removed some dependencies due to further modularization of land surface model 30 # 28 31 # 1957 2016-07-07 10:43:48Z suehring 29 32 # flight module added -
palm/trunk/SOURCE/average_3d_data.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Output of land surface quantities is now done directly in the respective module21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Output of land surface quantities is now done directly in the respective module 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Treat humidity and passive scalar separately -
palm/trunk/SOURCE/check_parameters.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Removed check of lai* (done in land surface module)21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Removed check of lai* (done in land surface module) 29 ! 27 30 ! 1970 2016-07-18 14:27:12Z suehring 28 31 ! Bugfix, check for ibc_q_b and constant_waterflux in case of land-surface scheme -
palm/trunk/SOURCE/data_output_2d.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Output of land surface quantities is now done directly in the respective module21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Output of land surface quantities is now done directly in the respective module 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Scalar surface flux added -
palm/trunk/SOURCE/data_output_3d.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Output of land surface quantities is now done directly in the respective module. 22 ! Unnecessary directive __parallel removed. 21 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Output of land surface quantities is now done directly in the respective module. 29 ! Unnecessary directive __parallel removed. 30 ! 28 31 ! 1960 2016-07-12 16:34:24Z suehring 29 32 ! Scalar surface flux added -
palm/trunk/SOURCE/land_surface_model_mod.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Further modularization: output of cross sections and 3D data is now done in this 22 ! module. Moreover, restart data is written and read directly within this module. 23 ! 21 ! 24 22 ! 25 23 ! Former revisions: … … 27 25 ! $Id$ 28 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Further modularization: output of cross sections and 3D data is now done in this 29 ! module. Moreover, restart data is written and read directly within this module. 30 ! 31 ! 29 32 ! 1966 2016-07-18 11:54:18Z maronga 30 33 ! Bugfix: calculation of m_total in soil model was not set to zero at model start -
palm/trunk/SOURCE/netcdf_interface_mod.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 21 28 ! Bugfix: wrong units for lsm quantities. 22 29 ! Definition of grids for land surface quantities is now done directly in the 23 30 ! respective module. 24 31 ! 25 ! Former revisions:26 ! -----------------27 ! $Id$28 !29 32 ! 1960 2016-07-12 16:34:24Z suehring 30 33 ! Additional labels and units for timeseries output of passive scalar-related -
palm/trunk/SOURCE/palm.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Added call to lsm_last_actions for binary output of land surface model data21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Added call to lsm_last_actions for binary output of land surface model data 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Separate humidity and passive scalar -
palm/trunk/SOURCE/read_3d_binary.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Land surface parts are now done in the respective module21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Land surface parts are now done in the respective module 29 ! 27 30 ! 1849 2016-04-08 11:33:18Z hoffmann 28 31 ! prr, precipitation_amount moved to arrays_3d -
palm/trunk/SOURCE/sum_up_3d_data.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Land surface actions are now done directly in the respective module21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Land surface actions are now done directly in the respective module 29 ! 27 30 ! 1960 2016-07-12 16:34:24Z suehring 28 31 ! Scalar surface flux added -
palm/trunk/SOURCE/user_init_land_surface.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Update of use statements21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Update of use statements 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop 28 31 ! Code annotations made doxygen readable -
palm/trunk/SOURCE/write_3d_binary.f90
r1972 r1973 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Land surface actions are now done directly in the respective module21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1972 2016-07-26 07:52:02Z maronga 28 ! Land surface actions are now done directly in the respective module 29 ! 27 30 ! 1849 2016-04-08 11:33:18Z hoffmann 28 31 ! prr, precipitation_amount moved to arrays_3d
Note: See TracChangeset
for help on using the changeset viewer.