#722 closed bug (Fixed)
IMPORTANT: Correction for the output observation NetCDF for DART
Reported by: | arango | Owned by: | arango |
---|---|---|---|
Priority: | major | Milestone: | Release ROMS/TOMS 3.7 |
Component: | Nonlinear | Version: | 3.7 |
Keywords: | Cc: |
Description
There were couple of issues with the output observations NetCDF file (MODNAME) used in 4D-Var and DART (Kalman filter) to report the model values at the observation locations and other important 4D-Var variables. We need to correct the survey dimension since it was one value too many. And correct the number observations with the same survey time (Nobs). This variable has the wrong dimension (state_var) with the wrong values. It was confused with new variable Nused_obs containing the number of usable (viable) observation per each state variable.
dimensions: record = 2 ; survey = 13 ; state_var = 7 ; cost_var = 8 ; datum = 6815 ; variables: int Nobs(survey) ; Nobs:long_name = "number of observations with the same survey time" ; int Nused_obs(state_var) ; Nused_obs:long_name = "Number of usable observations" ;
Many thanks to Andy Moore for bringing this to my attention.
Change History (2)
comment:1 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | new → closed |
I missed changing the state variable dimension for NLcost_function in def_mod.F.