[Dart-dev] DART/branches Revision: 11057

dart at ucar.edu dart at ucar.edu
Wed Feb 8 15:44:21 MST 2017


nancy at ucar.edu
2017-02-08 15:44:21 -0700 (Wed, 08 Feb 2017)
137
add a comment about a routine that allocates an array
inside the subroutine.  it needs to be deleted at the
end of the program (FIXME).




Modified: DART/branches/rma_single_file/perfect_model_obs/perfect_model_obs.f90
===================================================================
--- DART/branches/rma_single_file/perfect_model_obs/perfect_model_obs.f90	2017-02-08 22:43:26 UTC (rev 11056)
+++ DART/branches/rma_single_file/perfect_model_obs/perfect_model_obs.f90	2017-02-08 22:44:21 UTC (rev 11057)
@@ -254,6 +254,7 @@
 
 ! Initialize file names:
 
+! this routine allocates the second argument to be the correct length
 call parse_filenames(input_state_files,  input_filelist,  nfilesin)
 call parse_filenames(output_state_files, output_filelist, nfilesout)
 


More information about the Dart-dev mailing list