Changeset 4467
- Timestamp:
- Mar 20, 2020 4:57:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/wind_turbine_model_mod.f90
r4465 r4467 26 26 ! ----------------- 27 27 ! $Id$ 28 ! ASCII output cleanup 29 ! 30 ! 4465 2020-03-20 11:35:48Z maronga 28 31 ! Removed old ASCII outputm, some syntax layout adjustments, added output for 29 32 ! rotor and tower diameters. Added warning message in case of NetCDF 3 (no … … 1969 1972 IMPLICIT NONE 1970 1973 1971 CHARACTER (LEN=4) :: turbine_id1972 1974 1973 1975 INTEGER(iwp) :: i, j, k !< loop indices … … 1977 1979 INTEGER(iwp) :: ring !< 1978 1980 INTEGER(iwp) :: ii, jj, kk !< 1979 1981 1980 1982 REAL(wp) :: flag !< flag to mask topography grid points 1981 1983 REAL(wp) :: sin_rot, cos_rot !< 1982 1984 REAL(wp) :: sin_yaw, cos_yaw !< 1983 1985 1984 1986 REAL(wp) :: aa, bb, cc, dd !< interpolation distances 1985 1987 REAL(wp) :: gg !< interpolation volume var 1986 1988 1987 1989 REAL(wp) :: dist_u_3d, dist_v_3d, dist_w_3d !< smearing distances 1988 1990
Note: See TracChangeset
for help on using the changeset viewer.