/[MITgcm]/MITgcm/verification/global_ocean.cs32x15/input.seaice/data.diagnostics
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.cs32x15/input.seaice/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Fri Dec 17 21:57:12 2010 UTC (13 years, 5 months ago) by gforget
Branch: MAIN
new experiment: use pkg/seaice rather than pkg/thsice.

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:12,1) = 'ETAN ','ETANSQ ','DETADT2 ','PHIBOT ','PHIBOTSQ',
20 'oceTAUX ','oceTAUY ',
21 'oceQnet ','oceSflux','oceFWflx',
22 # 'surForcT','surForcS','TFLUX ','SFLUX ','oceFreez',
23 'TRELAX ','SRELAX ',
24 # 'GM_VisbK',
25 filename(1) = 'surfDiag',
26 frequency(1) = 1555200000.,
27 fields(1:15,2) = 'UVEL ','VVEL ','WVEL ','PHIHYD ',
28 'VVELMASS','UVELMASS','WVELSQ ',
29 'THETA ','UTHMASS ','VTHMASS ','WTHMASS ',
30 'SALT ','USLTMASS','VSLTMASS','WSLTMASS',
31 # do not specify levels => all levels are selected
32 # filename(2) = 'dynDiag',
33 frequency(2) = 1555200000.,
34 fields(1:8,3) = 'DRHODR ','RHOAnoma','CONVADJ ',
35 # 'GM_PsiX ','GM_PsiY ',
36 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
37 'GM_Kux ','GM_Kvy ',
38 # 'GM_Kuz ','GM_Kvz ',
39 #- disable this output list by commenting out the file name
40 # filename(3) = 'oceDiag',
41 frequency(3) = 1555200000.,
42 fields(1:7,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
43 'DIFx_TH ','DIFy_TH ','DFrE_TH ',
44 'DFrI_TH ',
45 # 'ADVx_SLT',
46 # filename(4) = 'flxDiag',
47 frequency(4) = 1728000.,
48 fields(1:5,5) = 'SIheff ','SIarea ','SIhsnow ',
49 'SIuice ','SIvice ',
50 filename(5) = 'seaiceDiag',
51 frequency(5) = 1555200000.,
52 averagingFreq(5) = 2592000.,
53 repeatCycle(5) = 12,
54 &
55
56 # Parameter for Diagnostics of per level statistics:
57 #-----------------
58 # for each output-stream:
59 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
60 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
61 # > 0 : write time-average output every stat_freq seconds
62 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
63 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
64 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
65 # file for the list of all available diag. in this particular config)
66 #-----------------
67 &DIAG_STATIS_PARMS
68 #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
69 diagSt_regMaskFile='regMask_lat24.bin',
70 nSetRegMskFile=1,
71 set_regMask(1:3)= 1, 1, 1,
72 val_regMask(1:3)= 1., 2., 3.,
73 #---
74 stat_fields(1:8,1)= 'ETAN ','UVEL ','VVEL ','WVEL ',
75 'THETA ','SALT ','CONVADJ ','DETADT2 ',
76 stat_fname(1)= 'dynStDiag',
77 stat_freq(1)= 864000.,
78 stat_fields(1:5,5)= 'SIheff ','SIarea ','SIhsnow ',
79 'SIuice ','SIvice ',
80 stat_region(1:3,5)= 1, 3, 0,
81 stat_fname(5)= 'seaiceStDiag',
82 stat_freq(5)= 864000.,
83 &

  ViewVC Help
Powered by ViewVC 1.1.22