Changeset 3241 for palm/trunk/UTIL
- Timestamp:
- Sep 12, 2018 3:02:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/combine_plot_fields.f90
r2718 r3241 26 26 ! ----------------- 27 27 ! $Id$ 28 ! unused variables removed 29 ! 30 ! 2718 2018-01-02 08:49:38Z maronga 28 31 ! Corrected "Former revisions" section 29 32 ! … … 126 129 127 130 INTEGER(iwp) :: av, danz, i, id, j, k, model, models, nc_stat, & 128 nxa, nx ag, nxe, nxeg, nya, nyag, nye, nyeg, &131 nxa, nxe, nya, nye, & 129 132 nza, nze, pos, time_step, xa, xe, xxa, xxe, ya, ya_do, & 130 ya_tot, ye, ye_do, ye_tot, yya, yye, za, ze , zza, zze133 ya_tot, ye, ye_do, ye_tot, yya, yye, za, ze 131 134 132 135 INTEGER(8) :: count, count_rate … … 141 144 netcdf_1, vnest 142 145 143 REAL(wp) :: cpu_start_time, cpu_end_time, dx,simulated_time146 REAL(wp) :: cpu_start_time, cpu_end_time, simulated_time 144 147 REAL(wp), DIMENSION(:,:), ALLOCATABLE :: pf, pf_tmp 145 148 REAL(spk), DIMENSION(:,:,:), ALLOCATABLE :: pf3d, pf3d_tmp … … 752 755 !-- Allocate the array for storing the total domain data 753 756 IF ( id == 0 .AND. fanz(0) == 0 .AND. fanz(1) == 0 ) THEN 754 ! READ ( id+110 ) nxag, nxeg, nyag, nyeg755 757 READ ( id+110 ) nxa, nxe, nya, nye, nza, nze 756 758 ALLOCATE ( pf3d(nxa:nxe,nya:nye,nza:nze) )
Note: See TracChangeset
for help on using the changeset viewer.