Changeset 1320 for palm/trunk/SOURCE/data_output_tseries.f90
- Timestamp:
- Mar 20, 2014 8:40:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/data_output_tseries.f90
r1319 r1320 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! ONLY-attribute added to USE-statements, 23 ! kind-parameters added to all INTEGER and REAL declaration statements, 24 ! kinds are defined in new module kinds, 25 ! revision history before 2012 removed, 26 ! comment fields (!:) to be used for variable explanations added to 27 ! all variable declaration statements 23 28 ! 24 29 ! Former revisions: … … 36 41 ! code put under GPL (PALM 3.9) 37 42 ! 38 ! 291 2009-04-16 12:07:26Z raasch39 ! simulated_time in NetCDF output replaced by time_since_reference_point.40 ! Output of NetCDF messages with aid of message handling routine.41 !42 ! 48 2007-03-06 12:28:36Z raasch43 ! Collection of time series quantities moved to routine flow_statistics,44 ! output for "profil" removed45 !46 ! RCS Log replace by Id keyword, revision history cleaned up47 !48 ! Revision 1.13 2006/03/14 12:42:51 raasch49 ! Error removed: NetCDF output only if switched on50 !51 43 ! Revision 1.1 1998/03/03 08:00:13 raasch 52 44 ! Initial revision … … 59 51 !------------------------------------------------------------------------------! 60 52 61 USE control_parameters 62 USE cpulog 63 USE indices 53 USE control_parameters, & 54 ONLY: dots_time_count, netcdf_output, time_since_reference_point 55 56 USE cpulog, & 57 ONLY: cpu_log, log_point 58 59 USE kinds 60 64 61 USE netcdf_control 62 65 63 USE pegrid 64 66 65 USE profil_parameter 67 USE statistics 66 67 USE statistics, & 68 ONLY: flow_statistics_called, statistic_regions, ts_value 68 69 69 70 IMPLICIT NONE 70 71 71 72 72 INTEGER :: i, sr 73 INTEGER(iwp) :: i !: 74 INTEGER(iwp) :: sr !: 73 75 74 76
Note: See TracChangeset
for help on using the changeset viewer.