Minor bug fixes for version 3.0.1.1 (Posted 1/9/09)
Bug fix related to check_rh=2
To fix this problem a second RH check have been added after the moisture adjustment to
ensure the RH is within a reasonable range.
Affected files:
var/da/da_physics/da_check_rh.inc
var/da/da_physics/da_physics.f90
Bug fix related to sfc_assi_options=1
To keep original (not WRF-Var "corrected" when sfc_assi_options=1) surface pressure for writing out in gts_omb_oma and filtered_obs.
Note: when qc_flag=2, O-B (Observation minus Background) values are calculated from surface-"corrected" O, while O values written out in gts_omb_oma are original values. That means B values are unknown when qc_flag=2.
Affected files:
var/da/da_buoy/da_get_innov_vector_buoy.inc
var/da/da_metar/da_get_innov_vector_metar.inc
var/da/da_ships/da_get_innov_vector_ships.inc
var/da/da_sound/da_get_innov_vector_sonde_sfc.inc
var/da/da_synop/da_get_innov_vector_synop.inc
Bug fix related to analysis_type = "VERIFY"
This fix will ensure the writing out of statistics.
Affected files:
var/da/da_main/da_solve.inc
var/da/da_main/da_wrfvar_top.f90
Bug fix to initialize jo_radiance properly when radiance code is not included.
Affected file:
var/da/da_minimisation/da_jo_and_grady.inc
All the above bug fixes and other minor fixes are available as a patch.
This file needs to be untarred in the main WRFDA directory.
Known Problems for version 3.0.1.1 (Posted 1/9/09)
WRF-Var does not work properly with NCEP PREPBUFR observations, because of the following known problems:
(1) pressure fields are used twice and observation numbers are double-counted because mass and wind reports are separated in NCEP PREPBUFR files.
(2) time-duplicate observations from fixed stations are over-used. For ex maple, there are more than one synop report from a surface station contained in a 6-hour time-windowed PREPBUFR file, only one report should be used.
Fixes will be available in the next release.
Known Problems in Version 3.0.1 (details)
Compile Error using PGI 7.1+ (posted 6/10/08)
Problem: Compile errors like this one occur when using PGI 7.1 or later: "PGF90-S-0000-Internal compiler error. string_expr_length: ast not string op".
Solution: Changes added in the latest WRF Var tar file to modify the following files:
WRFDA/var/da/da_main/da_med_initialdata_input.inc
WRFDA/var/da/da_obs_io/da_read_obs_radar.inc
WRFDA/var/da/da_obs_io/da_read_omb_tmp.inc
WRFDA/var/da/da_obs_io/da_read_rand_unit.inc
WRFDA/var/da/da_obs_io/da_read_y_unit.inc
WRFDA/var/da/da_obs_io/da_scan_obs_radar.inc
WRFDA/var/da/da_ssmi/da_read_obs_ssmi.inc
WRFDA/var/da/da_ssmi/da_scan_obs_ssmi.inc
WRFDA/var/da/da_tools/da_openfile.inc
WRFDA/var/da/da_tracing/da_trace.inc
WRFDA/var/da/da_tracing/da_trace_entry.inc
WRFDA/var/da/da_tracing/da_trace_exit.inc
WRFDA/var/da/da_vtox_transforms/da_vertical_transform.inc