Changeset 2664 in lmdz_wrf
- Timestamp:
- Jul 12, 2019, 5:31:42 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/module_scientific.f90
r2663 r2664 18 18 ! coincident_polygon: Subroutine to provide the intersection polygon between two polygons 19 19 ! crossingpoints_polys: Subroutine to provide the crossing points between two polygons 20 ! curl2D_1o: Subroutine to compute the first order curl of a 2D vectorial field21 ! curl2D_c1o: Subroutine to compute the first order centered curl of a 2D vectorial field22 20 ! distanceRK: Function to provide the distance between two points 23 ! divergence2D_1o: Subroutine to compute the first order divergence of a 2D vectorial field24 ! divergence2D_c1o: Subroutine to compute the first order centered divergence of a 2D vectorial field25 21 ! FindMinimumR_K*: Function returns the location of the minimum in the section between Start and End. 26 22 ! fill3DI_2Dvec: Subroutine to fill a 3D integer matrix from a series of indices from a 2D matrix 27 23 ! fill3DR_2Dvec: Subroutine to fill a 3D float matrix from a series of indices from a 2D matrix 28 ! gradient2D_1o: Subroutine to compute the first order gradient of a 2D field29 ! gradient3D_1o: Subroutine to compute the first order gradient of a 3D field30 ! gradient2D_c1o: Subroutine to compute the first order centered gradient of a 2D field31 24 ! grid_within_polygon: Subroutine to determine which grid cells from a matrix lay inside a polygon 32 25 ! grid_spacepercen: Subroutine to compute the space-percentages of a series of grid cells (B) which lay inside another … … 44 37 ! intersection_2Dlines: Subroutine to provide the intersection point between two lines on the plane using Cramer's method 45 38 ! join_polygon: Subroutine to join two polygons 46 ! lap2D_1o: Subroutine to compute the first order laplacian of a 2D vectorial field47 ! lap2D_c1o: Subroutine to compute the first order centered laplacian of a 2D vectorial field48 39 ! look_clockwise_borders: Subroutine to look clock-wise for a next point within a collection of borders 49 40 ! (limits of a region) … … 113 104 114 105 !! Vectorial calculus 106 ! curl2D_1o: Subroutine to compute the first order curl of a 2D vectorial field 107 ! curl2D_c1o: Subroutine to compute the first order centered curl of a 2D vectorial field 115 108 ! deformation3D_1o: Subroutine to compute the first order deformation of a 3D field 109 ! divergence2D_1o: Subroutine to compute the first order divergence of a 2D vectorial field 110 ! divergence2D_c1o: Subroutine to compute the first order centered divergence of a 2D vectorial field 111 ! gradient2D_1o: Subroutine to compute the first order gradient of a 2D field 116 112 ! gradient3D_1o: Subroutine to compute the first order gradient of a 3D field 113 ! gradient2D_c1o: Subroutine to compute the first order centered gradient of a 2D field 114 ! lap2D_1o: Subroutine to compute the first order laplacian of a 2D vectorial field 115 ! lap2D_c1o: Subroutine to compute the first order centered laplacian of a 2D vectorial field 117 116 ! matmodule3D: Subroutine to compute the module of a 3D matrix with 3 components 118 117 ! tilting3D_1o: Subroutine to compute the first order tilting of a 3D field
Note: See TracChangeset
for help on using the changeset viewer.