Changeset 1322 for palm/trunk/SOURCE/netcdf.f90
- Timestamp:
- Mar 20, 2014 4:38:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf.f90
r1321 r1322 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 25 ! Forgotten ONLY-attribute added to USE-statements 26 26 ! 27 27 ! Former revisions: … … 4924 4924 !------------------------------------------------------------------------------! 4925 4925 4926 USE control_parameters 4926 USE control_parameters, & 4927 ONLY: netcdf_data_format 4928 4927 4929 USE netcdf 4930 4928 4931 USE netcdf_control 4932 4929 4933 USE pegrid 4930 4934 … … 4962 4966 !------------------------------------------------------------------------------! 4963 4967 4964 USE control_parameters 4968 USE control_parameters, & 4969 ONLY: message_string 4970 4965 4971 USE netcdf 4972 4966 4973 USE netcdf_control 4974 4967 4975 USE pegrid 4968 4976
Note: See TracChangeset
for help on using the changeset viewer.