Changeset 4764 for palm/trunk/SOURCE


Ignore:
Timestamp:
Oct 30, 2020 12:50:36 PM (3 years ago)
Author:
suehring
Message:

Missing variable declaration and directives for netcdf4 added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/virtual_measurement_mod.f90

    r4763 r4764  
    2525! -----------------
    2626! $Id$
     27! Missing variable declaration and directives for netcdf4 added
     28!
     29! 4763 2020-10-30 12:06:47Z suehring
    2730! - Simplified input of coordinates. All coordinate and height arrays are now 1D, independent on
    2831!   featuretype. This allows easier usage also for other campaign data sets independent of UC2.
     
    875878    INTEGER(iwp) ::  ll         !< running index over all measured variables in file
    876879    INTEGER(iwp) ::  m          !< running index for surface elements
     880#if defined( __netcdf4_parallel )
     881    INTEGER(iwp) ::  n          !< running index over all cores
     882#endif
    877883    INTEGER(iwp) ::  nofill     !< dummy for nofill return value (not used)
    878884    INTEGER(iwp) ::  ns         !< counter variable for number of observation points on subdomain
Note: See TracChangeset for help on using the changeset viewer.