|
7 | 7 | # frequency(n):< 0 : write snap-shot output every |frequency| seconds |
8 | 8 | # > 0 : write time-average output every frequency seconds |
9 | 9 | # timePhase(n) : write at time = timePhase + multiple of |frequency| |
10 | | -# averagingFreq : frequency (in s) for periodic averaging interval |
11 | | -# averagingPhase : phase (in s) for periodic averaging interval |
12 | | -# repeatCycle : number of averaging intervals in 1 cycle |
13 | 10 | # levels(:,n) : list of levels to write to file (Notes: declared as REAL) |
14 | 11 | # when this entry is missing, select all common levels of this list |
15 | 12 | # fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n |
16 | 13 | # (see "available_diagnostics.log" file for the full list of diags) |
17 | | -# missing_value(n) : missing value for real-type fields in output file "n" |
18 | | -# fileFlags(n) : specific code (8c string) for output file "n" |
19 | 14 | #-------------------- |
20 | 15 | &DIAGNOSTICS_LIST |
21 | | - diag_mnc = .FALSE., |
22 | | - fields(1:2,1) ='CH_QNET','CH_EmP', |
23 | | - fileName(1) = 'Cheapaml', |
24 | | - frequency(1) = -43200.0, |
25 | | - timePhase(1) = 0.0, |
26 | | - fields(1:5,2) ='TFLUX','SFLUX','oceFWflx','oceSflux','oceQnet', |
27 | | - fileName(2) = 'Thermo', |
28 | | - frequency(2) = -43200.0, |
29 | | - timePhase(2) = 0.0, |
| 16 | + diag_mnc = .TRUE., |
| 17 | + |
| 18 | +# Stream 1: Daily snapshots of prognostic variables (3D) |
| 19 | + fields(1:4,1) = 'THETA ','SALT ','UVEL ','VVEL ', |
| 20 | + fileName(1) = 'state3D', |
| 21 | + frequency(1) = -86400.0, |
| 22 | + |
| 23 | +# Stream 2: Daily snapshots of 2D prognostic fields |
| 24 | + fields(1:2,2) = 'ETAN ','WVEL ', |
| 25 | + fileName(2) = 'state2D', |
| 26 | + frequency(2) = -86400.0, |
| 27 | + |
| 28 | +# Stream 3: Daily snapshots of surface fluxes |
| 29 | + fields(1:5,3) = 'TFLUX ','SFLUX ','oceFWflx','oceSflux','oceQnet ', |
| 30 | + fileName(3) = 'Thermo', |
| 31 | + frequency(3) = -86400.0, |
| 32 | + |
30 | 33 | &end |
31 | 34 | &DIAG_STATIS_PARMS |
32 | 35 | &end |
0 commit comments