[Dart-dev] DART/branches Revision: 11796

dart at ucar.edu dart at ucar.edu
Fri Jul 7 09:53:15 MDT 2017


nancy at ucar.edu
2017-07-07 09:53:12 -0600 (Fri, 07 Jul 2017)
105
the name of the second argument to the io_filenames_init()
routine changed.  update this code to match.




Modified: DART/branches/rma_trunk/assimilation_code/programs/model_mod_check/model_mod_check.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/model_mod_check/model_mod_check.f90	2017-07-06 22:04:37 UTC (rev 11795)
+++ DART/branches/rma_trunk/assimilation_code/programs/model_mod_check/model_mod_check.f90	2017-07-07 15:53:12 UTC (rev 11796)
@@ -178,7 +178,7 @@
 
 ! Initialize input file info
 call io_filenames_init(file_info_input,             &
-                       ncopies      = num_ens,      &
+                       num_copies   = num_ens,      &
                        cycling      = single_file,  &
                        single_file  = single_file,  & 
                        restart_list = input_state_files)
@@ -199,7 +199,7 @@
 
 ! Initialize output file info
 call io_filenames_init(file_info_output,           &
-                       ncopies      = num_ens,     &
+                       num_copies   = num_ens,     &
                        cycling      = single_file, &
                        single_file  = single_file, &
                        restart_list = output_state_files)


More information about the Dart-dev mailing list