/[MITgcm]/MITgcm_contrib/arctic/cs_36km/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/arctic/cs_36km/input/data.diagnostics

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Oct 18 21:06:45 2013 UTC (11 years, 9 months ago) by dimitri
Branch: MAIN
Adding a cube-sphere 36-km Arctic Ocean configuration as provided
by Patrick Heimbach based on a circa February 2013 checkpoint
between c64b and c64c.  It ran without NaNs for 15 years.

1 dimitri 1.1 # Diagnostic Package Choices
2     #-----------------
3     # for each output-stream:
4     # filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5     # frequency(n):< 0 : write snap-shot output every |frequency| seconds
6     # > 0 : write time-average output every frequency seconds
7     # timePhase(n) : write at time = timePhase + multiple of |frequency|
8     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
9     # when this entry is missing, select all common levels of this list
10     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
11     # for the list of all available diag. in this particular config)
12     #-----------------
13     &diagnostics_list
14     #
15     dumpatlast = .FALSE.,
16     #
17     frequency(1) = -604800.0,
18     fields(1,1) = 'ETAN ','SIheff ','SIhsnow ',
19     filename(1) = 'budg2d_snap_set1',
20     timePhase(1) = 0.,
21     fileFlags(1) = 'D ',
22     #---
23     frequency(2) = -604800.0,
24     fields(1,2) = 'THETA ','SALT ',
25     filename(2) = 'budg2d_snap_set2',
26     timePhase(2) = 0.,
27     fileFlags(2) = 'DI ',
28     #---
29     frequency(3) = -604800.0,
30     fields(1,3) = 'sIceLoad','PHIBOT ',
31     filename(3) = 'budg2d_snap_set3',
32     timePhase(3) = 0.,
33     fileFlags(3) = 'D ',
34     #---
35     frequency(4) = 604800.0,
36     fields(1,4) = 'oceFWflx','SIatmFW ','TFLUX ','SItflux ',
37     # 'SFLUX ','oceSPflx',
38     filename(4) = 'budg2d_zflux_set1',
39     fileFlags(4) = 'D ',
40     #---
41     frequency(5) = 604800.0,
42     fields(1,5) = 'UVELMASS','VVELMASS',
43     'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
44     'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
45     filename(5) = 'budg2d_hflux_set1',
46     fileFlags(5) = 'DI ',
47     #---
48     frequency(6) = 604800.0,
49     fields(1,6) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
50     'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
51     filename(6) = 'budg2d_hflux_set2',
52     fileFlags(6) = 'D ',
53     &
54    
55     # Parameter for Diagnostics of per level statistics:
56     #-----------------
57     # for each output-stream:
58     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
59     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
60     # > 0 : write time-average output every stat_freq seconds
61     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
62     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
63     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
64     # file for the list of all available diag. in this particular config)
65     #-----------------
66     &DIAG_STATIS_PARMS
67     #diagSt_regMaskFile=yourmask,
68     # nSetRegMskFile = 1,
69     # set_regMask = 1, 1, 1, 1, 1, 1, 1, 1,
70     # val_regMask = 1.,2.,3.,4.,5.,6.,7.,8.,
71     #
72     stat_freq(1) = -604800.0,
73     stat_fields(1,1) = 'ETAN ','SIheff ','SIhsnow ',
74     stat_fname(1) = 'stats_budg2d_snap_set1',
75     stat_phase(1) = 0.,
76     #---
77     stat_freq(2) = -604800.0,
78     stat_fields(1,2) = 'THETA ','SALT ',
79     stat_fname(2) = 'stats_budg2d_snap_set2',
80     stat_phase(2) = 0.,
81     #---
82     stat_freq(3) = -604800.0,
83     stat_fields(1,3) = 'sIceLoad','PHIBOT ',
84     stat_fname(3) = 'stats_budg2d_snap_set3',
85     stat_phase(3) = 0.,
86     #---
87     stat_freq(4) = 604800.0,
88     stat_fields(1,4) = 'oceFWflx','SIatmFW ','TFLUX ','SItflux ',
89     # 'SFLUX ','oceSPflx',
90     stat_fname(4) = 'stats_budg2d_zflux_set1',
91     #---
92     stat_freq(5) = 604800.0,
93     stat_fields(1,5) = 'UVELMASS','VVELMASS',
94     'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
95     'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
96     stat_fname(5) = 'stats_budg2d_hflux_set1',
97     #---
98     stat_freq(6) = 604800.0,
99     stat_fields(1,6) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
100     'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
101     stat_fname(6) = 'stats_budg2d_hflux_set2',
102     &

  ViewVC Help
Powered by ViewVC 1.1.22