3DVAR Himawari Radiance error

maria222

New member
hello, i tried to assimilate himawari radiance L1 nc data from jaxa i renamed AH1TBR. i always stuck in this error. can anyone tell me whats wrong?
here's some attach

rsl.error
Code:
taskid: 0 hostname: anonymous
 da_module_io_quilt_old.F        2931 T
 Namelist logging not found in namelist.input. Using registry defaults for variables in logging.
 Ntasks in X            1 , ntasks in Y            1
 *************************************
 Parent domain
 ids,ide,jds,jde            1         100           1         100
 ims,ime,jms,jme           -4         105          -4         105
 ips,ipe,jps,jpe            1         100           1         100
 *************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
   alloc_space_field: domain            1 ,             447701000  bytes allocated
   Input data is acceptable to use: fg
 Tile Strategy is not specified. Assuming 1D-Y
WRF TILE   1 IS      1 IE     99 JS      1 JE     99
WRF NUMBER OF TILES =   1
At line 12012 of file da_radiance.f (unit = 26, file = 'radiance_info/himawari-8-ahi.info')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x7f70e6423ad0 in ???
#1  0x7f70e6424649 in ???
#2  0x7f70e642527f in ???
#3  0x7f70e66784ab in ???
#4  0x7f70e667c275 in ???
#5  0x7f70e667c3e3 in ???
#6  0x5625b276ca37 in ???
#7  0x5625b27eb580 in ???
#8  0x5625b20819e2 in ???
#9  0x5625b1a0f847 in ???
#10  0x5625b1a581e1 in ???
#11  0x5625b1a58232 in ???
#12  0x5625b19d725f in ???
#13  0x7f70e5a29d8f in __libc_start_call_main
    at ../sysdeps/nptl/libc_start_call_main.h:58
#14  0x7f70e5a29e3f in __libc_start_main_impl
    at ../csu/libc-start.c:392
#15  0x5625b19d7344 in ???
#16  0xffffffffffffffff in ???

himawari-8.ahi.info
Code:
sensor channel IR/MW use idum  varch  polarisation(0:vertical;1:horizontal)
   478    1    1    1    0  1.0520000000E+00  1.0000000000E+00  28.30175
   478    2    1    1    0  1.7000000000E+00  1.0000000000E+00  57.58830
   478    3    1    1    0  1.7000000000E+00  1.0000000000E+00  12.69287
   478    4    1    1    0  1.3500000000E+00  1.0000000000E+00  27.33099
   478    5    1    1    0  0.8140000000E+00  1.0000000000E+00  23.24269
   478    6    1    1    0  0.9310000000E+00  1.0000000000E+00  53.35099
   478    7    1    1    0  0.8710000000E+00  1.0000000000E+00  36.07700
   478    8    1    1    0  0.9260000000E+00  1.0000000000E+00  33.61592
   478    9    1    1    0  0.9330000000E+00  1.0000000000E+00  33.61592   
   478   10    1    1    0  0.7870000000E+00  1.0000000000E+00  33.61592

ahi_info
Code:
data source:1.cma hdf5;2.geocat netcdf4;3.jaxa netcdf4;4.ncep bufr
3
nscan
3000
area information for geocat netcdf4 data: lonstart latstart nlongitude nlatitude
1,1,1500,1000
date infomation for cma hdf5 data
2016,07,18,19,00,00
 

Attachments

Hi did you solve this issue?
Do we need to change ob_format=2, and cv_options=3, while using radiance data for assimilation?

&wrfvar3
ob_format=2,
/
&wrfvar4
use_ahiobs=true,
/
&wrfvar5
/
&wrfvar6
max_ext_its=1,
ntmax=50,
orthonorm_gradient=true,
/

&wrfvar7
cv_options=3,
 
Back
Top