Changeset 2333 in lmdz_wrf
- Timestamp:
- Feb 12, 2019, 3:30:26 PM (6 years ago)
- Location:
- trunk/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/module_ForDiagnostics.f90
r2332 r2333 1056 1056 ! Homogenizing indices of the ranges 1057 1057 Lranges = iranges /= 0 1058 CALL polygons(. FALSE., d1, d2, Lranges, ranges, Nranges)1058 CALL polygons(.TRUE., d1, d2, Lranges, ranges, Nranges) 1059 1059 1060 1060 ! IF (TRIM(face) == 'WE') THEN -
trunk/tools/module_scientific.f90
r2332 r2333 2597 2597 2598 2598 ! The mathematical maximum woiuld be dx*dy/4, but let's be optimistic... (sorry Jero) 2599 Nppt = dx*dy/100 2599 Nppt = dx*dy/10000 2600 2600 2601 2601 IF (ALLOCATED(borders)) DEALLOCATE(borders) … … 2618 2618 ! Filling with the points of all the space with .TRUE. 2619 2619 Npts = COUNT(boolmat) 2620 PRINT * ,'Lluis Npts:', Npts, 'Nppt:', Nppt 2620 2621 2621 2622 IF (ALLOCATED(points)) DEALLOCATE(points) … … 2753 2754 END IF 2754 2755 END DO 2756 2757 IF (NnotPol == Npols) THEN 2758 PRINT *,' ' // TRIM(fname) // ": avoiding to remove all polygons !!" 2759 NnotPol = 0 2760 END IF 2755 2761 2756 2762 IF (dbg) THEN
Note: See TracChangeset
for help on using the changeset viewer.