[Dart-dev] DART/branches Revision: 10794
dart at ucar.edu
dart at ucar.edu
Thu Dec 15 15:18:46 MST 2016
nancy at ucar.edu
2016-12-15 15:18:45 -0700 (Thu, 15 Dec 2016)
38
fix the calls to io_filenames_init()
Modified: DART/branches/rma_fixed_filenames/models/model_mod_tools/model_mod_check.f90
===================================================================
--- DART/branches/rma_fixed_filenames/models/model_mod_tools/model_mod_check.f90 2016-12-15 22:12:52 UTC (rev 10793)
+++ DART/branches/rma_fixed_filenames/models/model_mod_tools/model_mod_check.f90 2016-12-15 22:18:45 UTC (rev 10794)
@@ -185,9 +185,9 @@
call init_ensemble_manager(ens_handle, num_ens, model_size)
! Reading/writing netcdf restart files:
-file_info_input = io_filenames_init(ens_handle, single_file = .false., &
+file_info_input = io_filenames_init(num_ens, single_file = .false., &
restart_list = input_restart_list)
-file_info_output = io_filenames_init(ens_handle, single_file = .false., &
+file_info_output = io_filenames_init(num_ens, single_file = .false., &
restart_list = output_restart_list)
More information about the Dart-dev
mailing list