[Dart-dev] DART/branches Revision: 10969

dart at ucar.edu dart at ucar.edu
Fri Jan 27 18:00:08 MST 2017


nancy at ucar.edu
2017-01-27 18:00:08 -0700 (Fri, 27 Jan 2017)
244
fix the register_module call.  i have a private
version where i fooled around with passing in only
the $Id instead of source/revision/revdate, but
shouldn't have committed this on with that change.
it will soon be in use so i'm fixing it now.




Modified: DART/branches/rma_trunk/utilities/obs_impact_mod.f90
===================================================================
--- DART/branches/rma_trunk/utilities/obs_impact_mod.f90	2017-01-28 00:40:55 UTC (rev 10968)
+++ DART/branches/rma_trunk/utilities/obs_impact_mod.f90	2017-01-28 01:00:08 UTC (rev 10969)
@@ -428,7 +428,7 @@
 if (module_initialized) return
 
 module_initialized = .true.
-call register_module(id)
+call register_module(source, revision, revdate)
 
 ! Read the namelist entry
 call find_namelist_in_file("input.nml", "obs_impact_tool_nml", funit)


More information about the Dart-dev mailing list