Changeset 2526 in lmdz_wrf


Ignore:
Timestamp:
May 10, 2019, 9:34:38 PM (6 years ago)
Author:
lfita
Message:

Fixing minor details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/module_scientific.f90

    r2524 r2526  
    9191! SortR_K*: Subroutine receives an array x() r_K and sorts it into ascending order.
    9292! 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
    9394! spaceweight_Icount: Subroutine to compute the percentage of a series of categories using weights
    9495! spaceweightstats: Subroutine to compute an spatial statistics value from a matrix B into a matrix A using weights
     
    49504951! percentages: percentages of area of each of the grids within the polygon
    49514952
    4952     fname = 'spacepercen_within_reg'
     4953    fname = 'grid_within_polygon'
    49534954
    49544955    Ngridsin = 0
Note: See TracChangeset for help on using the changeset viewer.