I made the changes you suggested and I got this message, which I think is related to the call in the nudging module:
	
	
	
		
In the nudging module from previous suggestions you made I did this:
	
	
	
		
Thanks
Toni
				
			
		Code:
	
	       call nudging_timestep_init(phys_state, phys_tend, phys_buffer_chunk)
                                                                                       1
Error: Type mismatch in argument ‘pbuf’ at (1); passed TYPE(physics_tend) to TYPE(physics_buffer_desc)
gmake: *** [physpkg.o] Error 1In the nudging module from previous suggestions you made I did this:
		Code:
	
	  !================================================================
!   subroutine nudging_timestep_init(phys_state)
  subroutine nudging_timestep_init(phys_state,pbuf)Thanks
Toni
 
				