Changeset 2408


Ignore:
Timestamp:
Sep 5, 2017 3:47:53 PM (7 years ago)
Author:
gronemeier
Message:

Changed default value of mg_cycles from -1 to 4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r2375 r2408  
    2525! -----------------
    2626! $Id$
     27! Changed default value of mg_cycles from -1 to 4.
     28!
     29! 2375 2017-08-29 14:10:28Z schwenkel
    2730! Moved mass_of_solute, molecular_weight_of_solute, molecular_weight_of_water,
    2831! vanthoff back from particle attributes because they can now also be used in
     
    10691072    INTEGER(iwp) ::  max_pr_user = 0                   !< number of user-defined profiles (must not change within a job chain)
    10701073    INTEGER(iwp) ::  mgcycles = 0                      !< number of multigrid cycles that the multigrid solver has actually carried out
    1071     INTEGER(iwp) ::  mg_cycles = -1                    !< namelist parameter
     1074    INTEGER(iwp) ::  mg_cycles = 4                     !< namelist parameter
    10721075    INTEGER(iwp) ::  mg_switch_to_pe0_level = -1       !< namelist parameter
    10731076    INTEGER(iwp) ::  mid                               !< masked output running index
Note: See TracChangeset for help on using the changeset viewer.