Changeset 3706
- Timestamp:
- Jan 29, 2019 8:02:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/virtual_measurement_mod.f90
r3705 r3706 25 25 ! ----------------- 26 26 ! $Id$ 27 ! unused variables removed 28 ! 29 ! 3705 2019-01-29 19:56:39Z suehring 27 30 ! - initialization revised 28 31 ! - binary data output … … 402 405 CHARACTER(LEN=10), DIMENSION(50) :: measured_variables = '' !< dummy array with all measured variables that are allowed 403 406 404 INTEGER(iwp) :: dim_eutm !< dimension size of UTM easting coordinate405 INTEGER(iwp) :: dim_nutm !< dimension size of UTM northing coordinate406 407 INTEGER(iwp) :: dim_ntime !< dimension size of time coordinate 407 INTEGER(iwp) :: dim_zag !< dimension size of height coordinate408 408 INTEGER(iwp) :: i !< grid index of virtual observation point in x-direction 409 INTEGER(iwp) :: ii !< running index over all coordinate points of a measurement410 409 INTEGER(iwp) :: is !< grid index of real observation point of the respective station in x-direction 411 410 INTEGER(iwp) :: j !< grid index of observation point in x-direction … … 1070 1069 1071 1070 IMPLICIT NONE 1072 1073 CHARACTER(LEN=10) :: trimvar !< dummy for the measured variable name1074 1071 1075 1072 INTEGER(iwp) :: i !< grid index in x-direction
Note: See TracChangeset
for help on using the changeset viewer.