Hi,

I run the model with subscale scheme.(with defualt batfreq=3 in regcm.in ). I successfully postprocessed the ATM and SRF Files but I am getting Error during
postprocessing of SUB file. Also I want to know which Which domain INFO file (domain INFO from Terrain or TerrainS) should be used in postproc.in during
postprocessing of SUB files. I tried the both. The postproc.in and error message is given below.

Imran Nadeem

*************************Postproc.in*******************************************************
1999012500,     ! idate0 = First date in File (yymmddhh)
1999020100,     ! idate1 = Start date for averaging and re-writing
1999030100,     ! idate2 = End date for averaging and re-writing
2,              ! iotype: 1=I*2 NetCDF; 2=r*4 NetCDF; 3=grads; 4=vis5d       
.false.,        ! Write out header?                                          
.false.,        ! Write out all RegCM data b/twn idate1 & idate2?            
.false.,        ! Average RegCM data b/twn idate1 & idate2?                  
.false.,        ! Diurnali avg of RegCM data b/twn idate1 & idate2?          
.true.,         ! Continually average ATM data b/twn idate1 & idate2?        
-1.,            ! No. Days for continual averaging (-1=monthly;1=daily;5=5day)
'199902',       ! postproc output filename (not including type & ext)        
'../Input',     ! ICBC directory                                             
'output',       ! RegCM Output directory                                     
'DOMAIN.INFO',  ! Domain Info Filename (from terrain)        
'OUT_HEAD',     ! Header File name (from RegCM)                              
'1999012500'    !1st RegCM Output File Extension   
'1999020100'    !2nd RegCM Output File Extension                            
'1999030100'    !3rd RegCM Output File Extension

*********************************Error Message*********************************************

RegCM_FD_SG/Run> ./postproc.x
rm -f *.o postproc
ifort -tpp7 -O3 -cm -w -w90 -w95  -Vaxlib -convert big_endian   -c -o postproc.o postproc.f
ifort -tpp7 -O3 -cm -w -w90 -w95  -Vaxlib -convert big_endian   -c -o netcdf.o netcdf.f
ifort -tpp7 -O3 -cm -w -w90 -w95  -Vaxlib -convert big_endian  -o postproc postproc.o netcdf.o -L../Commons/env/liblinux/ -lnetcdf -ludunits -Vaxlib -I../Commons/env/include
 ENTER THE TYPE OF REGCM OUTPUT TO BE PROCESSED:
   ICBC (0=no; 1=yes)
0
   ATM (0=no; 1=yes)
0
   SRF (0=no; 1=yes)
0
   RAD (0=no; 1=yes)

0
   CHE (0=no; 1=yes)
0
   SUB (0=no; 1=yes)
1

 **************************************************
 IDATE0 =  1999012500 IDATE1 =  1999020100 IDATE2 =  1999030100
 **************************************************


   PROCESS SURFACE OUTPUT FROM MODEL
   WRITING DAILY SUB DATA

 **************************************************

  1999012500  1999020100  1999030100
 mdate0,ibltyp,icup,imoist,iboudy,ni,nj,nk,ds=
  1999012500           1           2           1           5          79
         109          23   10000.00
 sigf=
  0.0000000E+00  5.0000001E-02  0.1000000      0.1500000      0.2000000
  0.2500000      0.3000000      0.3500000      0.4000000      0.4500000
  0.5000000      0.5500000      0.6000000      0.6500000      0.7000000
  0.7500000      0.8000000      0.8500000      0.8900000      0.9300000
  0.9600000      0.9800000      0.9900000       1.000000
 pt,clat,clon,xplat,xplon,proj,dto,dtb,dtr,dtc=
   5.000000       46.50000       11.00000       46.50000       11.00000
 LAMCON   6.000000       3.000000       6.000000       6.000000
 Access type=            2
forrtl: severe (37): inconsistent record length, unit 1999012500, file /home/imran/Models/RegCM_FD_SG/Run/

Image              PC        Routine            Line        Source
postproc           080DE8C6  Unknown               Unknown  Unknown
postproc           080DCF99  Unknown               Unknown  Unknown
postproc           080C0381  Unknown               Unknown  Unknown
postproc           08099B62  Unknown               Unknown  Unknown
postproc           08099892  Unknown               Unknown  Unknown
postproc           080A28F5  Unknown               Unknown  Unknown
postproc           08078745  Unknown               Unknown  Unknown
postproc           0805325E  Unknown               Unknown  Unknown
postproc           0804A171  Unknown               Unknown  Unknown
libc.so.6          557A8EA0  Unknown               Unknown  Unknown
postproc           0804A0A1  Unknown               Unknown  Unknown

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------