Changes between Initial Version and Version 1 of Ticket #511
- Timestamp:
- 05/05/11 21:18:32 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #511
- Property Resolution → Done
- Property Status new → closed
-
Ticket #511 – Description
initial v1 10 10 Now, the I4D-Var and 4D-PSAS algorithms ('''IS4DVAR''' and '''W4DPSAS''', respectively) will write out the time-averaged and diagnostic fields for each outer loop in separated files if the '''AVERAGES''' and/or '''DIAGNOSTICS_TS'''/'''DIAGNOSTICS_UV''' options are activated. 11 11 12 Warning: The CPP directives associated with '''AVERAGES''' where modified in several routines (like biology and sediment) to include instead: 13 {{{ 14 #if defined AVERAGES || \ 15 (defined AD_AVERAGES && defined ADJOINT) || \ 16 (defined RP_AVERAGES && defined TL_IOMS) || \ 17 (defined TL_AVERAGES && defined TANGENT) 18 }}} 19 12 20 Many thanks to Andy Moore for suggesting this useful capabilities for the 4D-Var data assimilation algorithms. This will become handy in 4D-Var reanalysis of ocean circulation for a particular region.