/[MITgcm]/MITgcm_contrib/dyncore_ASP/params/p_cs32_3-3/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/dyncore_ASP/params/p_cs32_3-3/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Thu Jul 10 22:11:28 2008 UTC (15 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
added parameter files for rotated test-case 1, 2 & 3

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" file
11 # for the list of all available diag. in this particular config)
12 #-----------------
13 &diagnostics_list
14 # diag_mnc = .FALSE.,
15 frequency(1) = 432000.,
16 # filename(1) = 'surfDiag',
17 levels(1,1) = 1.,
18 fields(1,1) = 'ETAN ','ETANSQ ','DETADT2 ',
19 frequency(2) = 432000.,
20 # timePhase(2) = 0.,
21 # filename(2) = 'dynDiag',
22 fields(1,2) = 'UVEL ','VVEL ','WVEL ','THETA ',
23 'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ',
24 'UE_VEL_C','VN_VEL_C',
25 'UVELMASS','VVELMASS','UV_VEL_C',
26 'UTHMASS ','VTHMASS ','WVELTH ','PHIHYD ',
27 # frequency(3) = 432000.,
28 # filename(3) = 'shapDiag',
29 # fields(1,3) = 'SHAP_dU ','SHAP_dV ','SHAP_dKE',
30 # 'SHAP_dT ',
31 frequency(4) = -432000.,
32 timePhase(4) = 0.,
33 filename(4) = 'U_Ag',
34 fields(1,4) = 'UE_VEL_C',
35 frequency(5) = -432000.,
36 timePhase(5) = 0.,
37 filename(5) = 'V_Ag',
38 fields(1,5) = 'VN_VEL_C',
39 frequency(6) = -21600.,
40 timePhase(6) = 0.,
41 filename(6) = 'WVEL'
42 fields(1,6) = 'WVEL ',
43 &
44
45 # Parameter for Diagnostics of per level statistics:
46 #-----------------
47 # for each output-stream:
48 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
49 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
50 # > 0 : write time-average output every stat_freq seconds
51 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
52 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
53 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
54 # file for the list of all available diag. in this particular config)
55 #-----------------
56 &DIAG_STATIS_PARMS
57 #- an example just to check the agreement with MONITOR output:
58 # diagSt_mnc = .TRUE.,
59 #stat_fields(1,1)= 'ETAN ','DETADT2 ',
60 # 'UE_VEL_C','VN_VEL_C','WVEL ',
61 # 'THETA ','PHIHYD ',
62 # 'momKE ','momVort3',
63 # 'UVEL ','VVEL ','WVEL ',
64 # 'ETANSQ ','UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ',
65 stat_fields(1,1)= 'UE_VEL_C','VN_VEL_C','WVEL ',
66 'TRAC01 ','TRAC02 ',
67 # 'ADVxTr01','ADVyTr01','ADVrTr01',
68 stat_fname(1)= 'dynStDiag',
69 # stat_freq(1)= 864000.,
70 stat_freq(1)= 7200.,
71 stat_phase(1)= 0.,
72 &

  ViewVC Help
Powered by ViewVC 1.1.22