Hello everyone, 
I have been running a WRF model for a while now with the following physics options:
	
	
	
		
Now I need the same domain but with different physics, and I have chosen CONUS physics suite as following:
	
	
	
		
However this second run appears to be slower than the first one, is it possible? Is there a way to solve this?
Thank you.
				
			I have been running a WRF model for a while now with the following physics options:
		Code:
	
	&physics
 mp_physics                          = 3
 ra_lw_physics                       = 4
 ra_sw_physics                       = 4
 radt                                = 1
 sf_sfclay_physics                   = 1
 sf_surface_physics                  = 2
 bl_pbl_physics                      = 1
 bldt                                = 0
 cu_physics                          = 0
 cudt                                = 0
 isfflx                              = 1
 ideal_xland                         = 0
 num_land_cat                        = 20
 /
	Now I need the same domain but with different physics, and I have chosen CONUS physics suite as following:
		Code:
	
	&physics
 physics_suite                       = 'CONUS'
 mp_physics                          = -1
 ra_lw_physics                       = -1
 ra_sw_physics                       = -1
 radt                                = 1
 sf_sfclay_physics                   = -1
 sf_surface_physics                  = -1
 bl_pbl_physics                      = -1
 bldt                                = 0
 cu_physics                          = 0
 cudt                                = 0
 isfflx                              = 1
 ideal_xland                         = 0
 num_land_cat                        = 20
 /
	However this second run appears to be slower than the first one, is it possible? Is there a way to solve this?
Thank you.