 by nbenkaci » Sun Jun 14, 2015 10:56 pm
by nbenkaci » Sun Jun 14, 2015 10:56 pm 
			
			Hi
I have constructed a makefile for my previous problem and it is working thanks God, now I am dealing with the input file JOBNAME.IN for Setsource.
When I introduce the parameters it does not work and give me this error message,
 At line 57 of file read_open.f90 (unit = 12, file = 'BAS01R.IN')
Fortran runtime error: Cannot match namelist object name sr_file_name
I've followed all the needed steps in the guidelines, but there is still a problem 
NAMELIST /NAMES/    SR_FILE_NAME
SR_FILE_NAME= name of the output file containing parameters of the point sources
(A20)
NAMELIST /CONTROLDATA/MT1, MT2, DT, MX, MY, LPAS, H,&
                                                          MXS, FMIN, FMAX, KEY_LOG_F, SPLANE, H1,&
                                                          DAMIN, DAMAX, PSPSMIN, PSRECMAX, PSRECMIN, &
                                                          ORDER , PDL
my input file is like that:
&NAMES        SR_FILE_NAME = 'BAS01R.SR' /
&CONTROLDATA  MT1 = 1, MT2 =500, DT = 0.0028, MX = 508, MY = 565, LPAS =0, H = 35., 
                               MXS = 2, FMIN = .2, FMAX = 2., KEY_LOG_F = T, SPLANE = 1, H1 = 100.,
                               DAMIN = 0.5, DAMAX = 1.0, PSPSMIN = 5, PSRECMAX = 100, PSRECMIN = 10,     
                               ORDER = -6 /
       
&REC          MR = 1 /
215  500 0