[Dart-dev] DART/branches Revision: 11419

dart at ucar.edu dart at ucar.edu
Wed Mar 29 18:00:10 MDT 2017


nancy at ucar.edu
2017-03-29 18:00:10 -0600 (Wed, 29 Mar 2017)
224
question about the last argument to the nc_write_location_atts().
i'd like to avoid having the caller supply the netcdf variable id
if possible, but i'm unsure about the usage in some of the obs tools
(e.g. obs_seq_verify)




Modified: DART/branches/model_mod_changes/assimilation_code/location/utilities/location_io_mod.f90
===================================================================
--- DART/branches/model_mod_changes/assimilation_code/location/utilities/location_io_mod.f90	2017-03-29 23:59:18 UTC (rev 11418)
+++ DART/branches/model_mod_changes/assimilation_code/location/utilities/location_io_mod.f90	2017-03-30 00:00:10 UTC (rev 11419)
@@ -62,6 +62,9 @@
 !----------------------------------------------------------------------------
 !> Create and add attributes to a 'location' dimension and variable.
 
+!>@todo FIXME does the last arg need to be an optional actual dim?
+!>or an additional dim?  check obs_seq_verify for usage
+
 subroutine nc_write_location_atts( ncFileID, fname, use_unlimited_dim ) 
  
 integer,           intent(in) :: ncFileID    ! handle to the netcdf file


More information about the Dart-dev mailing list