Changeset 120
- Timestamp:
- Oct 17, 2007 11:54:43 AM (17 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r119 r120 17 17 ------- 18 18 19 Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open) 20 21 check_open 22 19 23 20 24 Errors: -
palm/trunk/SOURCE/check_open.f90
r110 r120 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d 7 7 ! 8 8 ! Former revisions: … … 993 993 ! 994 994 !-- Create a new NetCDF output file 995 IF ( netcdf_64bit .AND. netcdf_64bit_3d ) THEN995 IF ( netcdf_64bit_3d ) THEN 996 996 #if defined( __netcdf_64bit ) 997 997 nc_stat = NF90_CREATE( filename, &
Note: See TracChangeset
for help on using the changeset viewer.