[Dart-dev] DART/branches Revision: 12146
dart at ucar.edu
dart at ucar.edu
Wed Nov 22 11:55:36 MST 2017
thoar at ucar.edu
2017-11-22 11:55:33 -0700 (Wed, 22 Nov 2017)
328
Actually works on cheyenne (with the following modules)
Currently Loaded Modules:
1) ncarenv/1.1 4) mpt/2.15f 7) matlab/R2016b 10) python/2.7.13
2) intel/16.0.3 5) netcdf/4.4.1.1 8) nco/4.6.9 11) xxdiff/4.0.1
3) ncarcompilers/0.4.1 6) git/2.10.2 9) ncview/2.1.7 12) ncl/6.4.0
Modified: DART/branches/cesm_clm/observations/obs_converters/EASE-Grid/readhdf5.f90
===================================================================
--- DART/branches/cesm_clm/observations/obs_converters/EASE-Grid/readhdf5.f90 2017-11-22 16:55:07 UTC (rev 12145)
+++ DART/branches/cesm_clm/observations/obs_converters/EASE-Grid/readhdf5.f90 2017-11-22 18:55:33 UTC (rev 12146)
@@ -51,11 +51,7 @@
! read the data using the dataset ID
call h5dread_f(dset_id, H5T_NATIVE_REAL, longitude, dims, hdferr)
write(*,*)'h5dread_f with dset_id error is ',hdferr
-if (hdferr == 0) write(*,*)longitude(1:10)
-! read the data using the dataspace ID
-call h5dread_f(dspace_id, H5T_NATIVE_REAL, longitude, dims, hdferr)
-write(*,*)'h5dread_f with dspace_id error is ',hdferr
if (hdferr == 0) write(*,*)longitude(1:10)
deallocate(longitude, dims)
More information about the Dart-dev
mailing list