Changeset 4853 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Jan 25, 2021 7:56:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r4845 r4853 24 24 ! ----------------- 25 25 ! $Id$ 26 ! array size for profiles increased from 300 to 400 27 ! 28 ! 4845 2021-01-18 11:15:37Z raasch 26 29 ! -use_cmax and arrays required for radiation boundary conditions 27 30 ! … … 758 761 759 762 CHARACTER (LEN=varnamelength), DIMENSION(200) :: data_output_pr_user = ' ' !< namelist parameter 760 CHARACTER (LEN=varnamelength), DIMENSION( 300) :: data_output_pr = ' ' !< namelist parameter763 CHARACTER (LEN=varnamelength), DIMENSION(400) :: data_output_pr = ' ' !< namelist parameter 761 764 CHARACTER (LEN=varnamelength), DIMENSION(500) :: data_output = ' ' !< namelist parameter 762 765 CHARACTER (LEN=varnamelength), DIMENSION(500) :: data_output_user = ' ' !< namelist parameter … … 1617 1620 INTEGER(iwp) :: profile_rows = 3 !< number of coordinate systems on a profile plot per row 1618 1621 1619 INTEGER(iwp) :: dopr_index( 300) = 0 !< index number of respective profile quantity1620 INTEGER(iwp) :: dopr_initial_index( 300) = 0 !< index number of initial profiles to be output1622 INTEGER(iwp) :: dopr_index(400) = 0 !< index number of respective profile quantity 1623 INTEGER(iwp) :: dopr_initial_index(400) = 0 !< index number of initial profiles to be output 1621 1624 1622 1625 SAVE
Note: See TracChangeset
for help on using the changeset viewer.