[Dart-dev] DART/branches Revision: 12081

dart at ucar.edu dart at ucar.edu
Thu Nov 9 13:14:30 MST 2017


nancy at ucar.edu
2017-11-09 13:14:30 -0700 (Thu, 09 Nov 2017)
129
tried building one of the lorenz models and these need
nc_check moved from the basic utilities mod to the
netcdf_utilities mod.




Modified: DART/branches/recam/assimilation_code/programs/obs_diag/oned/obs_diag.f90
===================================================================
--- DART/branches/recam/assimilation_code/programs/obs_diag/oned/obs_diag.f90	2017-11-09 20:08:44 UTC (rev 12080)
+++ DART/branches/recam/assimilation_code/programs/obs_diag/oned/obs_diag.f90	2017-11-09 20:14:30 UTC (rev 12081)
@@ -39,8 +39,9 @@
                              file_exist, error_handler, E_ERR, E_WARN, E_MSG,  &
                              initialize_utilities, logfileunit, nmlfileunit,   &
                              find_namelist_in_file, check_namelist_read,       &
-                             nc_check, do_nml_file, do_nml_term, finalize_utilities, &
+                             do_nml_file, do_nml_term, finalize_utilities, &
                              next_file, get_next_filename
+use netcdf_utilities_mod, only : nc_check
                              
 use         sort_mod, only : sort
 use   random_seq_mod, only : random_seq_type, init_random_seq, several_random_gaussians

Modified: DART/branches/recam/models/model_mod_tools/test_interpolate_oned.f90
===================================================================
--- DART/branches/recam/models/model_mod_tools/test_interpolate_oned.f90	2017-11-09 20:08:44 UTC (rev 12080)
+++ DART/branches/recam/models/model_mod_tools/test_interpolate_oned.f90	2017-11-09 20:14:30 UTC (rev 12081)
@@ -15,8 +15,10 @@
 use         utilities_mod, only : register_module, error_handler, E_MSG, E_ERR, &
                                   initialize_utilities, finalize_utilities,     &
                                   find_namelist_in_file, check_namelist_read,   &
-                                  nc_check, E_MSG, open_file, close_file, do_output
+                                  E_MSG, open_file, close_file, do_output
 
+use netcdf_utilities_mod, only : nc_check
+
 use          location_mod, only : location_type, set_location, write_location,  &
                                   get_dist
 


More information about the Dart-dev mailing list