@@ -351,13 +351,16 @@ program test
351351
352352 character (len= cs), target :: test_parts1(1 ) = (/ ' radiation ' / )
353353
354- character (len= cm), target :: test_invars1(8 ) = (/ &
354+ character (len= cm), target :: test_invars1(11 ) = (/ &
355355 ' effective_radius_of_stratiform_cloud_rain_particle ' , &
356356 ' effective_radius_of_stratiform_cloud_liquid_water_particle' , &
357357 ' effective_radius_of_stratiform_cloud_snow_particle ' , &
358358 ' effective_radius_of_stratiform_cloud_graupel ' , &
359359 ' cloud_graupel_number_concentration ' , &
360360 ' scalar_variable_for_testing ' , &
361+ ' scalar_variable_for_testing_a ' , &
362+ ' scalar_variable_for_testing_b ' , &
363+ ' scalar_variable_for_testing_c ' , &
361364 ' flag_indicating_cloud_microphysics_has_graupel ' , &
362365 ' flag_indicating_cloud_microphysics_has_ice ' / )
363366
@@ -371,7 +374,7 @@ program test
371374 ' cloud_ice_number_concentration ' , &
372375 ' scalar_variable_for_testing ' / )
373376
374- character (len= cm), target :: test_reqvars1(12 ) = (/ &
377+ character (len= cm), target :: test_reqvars1(15 ) = (/ &
375378 ' ccpp_error_code ' , &
376379 ' ccpp_error_message ' , &
377380 ' effective_radius_of_stratiform_cloud_rain_particle ' , &
@@ -382,6 +385,9 @@ program test
382385 ' cloud_graupel_number_concentration ' , &
383386 ' cloud_ice_number_concentration ' , &
384387 ' scalar_variable_for_testing ' , &
388+ ' scalar_variable_for_testing_a ' , &
389+ ' scalar_variable_for_testing_b ' , &
390+ ' scalar_variable_for_testing_c ' , &
385391 ' flag_indicating_cloud_microphysics_has_graupel ' , &
386392 ' flag_indicating_cloud_microphysics_has_ice ' / )
387393
0 commit comments