/[MITgcm]/MITgcm_contrib/dyncore_ASP/params/p_cs96_2-6/data.diagnostics
ViewVC logotype

Contents of /MITgcm_contrib/dyncore_ASP/params/p_cs96_2-6/data.diagnostics

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


Revision 1.1 - (show annotations) (download)
Tue Mar 10 03:03:30 2009 UTC (15 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
add parameter files to run test-cases on CS-96 grid

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) = -86400.,
32 timePhase(4) = 0.,
33 filename(4) = 'U_Ag',
34 fields(1,4) = 'UE_VEL_C',
35 frequency(5) = -86400.,
36 timePhase(5) = 0.,
37 filename(5) = 'V_Ag',
38 fields(1,5) = 'VN_VEL_C',
39 frequency(6) = -86400.,
40 timePhase(6) = 0.,
41 filename(6) = 'momDiag'
42 fields(1,6) = 'momKE ',
43 'momVort3',
44 # 'momHDiv ',
45 &
46
47 # Parameter for Diagnostics of per level statistics:
48 #-----------------
49 # for each output-stream:
50 # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
51 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
52 # > 0 : write time-average output every stat_freq seconds
53 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
54 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
55 # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
56 # file for the list of all available diag. in this particular config)
57 #-----------------
58 &DIAG_STATIS_PARMS
59 #- an example just to check the agreement with MONITOR output:
60 # diagSt_mnc = .TRUE.,
61 stat_fields(1,1)= 'ETAN ','DETADT2 ',
62 'UE_VEL_C','VN_VEL_C','WVEL ',
63 'THETA ','PHIHYD ',
64 'momKE ','momVort3',
65 # 'UVEL ','VVEL ','WVEL ',
66 # 'ETANSQ ','UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ',
67 stat_fname(1)= 'dynStDiag',
68 # stat_freq(1)= 864000.,
69 stat_freq(1)= 7200.,
70 stat_phase(1)= 0.,
71 &

  ViewVC Help
Powered by ViewVC 1.1.22