Changeset 3240 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Sep 12, 2018 12:04:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r3235 r3240 25 25 ! ----------------- 26 26 ! $Id$ 27 ! max_pr_user_tmp has been defined as a control variable because it is not 28 ! local anymore 29 ! 30 ! 3235 2018-09-07 14:06:15Z sward 27 31 ! Added global variable dim_size_agtnum to own module. Necessary to avoid 28 32 ! circular dependency in agent output. … … 1238 1242 INTEGER(iwp) :: maximum_parallel_io_streams = -1 !< maximum number of parallel io streams that the underlying parallel file system allows, set with palmrun option -w, ENVPAR namelist parameter, provided by palmrun 1239 1243 INTEGER(iwp) :: max_pr_user = 0 !< number of user-defined profiles (must not change within a job chain) 1244 INTEGER(iwp) :: max_pr_user_tmp = 0 !< number of user-defined profiles that is temporary stored to check it against max_pr_user in case of restarts 1240 1245 INTEGER(iwp) :: mgcycles = 0 !< number of multigrid cycles that the multigrid solver has actually carried out 1241 1246 INTEGER(iwp) :: mg_cycles = 4 !< namelist parameter
Note: See TracChangeset
for help on using the changeset viewer.