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

Contents of /MITgcm_contrib/verification_other/shelfice_remeshing/input/data.diagnostics

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


Revision 1.6 - (show annotations) (download)
Thu Jul 7 14:40:46 2016 UTC (9 years ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65y, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.5: +14 -12 lines
new files for verif testing vert remeshing only

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:13,1) =
20 # 'ETAN ','oceTAUX ','oceTAUY ',
21 # 'oceQnet ','oceFWflx','MXLDEPTH',
22 'SHIfwFlx','SHIhtFlx','SHIgammT','SHIgammS',
23 'SHI_mass','SHIRshel',
24 'SI_Uvel ','SI_Vvel ','SI_Thick','SI_hmask',
25 'SI_float','SHIuStar'
26 # 'SHIuLocM','SHIvLocM','SHIwLocM','SHItLocM','SHIsLocM',
27 # 'SHItLocB','SHIsLocB'
28 # 'SHIForcT','SHIForcS',
29 # 'surForcT','surForcS','TFLUX ','SFLUX ','oceFreez',
30 # 'TRELAX ','SRELAX ',
31 # 'GM_VisbK',
32 # fields(1,1)='ETAN'
33 filename(1) = 'surfDiag',
34 frequency(1) = 3000,
35 # fields(1:7,2) = 'UVEL ','VVEL ','WVEL ',
36 # 'THETA ','SALT ','RHOAnoma', 'CONVADJ',
37 # filename(2) = 'dynDiag',
38 # frequency(2) = 2592000.,
39 # fields(1:5,3) = 'SI_Uvel ','SI_Vvel ','SI_Thick','SI_hmask','SI_float',
40 # filename(3) = 'streamice',
41 # frequency(3) = 2592000.,
42 # fields(1,3) = 'EXFpreci','EXFuwind','EXFvwind','EXFtaux ','EXFtauy ',
43 # 'EXFlwdn ','EXFswdn ','EXFatemp','EXFaqh ','EXFpress',
44 # 'GM_PsiX ','GM_PsiY ',
45 # 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
46 # 'GM_Kux ','GM_Kvy ',
47 # 'GM_Kuz ','GM_Kvz ',
48 #- disable this output list by commenting out the file name
49 # filename(3) = 'diagsEXF',
50 # frequency(3) = 1.,
51 # fields(1,4) = 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
52 # 'DIFx_TH ','DIFy_TH ','DFrE_TH ',
53 # 'DFrI_TH ',
54 # 'ADVx_SLT',
55 # filename(4) = 'flxDiag',
56 # frequency(4) = 1296000.,
57 &
58
59 # Parameter for Diagnostics of per level statistics:
60 #-----------------
61 # for each output-stream:
62 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
63 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
64 # > 0 : write time-average output every stat_freq seconds
65 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
66 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
67 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
68 # file for the list of all available diag. in this particular config)
69 #-----------------
70 &DIAG_STATIS_PARMS
71 #- regional mask: 3 lat. band: 1 : y <= -24 ; 2 : -24<y<24 ; 3 : 24 <= y
72 # diagSt_regMaskFile='regMask_lat24.bin',
73 # nSetRegMskFile=1,
74 # set_regMask(1)= 1, 1, 1,
75 # val_regMask(1)= 1., 2., 3.,
76 #---
77 #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ',
78 # 'THETA ','SALT ','SIarea ','SIheff ',
79 # stat_fname(1)= 'dynStDiag',
80 # stat_freq(1)= 864000.,
81 &

  ViewVC Help
Powered by ViewVC 1.1.22