/[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.1 - (show annotations) (download)
Sun Jul 7 23:58:22 2013 UTC (12 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint64m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint65h, checkpoint65
a 26 levels version for CS-32 grid

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:15,1) = 'ETAN ','ETANSQ ','DETADT2 ','AtPhCnvP','AtPhLscP',
24 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
25 'AtPh_SST','AtPhInSR','AtPhOLR ',
26 'AtPhNSSR','AtPhDSLR','AtPhUSLR',
27 fileName(1) = 'surfDiag',
28 # fileFlags(1) = 'D ',
29 # frequency(1) = 31104000.,
30 frequency(1) = 432000.,
31 fields(1:22,2) = 'UVEL ','VVEL ','WVEL ','THETA ','SALT ',
32 'UVELSQ ','VVELSQ ','WVELSQ ','THETASQ ','SALTSQ ',
33 'UVELMASS','VVELMASS','UV_VEL_C','RELHUM ',
34 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
35 'AtPhdtTg','AtPhdtQg','AtPhDifT','AtPhDifM',
36 # 'SHAP_dU ','MoistCor',
37 fileName(2) = 'dynDiag',
38 # frequency(2) = 31104000.,
39 frequency(2) = 432000.,
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 stat_fields(1:11,1) = 'ETAN ','THETA ','SALT ','RELHUM ',
61 'UE_VEL_C','VN_VEL_C','WVEL ',
62 'AtPhdTdt','AtPhdQdt','AtPhdUdt','AtPhdVdt',
63 stat_fName(1) = 'dynStDiag',
64 # stat_freq(1) = 432000.,
65 stat_freq(1) = 43200.,
66 stat_phase(1) = 0.,
67 stat_fields(1:7,2) = 'AtPhDifT','AtPhDifM','AtPhDisH',
68 'AtPhdtTg','AtPhdtQg','SHAP_dKE','MoistCor',
69 stat_fName(2) = 'diffStDiag',
70 # stat_freq(2) = 432000.,
71 stat_freq(2) = 43200.,
72 # stat_phase(2) = 0.,
73 stat_fields(1:12,3) = 'AtPhSens','AtPhEvap','AtPhTauX','AtPhTauY',
74 'AtPhCnvP','AtPhLscP',
75 'AtPh_SST','AtPhInSR','AtPhOLR ',
76 'AtPhNSSR','AtPhDSLR','AtPhUSLR',
77 stat_fName(3) = 'flxStDiag',
78 # stat_freq(3) = 432000.,
79 stat_freq(3) = 43200.,
80 stat_phase(3) = 0.,
81 &

  ViewVC Help
Powered by ViewVC 1.1.22