End of script
subroutine end_scri() !! End of script implicit none close(SPY) if ( allocated( PARAM%imp_acf ) ) deallocate( PARAM%imp_acf ) if ( allocated( PARAM%acf_surf ) ) deallocate( PARAM%acf_surf ) if ( allocated( PARAM%surf ) ) deallocate( PARAM%surf ) if ( allocated( PARAM%vect_h ) ) deallocate( PARAM%vect_h ) if ( allocated( PARAM%fhi ) ) deallocate( PARAM%fhi ) if ( allocated( PARAM%order ) ) deallocate( PARAM%order ) call end_fftw3() return endsubroutine end_scri