[Dart-dev] DART/branches Revision: 11011

dart at ucar.edu dart at ucar.edu
Tue Feb 7 11:01:13 MST 2017


nancy at ucar.edu
2017-02-07 11:01:11 -0700 (Tue, 07 Feb 2017)
34
fix the call to the init routine




Modified: DART/branches/rma_single_file/models/model_mod_tools/model_mod_check.f90
===================================================================
--- DART/branches/rma_single_file/models/model_mod_tools/model_mod_check.f90	2017-02-07 17:57:11 UTC (rev 11010)
+++ DART/branches/rma_single_file/models/model_mod_tools/model_mod_check.f90	2017-02-07 18:01:11 UTC (rev 11011)
@@ -188,14 +188,12 @@
 call init_ensemble_manager(ens_handle, num_ens, model_size)
 
 ! Reading/writing netcdf restart files:
-call io_filenames_init(file_info_input, num_ens, single_file=.true., &
-                       single_filename = 'filter_input.nc', &
+call io_filenames_init(file_info_input, num_ens, cycling=.false., single_file=.true., &
                        restart_list = input_restart_list)
 call set_member_file_metadata(file_info_input, num_ens, my_copy_start=1)  
 call set_io_copy_flag(file_info_input, 1, num_ens, READ_COPY)
 
-call io_filenames_init(file_info_output, num_ens, single_file=.true., &
-                       single_filename = 'filter_output.nc', &
+call io_filenames_init(file_info_output, num_ens, cycling=.false., single_file=.true., &
                        restart_list = output_restart_list)
 call set_member_file_metadata(file_info_output, num_ens, my_copy_start=1)  
 call set_io_copy_flag(file_info_output, 1, num_ens, WRITE_COPY)


More information about the Dart-dev mailing list