/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input.dwnslp/data.diagnostics
ViewVC logotype

Contents of /MITgcm/verification/global_ocean.90x40x15/input.dwnslp/data.diagnostics

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


Revision 1.2 - (show annotations) (download)
Mon Sep 6 00:04:02 2010 UTC (13 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62k, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62p
Changes since 1.1: +6 -4 lines
test new option "PTRACERS_addSrelax2EmP"

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.log"
11 # file for the list of all available diag. in this particular config)
12 #-----------------
13 &diagnostics_list
14 # diag_mnc = .FALSE.,
15 # frequency(1) = 311040000.,
16 frequency(1) = 864000.,
17 filename(1) = 'surfDiag',
18 fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ',
19 'PHIBOT ','PHIBOTSQ',
20 'DSLPuFlw','DSLPvFlw',
21 'Add2EmP ',
22 # frequency(2) = 311040000.,
23 frequency(2) = 864000.,
24 filename(2) = 'dynDiag',
25 # do not specify levels => all levels are selected
26 fields(1,2) = 'UVELMASS','VVELMASS','WVEL ',
27 # 'UVEL ','VVEL ','PHIHYD ',
28 'THETA ','SALT ','WVELSQ ',
29 # frequency(3) = 311040000.,
30 frequency(3) = 864000.,
31 filename(3) = 'oceDiag',
32 fields(1,3) = 'RHOAnoma','DRHODR ','CONVADJ ',
33 'GM_PsiX ','GM_PsiY ',
34 # 'GM_Kwx ','GM_Kwy ','GM_Kwz ',
35 # 'GM_Kux ','GM_Kvy ',
36 # 'GM_Kuz ','GM_Kvz ',
37 'DSLP_TH ','DSLP_SLT',
38 &
39
40 # Parameter for Diagnostics of per level statistics:
41 #-----------------
42 # for each output-stream:
43 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
44 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
45 # > 0 : write time-average output every stat_freq seconds
46 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
47 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
48 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
49 # file for the list of all available diag. in this particular config)
50 #-----------------
51 &DIAG_STATIS_PARMS
52 #diagSt_mnc = .FALSE.,
53 stat_fields(1,1)= 'ETAN ','ETANSQ ','DETADT2 ',
54 'UVEL ','VVEL ','WVEL ',
55 'THETA ','SALT ','WVELSQ ',
56 stat_fname(1)= 'dynStDiag',
57 # stat_freq(1)= 2592000.,
58 stat_phase(1)= 86400.,
59 stat_freq(1)= 432000.,
60 stat_fields(1,2)= 'RHOAnoma','DRHODR ','CONVADJ ',
61 'DSLPuFlw','DSLPvFlw',
62 'DSLP_TH ','DSLP_SLT',
63 'DSLPTr01','Add2EmP ',
64 stat_fname(2)= 'oceStDiag',
65 # stat_freq(2)= 2592000.,
66 stat_freq(2)= 432000.,
67 &

  ViewVC Help
Powered by ViewVC 1.1.22