Changeset 3766 for palm/trunk/SOURCE/surface_data_output_mod.f90
- Timestamp:
- Feb 26, 2019 4:23:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r3762 r3766 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix in surface_data_output_rrd_local (variable k removed) 28 ! 29 ! 3762 2019-02-25 16:54:16Z suehring 27 30 ! Remove unused variables and add preprocessor directives for variables that 28 31 ! are used only when netcdf4 is defined … … 4509 4512 IMPLICIT NONE 4510 4513 4511 INTEGER(iwp) :: k !< running index over previous input files covering current local domain4512 4513 4514 LOGICAL, INTENT(OUT) :: found 4515 4514 4516 ! 4515 4517 !-- Here the reading of user-defined restart data follows: … … 4520 4522 4521 4523 CASE ( 'surfaces%var_av' ) 4522 IF ( k == 1 )READ ( 13 ) surfaces%var_av4524 READ ( 13 ) surfaces%var_av 4523 4525 4524 4526 CASE DEFAULT
Note: See TracChangeset
for help on using the changeset viewer.