Changeset 4764
- Timestamp:
- Oct 30, 2020 12:50:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/virtual_measurement_mod.f90
r4763 r4764 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Missing variable declaration and directives for netcdf4 added 28 ! 29 ! 4763 2020-10-30 12:06:47Z suehring 27 30 ! - Simplified input of coordinates. All coordinate and height arrays are now 1D, independent on 28 31 ! featuretype. This allows easier usage also for other campaign data sets independent of UC2. … … 875 878 INTEGER(iwp) :: ll !< running index over all measured variables in file 876 879 INTEGER(iwp) :: m !< running index for surface elements 880 #if defined( __netcdf4_parallel ) 881 INTEGER(iwp) :: n !< running index over all cores 882 #endif 877 883 INTEGER(iwp) :: nofill !< dummy for nofill return value (not used) 878 884 INTEGER(iwp) :: ns !< counter variable for number of observation points on subdomain
Note: See TracChangeset
for help on using the changeset viewer.