Opened 18 years ago
Closed 18 years ago
#110 closed bug (Fixed)
4DVAR observation processing, shallow water model
| Reported by: | arango | Owned by: | arango |
|---|---|---|---|
| Priority: | major | Milestone: | Adjoint Based Algorithms |
| Component: | Adjoint | Version: | 3.1 |
| Keywords: | Cc: |
Description
The processing of the observation in the ad_main2d.F needs to be processed outside of the delayed IO time-step:
!
! Avoid time-stepping if additional delayed IO time-step.
!
IF (iic(ng).ne.ntstart(ng)) THEN
...
to allow the correct processing of observation at initialization time. This only applies to ROMS shallow water model configuration.
Note:
See TracTickets
for help on using tickets.
