/[MITgcm]/MITgcm_contrib/verification_other/cpl_gray+ocn/input_atm/data.diagnostics
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/cpl_gray+ocn/input_atm/data.diagnostics

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


Revision 1.2 - (hide annotations) (download)
Tue Oct 7 01:07:44 2014 UTC (10 years, 9 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, checkpoint65f, checkpoint65h, checkpoint65n, HEAD
Changes since 1.1: +25 -15 lines
switch on saisonal insolation ; adjust diagnostics to get climatological
 seasonal output

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 jmc 1.2 # dumpAtLast = .TRUE.,
22 jmc 1.1 # diag_mnc = .FALSE.,
23     #--
24 jmc 1.2 fields(1:16,1) = 'ETAN ','ETANSQ ','DETADT2 ','AtPhCAPE','AtPhCnvP',
25     'AtPhLscP','AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
26 jmc 1.1 'AtPh_SST','AtPhInSR','AtPhOLR ',
27     'AtPhNSSR','AtPhDSLR','AtPhUSLR',
28     fileName(1) = 'surfDiag',
29     # fileFlags(1) = 'D ',
30 jmc 1.2 # frequency(1) = 311040000.,
31     frequency(1) = 6220800000.,
32     averagingFreq(1) = 2592000.,
33     repeatCycle(1) = 12,
34     # frequency(1) = 432000.,
35     fields(1:20,2) = 'UVEL ','VVEL ','WVEL ','THETA ','SALT ',
36 jmc 1.1 'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ','SALTSQ ',
37     'UVELMASS','VVELMASS','UV_VEL_C','RELHUM ',
38 jmc 1.2 'ADVx_TH ','ADVy_TH ','ADVr_TH ',
39     'ADVx_SLT','ADVy_SLT','ADVr_SLT',
40 jmc 1.1 # 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
41     # 'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
42     # 'SHAP_dU ','MoistCor',
43     fileName(2) = 'dynDiag',
44 jmc 1.2 # frequency(2) = 311040000.,
45     frequency(2) = 6220800000.,
46     averagingFreq(2) = 7776000.,
47     averagingPhase(2) =-2592000.,
48     repeatCycle(2) = 4,
49     # frequency(2) = 432000.,
50 jmc 1.1 &
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 jmc 1.2 stat_freq(1) = 864000.,
75     # stat_freq(1) = 43200.,
76 jmc 1.1 stat_phase(1) = 0.,
77     stat_fields(1:7,2) = 'AtPhDifT','AtPhDifM','AtPhDisH',
78     'AtPhdtTg','AtPhdtQg','SHAP_dKE','MoistCor',
79     stat_fName(2) = 'diffStDiag',
80 jmc 1.2 stat_freq(2) = 864000.,
81     # stat_freq(2) = 43200.,
82 jmc 1.1 # stat_phase(2) = 0.,
83 jmc 1.2 stat_fields(1:13,3) = 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
84     'AtPhCAPE','AtPhCnvP','AtPhLscP',
85 jmc 1.1 'AtPh_SST','AtPhInSR','AtPhOLR ',
86     'AtPhNSSR','AtPhDSLR','AtPhUSLR',
87     stat_fName(3) = 'flxStDiag',
88 jmc 1.2 stat_freq(3) = 864000.,
89     # stat_freq(3) = 43200.,
90 jmc 1.1 stat_phase(3) = 0.,
91     &

  ViewVC Help
Powered by ViewVC 1.1.22