Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Error on IASI radiance assimilation with RTTOV

melani

New member
I am trying to assimilate IASI radiance data obtained from NCEP GDAS Satellite Data server (NCAR RDA Dataset ds735.0 that can be directly assimilated with WRFDA)
into WRF-ARW 4.6.0, using RTTOV 12.3.

However, the 3DVAR process stopped at the module "rttov_check_profiles.F90", with the reason "invalid zenith angle".

In the subroutine that reads the IASI data (da_read_obs_bufriasi.inc) there is a check that transforms the satellite zenith angle in negative;
infact, if (ifov <= 60) sat_zenang = -sat_zenang.
Thus, positive angles are transformed in negative ones and these values do not pass the zenith angle check in the subroutine rttov_check_profiles.F90, which works only with positive angles.
I attached the log files (rs.error.0000, rsl.out.0000) and the namelist.input file.

I think it's a bug that needs to be fixed between the subroutine that handles the IASI data and RTTOV.

I wonder if someone can give me some ideas to solve this problem or some person contacts.
Thank you !
 

Attachments

  • namelist.input
    7.4 KB · Views: 1
  • rsl.error.0000
    55.2 KB · Views: 0
  • rsl.out.0000
    10.1 KB · Views: 0
Top