[Dart-dev] DART/branches Revision: 12578
    dart at ucar.edu 
    dart at ucar.edu
       
    Wed May  9 11:05:36 MDT 2018
    
    
  
nancy at ucar.edu
2018-05-09 11:05:35 -0600 (Wed, 09 May 2018)
143
add a pad to the character array initializer; the gfortran compiler
requires character strings to all be the same length in a data statement.
Modified: DART/branches/rma_trunk/assimilation_code/programs/obs_diag/threed_sphere/obs_diag.f90
===================================================================
--- DART/branches/rma_trunk/assimilation_code/programs/obs_diag/threed_sphere/obs_diag.f90	2018-05-09 15:56:30 UTC (rev 12577)
+++ DART/branches/rma_trunk/assimilation_code/programs/obs_diag/threed_sphere/obs_diag.f90	2018-05-09 17:05:35 UTC (rev 12578)
@@ -240,7 +240,7 @@
       'NbadLV     ', 'rmse       ', 'bias       ', 'spread     ', 'totalspread', &
       'NbadDARTQC ', 'observation', 'ens_mean   ', 'N_trusted  ',                &
       'N_DARTqc_0 ', 'N_DARTqc_1 ', 'N_DARTqc_2 ', 'N_DARTqc_3 ', 'N_DARTqc_4 ', &
-      'N_DARTqc_5 ', 'N_DARTqc_6 ', 'N_DARTqc_7 ', 'N_DARTqc_8'                 /)
+      'N_DARTqc_5 ', 'N_DARTqc_6 ', 'N_DARTqc_7 ', 'N_DARTqc_8 '                /)
 
 type TLRV_type
    ! statistics by time-level-region-variable
    
    
More information about the Dart-dev
mailing list