/[MITgcm]/MITgcm_contrib/verification_other/atm_gray/inp_cs/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/atm_gray/inp_cs/data.diagnostics

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


Revision 1.4 - (hide annotations) (download)
Mon Dec 3 03:54:40 2012 UTC (12 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.3: +6 -5 lines
- physical constant (gravity, amt_Cp) consistent with gray atmos pkg;
- add dissipation heating from pkg/shapiro (addFrictionHeating=T);
- select KE-conserving V.I. momentum (selectVortScheme=3, selectKEscheme=3)

1 jmc 1.1 # Diagnostic Package Choices
2     #--------------------
3     # dumpAtLast (logical): always write output at the end of simulation (default=F)
4     # diag_mnc (logical): write to NetCDF files (default=useMNC)
5     #--for each output-stream:
6     # fileName(n) : prefix of the output file name (max 80c long) for outp.stream n
7     # frequency(n):< 0 : write snap-shot output every |frequency| seconds
8     # > 0 : write time-average output every frequency seconds
9     # timePhase(n) : write at time = timePhase + multiple of |frequency|
10     # averagingFreq : frequency (in s) for periodic averaging interval
11     # averagingPhase : phase (in s) for periodic averaging interval
12     # repeatCycle : number of averaging intervals in 1 cycle
13     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
14     # when this entry is missing, select all common levels of this list
15     # fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
16     # (see "available_diagnostics.log" file for the full list of diags)
17     # missing_value(n) : missing value for real-type fields in output file "n"
18     # fileFlags(n) : specific code (8c string) for output file "n"
19     #--------------------
20     &DIAGNOSTICS_LIST
21     # diag_mnc = .FALSE.,
22     #--
23 jmc 1.3 fields(1:15,1) = 'ETAN ','ETANSQ ','DETADT2 ','AtPhCnvP','AtPhLscP',
24 jmc 1.2 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
25 jmc 1.3 'MYPaSur1','AtPhInSR','AtPhOLR ',
26     'AtPhNSSR','AtPhDSLR','AtPhUSLR',
27 jmc 1.1 fileName(1) = 'surfDiag',
28     # fileFlags(1) = 'D ',
29 jmc 1.3 # frequency(1) = 31104000.,
30 jmc 1.1 frequency(1) = 864000.,
31 jmc 1.3 fields(1:21,2) = 'UVEL ','VVEL ','WVEL ','THETA ','SALT ',
32     'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ','SALTSQ ',
33     'UVELMASS','VVELMASS','UV_VEL_C',
34 jmc 1.2 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
35     'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
36 jmc 1.1 # 'SHAP_dU ',
37     fileName(2) = 'dynDiag',
38 jmc 1.3 # frequency(2) = 31104000.,
39 jmc 1.1 frequency(2) = 864000.,
40     &
41    
42     #--------------------
43     # Parameter for Diagnostics of per level statistics:
44     #--------------------
45     # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
46     # diagSt_regMaskFile : file containing the region-mask to read-in
47     # nSetRegMskFile : number of region-mask sets within the region-mask file
48     # set_regMask(i) : region-mask set-index that identifies the region "i"
49     # val_regMask(i) : region "i" identifier value in the region mask
50     #--for each output-stream:
51     # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
52     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
53     # > 0 : write time-average output every stat_freq seconds
54     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
55     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
56     # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
57     # (see "available_diagnostics.log" file for the full list of diags)
58     #--------------------
59     &DIAG_STATIS_PARMS
60     # diagSt_regMaskFile='northEquatMask.bin',
61     # nSetRegMskFile = 1,
62     # set_regMask(1:3)= 1, 1, 1,
63     # val_regMask(1:3)= 1., 2., 0.,
64 jmc 1.4 stat_fields(1:10,1) = 'ETAN ','THETA ','SALT ',
65 jmc 1.1 'UE_VEL_C','VN_VEL_C','WVEL ',
66 jmc 1.2 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
67 jmc 1.1 stat_fName(1) = 'dynStDiag',
68 jmc 1.3 # stat_freq(1) = 432000.,
69 jmc 1.1 stat_freq(1) = 43200.,
70     stat_phase(1) = 0.,
71 jmc 1.4 stat_fields(1:6,2) = 'AtPhDifT','AtPhDifM','AtPhDisH',
72     'AtPhdtTg','AtPhdtQg','SHAP_dKE',
73     stat_fName(2) = 'diffStDiag',
74     # stat_freq(2) = 432000.,
75     stat_freq(2) = 43200.,
76 jmc 1.1 # stat_region(1:3,2) = 1, 2, 0,
77     # stat_phase(2) = 0.,
78 jmc 1.3 stat_fields(1:12,3) = 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
79 jmc 1.2 'AtPhCnvP','AtPhLscP',
80 jmc 1.3 'MYPaSur1','AtPhInSR','AtPhOLR ',
81     'AtPhNSSR','AtPhDSLR','AtPhUSLR',
82 jmc 1.1 stat_fName(3) = 'flxStDiag',
83 jmc 1.3 # stat_freq(3) = 432000.,
84 jmc 1.1 stat_freq(3) = 43200.,
85     stat_phase(3) = 0.,
86     &

  ViewVC Help
Powered by ViewVC 1.1.22