The ECPP variables ntavg1_ss and ntavg2_ss are specified down in crm_module.F90. These should be specified somewhere else, like an ecpp_parameters.F90 file, and the way these variables are used should be clearly described in a comment. Currently, the effect of changing these variables is unclear.
ntavg1_ss = min(600._r8, dt_gl) ! 10 minutes or the GCM timestep, whichever smaller
ntavg2_ss = dt_gl ! # of seconds to average between computing categories, must be a multiple of ntavgt1_ss.
The ECPP variables ntavg1_ss and ntavg2_ss are specified down in crm_module.F90. These should be specified somewhere else, like an ecpp_parameters.F90 file, and the way these variables are used should be clearly described in a comment. Currently, the effect of changing these variables is unclear.
related to issue #47