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

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

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


Revision 1.2 - (show annotations) (download)
Fri Jan 23 01:35:19 2015 UTC (10 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65n, HEAD
Changes since 1.1: +22 -11 lines
Error occurred while calculating annotation data.
update set-up: start from a 1.yr run pickup file (run with atmPhys_stepSST=F)
 using closer to present new SST file: SST_symEx3.bin ;
and then switch on atmPhys_stepSST=True and use Qflux file: Qflux_w90.bin

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 fields(1:16,1) = 'ETAN ','ETANSQ ','DETADT2 ',
24 'AtPhCnvP','AtPhLscP','AtPhCAPE',
25 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
26 'AtPh_SST','AtPhNTSR','AtPhOLR ',
27 'AtPhNSSR','AtPhDSLR','AtPhUSLR',
28 fileName(1) = 'surfDiag',
29 # fileFlags(1) = 'D ',
30 # frequency(1) = 31104000.,
31 frequency(1) = 432000.,
32 fields(1:18,2) = 'UVEL ','VVEL ','WVEL ','THETA ','SALT ',
33 'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ','SALTSQ ',
34 'UVELMASS','VVELMASS','UV_VEL_C','RELHUM ',
35 # 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
36 # 'ADVx_SLT','ADVy_SLT','ADVr_SLT',
37 # 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
38 # 'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
39 'AtPhDisH','HeatDiss','MoistCor','SHAP_dKE',
40
41 fileName(2) = 'dynDiag',
42 # frequency(2) = 31104000.,
43 frequency(2) = 432000.,
44 fields(1:8,3) = 'AtPhCnvP','AtPhLscP','AtPhCAPE',
45 'AtPhCnIn','AtPhKlzb','AtPhConv',
46 'AtPhRlxT','AtPhRlxQ',
47 # fileName(3) = 'convDiag',
48 # timePhase(3) = 31103600.,
49 frequency(3) = -172800.,
50 &
51
52 #--------------------
53 # Parameter for Diagnostics of per level statistics:
54 #--------------------
55 # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
56 # diagSt_regMaskFile : file containing the region-mask to read-in
57 # nSetRegMskFile : number of region-mask sets within the region-mask file
58 # set_regMask(i) : region-mask set-index that identifies the region "i"
59 # val_regMask(i) : region "i" identifier value in the region mask
60 #--for each output-stream:
61 # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
62 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
63 # > 0 : write time-average output every stat_freq seconds
64 # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
65 # stat_region(:,n) : list of "regions" (default: 1 region only=global)
66 # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
67 # (see "available_diagnostics.log" file for the full list of diags)
68 #--------------------
69 &DIAG_STATIS_PARMS
70 stat_fields(1:11,1) = 'ETAN ','THETA ','SALT ','RELHUM ',
71 'UE_VEL_C','VN_VEL_C','WVEL ',
72 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
73 stat_fName(1) = 'dynStDiag',
74 # stat_freq(1) = 432000.,
75 stat_freq(1) = 43200.,
76 stat_phase(1) = 0.,
77 stat_fields(1:8,2) = 'AtPhDifT','AtPhDifM','AtPhDisH',
78 'AtPhdtTg','AtPhdtQg',
79 'HeatDiss','MoistCor','SHAP_dKE',
80 stat_fName(2) = 'diffStDiag',
81 # stat_freq(2) = 432000.,
82 stat_freq(2) = 43200.,
83 # stat_phase(2) = 0.,
84 stat_fields(1:13,3) = 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
85 'AtPhCnvP','AtPhLscP','AtPhCAPE',
86 'AtPh_SST','AtPhNTSR','AtPhOLR ',
87 'AtPhNSSR','AtPhDSLR','AtPhUSLR',
88 stat_fName(3) = 'flxStDiag',
89 # stat_freq(3) = 432000.,
90 stat_freq(3) = 43200.,
91 stat_phase(3) = 0.,
92 &

  ViewVC Help
Powered by ViewVC 1.1.22