/[MITgcm]/MITgcm/verification/global_ocean.90x40x15/input.idemix/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/global_ocean.90x40x15/input.idemix/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Thu Feb 19 16:26:34 2015 UTC (9 years, 2 months ago) by mlosch
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, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
add verification experiment for IDEMIX

1 mlosch 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     frequency(1) = 3153600,
22     fields(1:11,1) = 'surForcT','surForcS','oceTAUX ','oceTAUY ',
23     'ETAN ','MXLDEPTH',
24     'IDEM_F_b','IDEM_F_s','IDEM_F_g',
25     'GGL90flx','GGL90tau',
26     filename(1) = 'diags2D',
27     frequency(2) = 3153600,
28     fields(1:13,2) = 'THETA ','SALT ',
29     'UVEL ','VVEL ','WVEL ',
30     'GGL90TKE','GGL90Kr ',
31     'IDEMIX_E','IDEMIX_K','IDEMIX_F','IDEMIX_v',
32     'IDEMIX_c','IDEMIX_t',
33     filename(2) = 'diags3D',
34     &
35    
36     #--------------------
37     # Parameter for Diagnostics of per level statistics:
38     #--------------------
39     # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
40     # diagSt_regMaskFile : file containing the region-mask to read-in
41     # nSetRegMskFile : number of region-mask sets within the region-mask file
42     # set_regMask(i) : region-mask set-index that identifies the region "i"
43     # val_regMask(i) : region "i" identifier value in the region mask
44     #--for each output-stream:
45     # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
46     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
47     # > 0 : write time-average output every stat_freq seconds
48     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
49     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
50     # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
51     # (see "available_diagnostics.log" file for the full list of diags)
52     #--------------------
53     &DIAG_STATIS_PARMS
54     &

  ViewVC Help
Powered by ViewVC 1.1.22