/[MITgcm]/MITgcm_contrib/dgoldberg/depth_control_no_nsa/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/dgoldberg/depth_control_no_nsa/input/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Thu Dec 7 23:28:44 2017 UTC (7 years, 7 months ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
*** empty log message ***

1 dgoldberg 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     # averagingFreq(n) : frequency (in s) for periodic averaging interval
9     # averagingPhase(n): phase (in s) for periodic averaging interval
10     # repeatCycle(n) : number of averaging intervals in 1 cycle
11     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
12     # when this entry is missing, select all common levels of this list
13     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
14     # file for the list of all available diag. in this particular config)
15     #-----------------
16     &DIAGNOSTICS_LIST
17     # diag_mnc = .FALSE.,
18     # dumpAtLast = .TRUE.,
19     fields(1,1) = 'ETAN ','oceTAUX ','oceTAUY ',
20     'oceQnet ','oceFWflx','MXLDEPTH',
21     # 'SIheff ','SIarea ','SIhsnow ','SIatmFW ',
22     'SHIfwFlx','SHIhtFlx',
23     # 'SHIForcT','SHIForcS',
24     # 'surForcT','surForcS','TFLUX ','SFLUX ','oceFreez',
25     # 'TRELAX ','SRELAX ',
26     # 'GM_VisbK',
27     filename(1) = 'surfDiag',
28     frequency(1) = 172800.,
29     fields(1,2) = 'UVELMASS','VVELMASS','WVELMASS',
30     'THETA ','SALT ',
31     # do not specify levels => all levels are selected
32     filename(2) = 'dynDiag',
33     frequency(2) = 172800.,
34     # fields(1,3) = 'EXFpreci','EXFuwind','EXFvwind','EXFtaux ','EXFtauy ',
35     # 'EXFlwdn ','EXFswdn ','EXFatemp','EXFaqh ','EXFpress',
36     # 'GM_PsiX ','GM_PsiY ',
37     # 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
38     # 'GM_Kux ','GM_Kvy ',
39     # 'GM_Kuz ','GM_Kvz ',
40     #- disable this output list by commenting out the file name
41     # filename(3) = 'diagsEXF',
42     # frequency(3) = 1.,
43     # fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
44     # 'DIFx_TH ','DIFy_TH ','DFrE_TH ',
45     # 'DFrI_TH ',
46     # 'ADVx_SLT',
47     # filename(4) = 'flxDiag',
48     # frequency(4) = 172800.,
49     &
50    
51     # Parameter for Diagnostics of per level statistics:
52     #-----------------
53     # for each output-stream:
54     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
55     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
56     # > 0 : write time-average output every stat_freq seconds
57     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
58     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
59     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
60     # file for the list of all available diag. in this particular config)
61     #-----------------
62     &DIAG_STATIS_PARMS
63     #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
64     # diagSt_regMaskFile='regMask_lat24.bin',
65     # nSetRegMskFile=1,
66     # set_regMask(1)= 1, 1, 1,
67     # val_regMask(1)= 1., 2., 3.,
68     #---
69     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ',
70     # 'THETA ','SALT ','SIarea ','SIheff ',
71     # stat_fname(1)= 'dynStDiag',
72     # stat_freq(1)= 864000.,
73     &

  ViewVC Help
Powered by ViewVC 1.1.22