Changeset 4536 for palm/trunk/SOURCE/virtual_measurement_mod.f90
- Timestamp:
- May 17, 2020 5:24:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/virtual_measurement_mod.f90
r4504 r4536 21 21 ! ----------------- 22 22 ! 23 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix: preprocessor directive adjusted 28 ! 29 ! 4504 2020-04-20 12:11:24Z raasch 27 30 ! file re-formatted to follow the PALM coding standard 28 31 ! … … 859 862 INTEGER(iwp), DIMENSION(:), ALLOCATABLE :: ns_all !< dummy array used to sum-up the number of observation coordinates 860 863 861 #if defined( __ parallel )864 #if defined( __netcdf4_parallel ) 862 865 INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE :: ns_atmos !< number of observation points for each station on each mpi rank 863 866 INTEGER(iwp), DIMENSION(:,:), ALLOCATABLE :: ns_soil !< number of observation points for each station on each mpi rank
Note: See TracChangeset
for help on using the changeset viewer.