Changeset 2408 for palm/trunk/SOURCE
- Timestamp:
- Sep 5, 2017 3:47:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r2375 r2408 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Changed default value of mg_cycles from -1 to 4. 28 ! 29 ! 2375 2017-08-29 14:10:28Z schwenkel 27 30 ! Moved mass_of_solute, molecular_weight_of_solute, molecular_weight_of_water, 28 31 ! vanthoff back from particle attributes because they can now also be used in … … 1069 1072 INTEGER(iwp) :: max_pr_user = 0 !< number of user-defined profiles (must not change within a job chain) 1070 1073 INTEGER(iwp) :: mgcycles = 0 !< number of multigrid cycles that the multigrid solver has actually carried out 1071 INTEGER(iwp) :: mg_cycles = -1!< namelist parameter1074 INTEGER(iwp) :: mg_cycles = 4 !< namelist parameter 1072 1075 INTEGER(iwp) :: mg_switch_to_pe0_level = -1 !< namelist parameter 1073 1076 INTEGER(iwp) :: mid !< masked output running index
Note: See TracChangeset
for help on using the changeset viewer.