Changeset 2526 in lmdz_wrf
- Timestamp:
- May 10, 2019, 9:34:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/module_scientific.f90
r2524 r2526 91 91 ! SortR_K*: Subroutine receives an array x() r_K and sorts it into ascending order. 92 92 ! spacepercen: Subroutine to compute the space-percentages of a series of grid cells (B) into another series of grid-cells (A) 93 ! spacepercen_within_reg: Subroutine to compute the percentage of a series of grid cells which are encompassed by a polygon 93 94 ! spaceweight_Icount: Subroutine to compute the percentage of a series of categories using weights 94 95 ! spaceweightstats: Subroutine to compute an spatial statistics value from a matrix B into a matrix A using weights … … 4950 4951 ! percentages: percentages of area of each of the grids within the polygon 4951 4952 4952 fname = ' spacepercen_within_reg'4953 fname = 'grid_within_polygon' 4953 4954 4954 4955 Ngridsin = 0
Note: See TracChangeset
for help on using the changeset viewer.