Changeset 1934 for palm/trunk
- Timestamp:
- Jun 13, 2016 9:46:57 AM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1933 r1934 20 20 # Current revisions: 21 21 # ------------------ 22 # 22 # poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod 23 23 # 24 24 # Former revisions: … … 26 26 # $Id$ 27 27 # 28 # 1931 2016-06-10 12:06:59Z suehring29 # poismg renamed poismg_noopt, poismg_fast_mod renamed poismg_mod30 #31 28 # 1914 2016-05-26 14:44:07Z witha 32 29 # Added wind_turbine_model_mod … … 313 310 package_parin.f90 palm.f90 parin.f90 plant_canopy_model_mod.f90 pmc_interface_mod.f90 \ 314 311 pmc_child_mod.f90 pmc_general_mod.f90 pmc_handle_communicator_mod.f90 \ 315 pmc_mpi_wrapper_mod.f90 pmc_parent_mod.f90 poisfft_mod.f90 poismg .f90 \316 poismg_ fast_mod.f90 pres.f90 print_1d.f90 production_e.f90 \312 pmc_mpi_wrapper_mod.f90 pmc_parent_mod.f90 poisfft_mod.f90 poismg_mod.f90 \ 313 poismg_noopt.f90 pres.f90 print_1d.f90 production_e.f90 \ 317 314 prognostic_equations.f90 progress_bar_mod.f90 radiation_model_mod.f90 \ 318 315 random_function_mod.f90 random_gauss.f90 random_generator_parallel_mod.f90 \ -
palm/trunk/SOURCE/poismg_mod.f90
r1932 r1934 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Rename subroutines and cpu-measure log points to indicate default version 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1931 2016-06-10 12:06:59Z suehring28 ! Rename subroutines and cpu-measure log points to indicate default version29 !30 27 ! 1904 2016-05-11 13:06:12Z suehring 31 28 ! Bugfix: enable special_exchange_horiz only for finer grid levels. -
palm/trunk/SOURCE/poismg_noopt.f90
r1932 r1934 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Rename subroutines and cpu-measure log points to indicate _noopt version 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1931 2016-06-10 12:06:59Z suehring28 ! Rename subroutines and cpu-measure log points to indicate _noopt version29 !30 27 ! 1762 2016-02-25 12:31:13Z hellstea 31 28 ! Introduction of nested domain feature
Note: See TracChangeset
for help on using the changeset viewer.