Changeset 1034 for palm/trunk/SOURCE
- Timestamp:
- Oct 22, 2012 11:32:49 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1031 r1034 2903 2903 !-- Check the NetCDF data format 2904 2904 #if ! defined ( __check ) 2905 IF ( netcdf_data_format > 2 .AND. netcdf_data_format < 5) THEN2905 IF ( netcdf_data_format > 2 ) THEN 2906 2906 #if defined( __netcdf4 ) 2907 2907 CONTINUE
Note: See TracChangeset
for help on using the changeset viewer.