Changeset 3592 for palm/trunk/SOURCE/pmc_general_mod.f90
- Timestamp:
- Dec 3, 2018 12:38:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_general_mod.f90
r3241 r3592 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Determine number of coupled arrays dynamically. 29 ! 30 ! 3241 2018-09-12 15:02:00Z raasch 28 31 ! unused variable removed 29 32 ! … … 99 102 SAVE 100 103 104 INTEGER(iwp), PUBLIC :: pmc_max_array !< max # of arrays which can be coupled - will be determined dynamically in pmc_interface 105 101 106 INTEGER(iwp), PARAMETER, PUBLIC :: da_desclen = 8 !< 102 107 INTEGER(iwp), PARAMETER, PUBLIC :: da_namelen = 16 !< 103 108 INTEGER(iwp), PARAMETER, PUBLIC :: pmc_da_name_err = 10 !< 104 INTEGER(iwp), PARAMETER, PUBLIC :: pmc_max_array = 32 !< max # of arrays which can be coupled105 109 INTEGER(iwp), PARAMETER, PUBLIC :: pmc_max_models = 64 !< 106 110 INTEGER(iwp), PARAMETER, PUBLIC :: pmc_status_ok = 0 !<
Note: See TracChangeset
for help on using the changeset viewer.