[Dart-dev] DART/branches Revision: 11650
dart at ucar.edu
dart at ucar.edu
Mon May 22 10:08:20 MDT 2017
nancy at ucar.edu
2017-05-22 10:08:20 -0600 (Mon, 22 May 2017)
112
change the model name back to 'FMS_Bgrid'. was
unintentionally changed when revamping the attribute routines.
Modified: DART/branches/rma_trunk/models/bgrid_solo/model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/bgrid_solo/model_mod.f90 2017-05-22 02:20:30 UTC (rev 11649)
+++ DART/branches/rma_trunk/models/bgrid_solo/model_mod.f90 2017-05-22 16:08:20 UTC (rev 11650)
@@ -1490,7 +1490,7 @@
call nc_add_global_attribute(ncFileID, "model_revision", revision)
call nc_add_global_attribute(ncFileID, "model_revdate", revdate)
-call nc_add_global_attribute(ncFileID, "model", "bgrid_solo")
+call nc_add_global_attribute(ncFileID, "model", "FMS_Bgrid")
!-------------------------------------------------------------------------------
! Define the new dimensions IDs
More information about the Dart-dev
mailing list