!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Readme for innerc subroutine
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

The innerc subroutine implements the solution of the inner region equations in the asymptotic matching solution for tearing modes. 
Glasser Jardin Tesauro Phys. Fluids 27 (5), May 1984 

The archive contains two source files : 
	* innerc_module.f : the module containing the innerc subroutine and other auxiliary subroutine used by innerc
	* test_program.f : a test program that computes delta_even and delta_odd for a certain set of parameters described in Glasser Jardin Tesauro

Instructions to run the test program : 

1) Load the following modules : 
	module purge
	module load lff95
 	module load nag
 	module load lapack-blas

2) Extract all the files to a given directory (say $MYDIR )

3) Edit the makeruntest file and set
	JSOLDIR = $MYDIR
	JSOLINC = $MYDIR
	

4) Compile the code :
	make -f makeruntest

5) Run the test case :
	./gotest


	

