Dear All,

I am running Regcm4.1 with ECHAM5 data, SST is generated successfully but when I rum icbc it gives following error:


forrtl: severe (24): end-of-file during read, unit 255, file /home/pmdtest/ECHAM5_RegCM4.1/RegCM-4.1/RF/regcm.in, line 132, position 0
Image              PC                Routine            Line        Source             
icbc               000000000062682D  Unknown               Unknown  Unknown
icbc               0000000000625335  Unknown               Unknown  Unknown
icbc               00000000005C7FF9  Unknown               Unknown  Unknown
icbc               000000000057ADBF  Unknown               Unknown  Unknown
icbc               000000000057A5F2  Unknown               Unknown  Unknown
icbc               0000000000599646  Unknown               Unknown  Unknown
icbc               0000000000403A72  Unknown               Unknown  Unknown
icbc               00000000004E9E42  Unknown               Unknown  Unknown
icbc               000000000040376C  Unknown               Unknown  Unknown
libc.so.6          00000033E0A1D974  Unknown               Unknown  Unknown
icbc               0000000000403679  Unknown               Unknown  Unknown


My regcm.in is as follows:

! ! This is the regcm.in file for South Asia domain. the experiment is run by PMD.
&dimparam
 iy     = 100,
 jx     = 128
 kz     = 23,
 nsg    = 1,
 /
 &geoparam
 iproj = 'ROTMER',
 ds = 50.0,
 ptop = 5.0,
 clat = 23.00,
 clon = 78.00,
 plat = 23.00,
 plon = 78.00,
 truelatl = 30.0,
 truelath = 60.0,
 i_band = 0,
 /
 &terrainparam
 domname = 'SA_RF',
 ntypec = 10,
 ntypec_s = 10,
 smthbdy = .false.,
 lakedpth = .false.,
 fudge_lnd   = .false.,
 fudge_lnd_s = .false.,
 fudge_tex   = .false.,
 fudge_tex_s = .false.,
 h2opct = 75.,
 dirter = '/SATA-Backup/ECHAM5_50/RF/input',
 inpter = './DATA',
 /
 &ioparam
 ibyte = 4,
 /
 &debugparam
 debug_level = 1,
 dbgfrq = 3,
 /
 &boundaryparam
 nspgx  = 12,
 nspgd  = 12,
 /
 &modesparam
 nsplit = 2,
 /
 &globdatparam
                                                                                                                                                   1,1           Top
 ibdyfrq = 6,
 ssttyp = 'EH5RF',
 dattyp = 'EH5OM',
 ehso4 = .false.,
 globidate1 = 1974010100,
 globidate2 = 1974123118,
 dirglob = '/SATA-Backup/ECHAM5_50/RF/input',
 inpglob = './DATA',
 /
 &globwindow
 lat0 = 0.0
 lat1 = 0.0
 lon0 = 0.0
 lon1 = 0.0
 /
 &aerosolparam
 aertyp = 'AER00D1'
 ntr = 10,
 nbin = 4,
 /
&restartparam
 ifrest  = .false. ,
 idate0  = 1989050100,
 idate1  = 1989050100,
 idate2  = 1989050600,
 /
 &timeparam
 radfrq  =    30.,
 abemh   =    18.,
 abatm   =   600.,
 dt      =   100.,
 /
 &outparam
 ifsave  = .true. ,
   savfrq  =    7200.,
 iftape  = .true. ,
   tapfrq  =     6.,
 ifrad   = .true. ,
   radisp  =     6.,
 ifbat   = .true. ,
 ifsub   = .true. ,
   batfrq  =     3.,
 ifchem  = .true.,
   chemfrq =     6.,
 dirout = '/set/this/to/where/your/output/files/will/be/written',
 /
 &physicsparam
 iboudy  =          5,
 ibltyp  =          1,
 icup    =          4,
   igcc    =          1,
 ipptls  =          1,
 iocnflx =          2,
 ipgf    =          0,
 iemiss  =          0,
 lakemod =          0,
 ichem   =          0,
 scenario = 'A1B',
 idcsst = 0,
 iseaice = 0,
 idesseas = 1,
 iconvlwp = 1,
 /
 &subexparam
 qck1land=   .250E-03,
 qck1oce =   .250E-03,
 cevap   =   .100E-02,
 caccr   =      3.000,
 cftotmax =      0.75,
 /
 &grellparam
 /
 &emanparam
 elcrit  = 0.0011D0,
 coeffr  = 1.0D0,
 /
 &chemparam
 idirect   =    1,
 inpchtrname  =   '',
 inpchtrsol   =   .00,
 inpchtrdpv   =  .00000, .00000,
 inpdustbsiz  =   .00,  .00,
 /
                                  
--
Please help
Ahsan