[Dart-dev] [4709] DART/trunk/models/lorenz_96/model_mod.f90: Remove debug line about sync'ing netcdf file;

nancy at ucar.edu nancy at ucar.edu
Tue Feb 15 13:39:15 MST 2011


Revision: 4709
Author:   nancy
Date:     2011-02-15 13:39:15 -0700 (Tue, 15 Feb 2011)
Log Message:
-----------
Remove debug line about sync'ing netcdf file;
am slowly removing these from all model_mod files.

Modified Paths:
--------------
    DART/trunk/models/lorenz_96/model_mod.f90

-------------- next part --------------
Modified: DART/trunk/models/lorenz_96/model_mod.f90
===================================================================
--- DART/trunk/models/lorenz_96/model_mod.f90	2011-02-15 17:25:35 UTC (rev 4708)
+++ DART/trunk/models/lorenz_96/model_mod.f90	2011-02-15 20:39:15 UTC (rev 4709)
@@ -529,7 +529,7 @@
 call nc_check(nf90_sync(ncFileID), &
               'nc_write_model_atts', 'sync, '//trim(filename))
 
-write (*,*)'Model attributes written, netCDF file synched ...'
+! write (*,*)'Model attributes written, netCDF file synched ...'
 
 end function nc_write_model_atts
 


More information about the Dart-dev mailing list