/[MITgcm]/MITgcm_contrib/verification_other/global_oce_llc90/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/global_oce_llc90/input/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Wed Oct 3 20:29:26 2012 UTC (12 years, 9 months ago) by gforget
Branch: MAIN
- from cs32 centric to llc90 centric : move shared input files from cs32.

1 gforget 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 multiple of |frequency| (iter)
6     # > 0 : write time-average output every multiple of frequency (iter)
7     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
8     # when this entry is missing, select all common levels of this list
9     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
10     # for the list of all available diag. in this particular config)
11     #--------------------------------------------------------------------
12     #
13     &diagnostics_list
14     #
15     dumpatlast = .TRUE.,
16     #
17     #---
18     frequency(1) = 2635200.0,
19     fields(1:23,1) = 'ETAN ','SIarea ','SIheff ','SIhsnow ',
20     #stuff that is not quite state variables (and may not be quite
21     #synchroneous) but are added here to reduce number of files
22     'DETADT2 ','PHIBOT ','sIceLoad',
23     'MXLDEPTH','oceSPDep',
24     'SIatmQnt','SIatmFW ','oceQnet ','oceFWflx',
25     'oceTAUX ','oceTAUY ',
26     'ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
27     'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
28     filename(1) = 'diags/state_2d_set1',
29     #---
30     frequency(2) = 2635200.0,
31     fields(1:3,2) = 'THETA ','SALT ',
32     #stuff that is not quite state variables (and may not be quite
33     #synchroneous) but are added here to reduce file number
34     'DRHODR ',
35     # 'KPPviscA','KPPdiffT','KPPdiffTS',
36     # 'GGL90TKE','GGL90Lmx','GGL90Prl',
37     # 'GGL90ArU','GGL90ArV','GGL90Kr ',
38     filename(2) = 'diags/state_3d_set1',
39     #---
40     frequency(3) = 2635200.0,
41     fields(1:5,3) = 'UVELMASS','VVELMASS','WVELMASS',
42     'GM_PsiX ','GM_PsiY ',
43     #uvel is approximately uvelmass divided by initial hfac, so we dont output the former
44     # 'UVEL ','VVEL ','WVEL ',
45     #full 3D temperature fluxes : 'DFxE_TH ','DFyE_TH ','DFrE_TH ','DFrI_TH ','ADVx_TH ','ADVy_TH ','ADVr_TH ',
46     #but for present computations I only need the vertically integrated horizontal components (see trsp_3d_set2)
47     filename(3) = 'diags/trsp_3d_set1',
48     #---
49     frequency(4) = 2635200.0,
50     fields(1:8,4) = 'DFxE_TH ','DFyE_TH ','ADVx_TH ','ADVy_TH ',
51     'DFxE_SLT','DFyE_SLT','ADVx_SLT','ADVy_SLT',
52     filename(4) = 'diags/trsp_3d_set2',
53     #vertically integrate fields we only use to compute vertically integr.
54     #meridional transports (also omit vertical transports, both to save space)
55     fileFlags(4) = ' I ',
56     #---
57     #---
58     #---
59     #---
60     # frequency = 604800.0 corresponds to 36.5 day averages, which
61     # leads to 10 fields a year -- this choice was made because
62     # 30.5 days = 2635200 s leads to different times for averages
63     # and snapshots in the case when calendarDumps is used
64     #
65     frequency(5) = -604800.0,
66     fields(1:6,5) = 'ETAN ','SIheff ','SIhsnow ',
67     'SIarea ','sIceLoad','PHIBOT ',
68     filename(5) = 'diags/budg2d_snap_set1',
69     timePhase(5)= 0.,
70     fileFlags(5) = 'D ',
71     #---
72     frequency(6) = -604800.0,
73     fields(1:2,6) = 'THETA ','SALT ',
74     filename(6) = 'diags/budg2d_snap_set2',
75     timePhase(6)= 0.,
76     fileFlags(6) = 'DI ',
77     #---
78     frequency(7) = 604800.0,
79     fields(1:7,7) = 'oceFWflx','SIatmFW ','TFLUX ','SItflux ',
80     'SFLUX ','oceQsw ','oceSPflx',
81     filename(7) = 'diags/budg2d_zflux_set1',
82     fileFlags(7) = 'D ',
83     #---
84     frequency(8) = 604800.0,
85     fields(1:13,8) ='UVELMASS','VVELMASS',
86     'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
87     'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
88     #the following are not transports but tendencies
89     'oceSPtnd','AB_gT ','AB_gS ',
90     filename(8) = 'diags/budg2d_hflux_set2',
91     fileFlags(8) = 'DI ',
92     #---
93     frequency(9) = 604800.0,
94     fields(1:8,9) ='ADVxHEFF','ADVyHEFF','DFxEHEFF','DFyEHEFF',
95     'ADVxSNOW','ADVySNOW','DFxESNOW','DFyESNOW',
96     filename(9) = 'diags/budg2d_hflux_set1',
97     fileFlags(9) = 'D ',
98     #---
99     frequency(10) = 604800.0,
100     fields(1:13,10) ='EXFpreci','EXFevap ','EXFroff ','EXFempmr',
101     'EXFswdn ','EXFlwdn ','EXFswnet','EXFlwnet','EXFqnet ',
102     'EXFatemp','EXFaqh ','EXFtaux ','EXFtauy ',
103     filename(10) = 'diags/exf_zflux_set1',
104     #---
105     frequency(11) = 604800.0,
106     fields(1:10,11) ='SRELAX ','TRELAX ','WTHMASS ','WSLTMASS',
107     'oceSflux','oceQnet ','SIatmQnt',
108     'SIaaflux','SIsnPrcp','SIacSubl',
109     filename(11) = 'diags/budg2d_zflux_set2',
110     fileFlags(11) = 'D ',
111     #---
112     frequency(12) = 604800.0,
113     fields(1:13,12) ='UVELMASS','VVELMASS',
114     'ADVx_TH ','ADVy_TH ','DFxE_TH ','DFyE_TH ',
115     'ADVx_SLT','ADVy_SLT','DFxE_SLT','DFyE_SLT',
116     'oceSPtnd','AB_gT ','AB_gS ',
117     filename(12) = 'diags/budg2d_hflux_set3_11',
118     levels(1:40,12) = 11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,
119     21.,22.,23.,24.,25.,26.,27.,28.,29.,30.,
120     31.,32.,33.,34.,35.,36.,37.,38.,39.,40.,
121     41.,42.,43.,44.,45.,46.,47.,48.,49.,50.,
122     fileFlags(12) = 'DI ',
123     #---
124     frequency(13) = 604800.0,
125     fields(1:9,13) = 'ADVr_TH ','DFrE_TH ','DFrI_TH ',
126     'ADVr_SLT','DFrE_SLT','DFrI_SLT',
127     'WVELMASS',
128     filename(13) = 'diags/budg2d_zflux_set3_11',
129     levels(1, 13)= 11.,
130     fileFlags(13) = 'D ',
131     #---
132     frequency(14) = -604800.0,
133     fields(1:2,14) = 'THETA ','SALT ',
134     filename(14) = 'diags/budg2d_snap_set3_11',
135     timePhase(14)= 0.,
136     levels(1:40,14) = 11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,
137     21.,22.,23.,24.,25.,26.,27.,28.,29.,30.,
138     31.,32.,33.,34.,35.,36.,37.,38.,39.,40.,
139     41.,42.,43.,44.,45.,46.,47.,48.,49.,50.,
140     fileFlags(14) = 'DI ',
141     #---
142     /
143     #
144     #
145     # Parameter for Diagnostics of per level statistics:
146     #-----------------
147     # for each output-stream:
148     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
149     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
150     # > 0 : write time-average output every stat_freq seconds
151     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
152     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
153     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
154     # file for the list of all available diag. in this particular config)
155     #-----------------
156     &DIAG_STATIS_PARMS
157     # diagSt_regMaskFile='basin_masks_eccollc_90x50.bin',
158     # nSetRegMskFile=1,
159     # set_regMask(1)= 1, 1, 1, 1, 1, 1, 1, 1, 1,
160     # 1, 1, 1, 1, 1, 1, 1, 1
161     # val_regMask(1)= 1., 2., 3., 4., 5., 6., 7., 8., 9.,
162     # 10.,11.,12.,13.,14.,15.,16.,17.
163     ##---
164     # stat_fields(1,1)= 'ETAN ','ETANSQ ','DETADT2 ',
165     # 'UVEL ','VVEL ','WVEL ',
166     # 'THETA ','SALT ',
167     # stat_fname(1)= 'dynStDiag',
168     # stat_freq(1)= 604800.,
169     # stat_region(1,1)= 1, 2, 3, 4, 5, 6, 7, 8, 9,
170     # 10,11,12,13,14,15,16,17
171     ##---
172     # stat_fields(1,2)= 'oceTAUX ','oceTAUY ',
173     # 'surForcT','surForcS','TFLUX ','SFLUX ',
174     # 'oceQnet ','oceSflux','oceFWflx',
175     # stat_fname(2)= 'surfStDiag',
176     # stat_freq(2)= 604800.,
177     # stat_region(1,2)= 1, 2, 3, 4, 5, 6, 7, 8, 9,
178     # 10,11,12,13,14,15,16,17
179     /

  ViewVC Help
Powered by ViewVC 1.1.22