source: issm/trunk-jpl/test/MITgcm/input_4003/data.diagnostics@ 26664

Last change on this file since 26664 was 26664, checked in by dmenemen, 3 years ago

test4003 now runs MITgcm/verification/shelfice_2d_remesh
except that model domain is 3x200 instead of 1x200 and
initial conditions are from time step 0 so no pickup
files are needed. Coupling with ISSM is work in progress.

File size: 3.1 KB
Line 
1# Diagnostic Package Choices
2#-----------------
3# for each output-stream:
4# filename(n) : prefix of the output file name (only 8.c long) for outp.stream n
5# frequency(n):< 0 : write snap-shot output every |frequency| seconds
6# > 0 : write time-average output every frequency seconds
7# timePhase(n) : write at time = timePhase + multiple of |frequency|
8# averagingFreq(n) : frequency (in s) for periodic averaging interval
9# averagingPhase(n): phase (in s) for periodic averaging interval
10# repeatCycle(n) : number of averaging intervals in 1 cycle
11# levels(:,n) : list of levels to write to file (Notes: declared as REAL)
12# when this entry is missing, select all common levels of this list
13# fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
14# file for the list of all available diag. in this particular config)
15#-----------------
16 &DIAGNOSTICS_LIST
17# diag_mnc = .FALSE.,
18 dumpAtLast = .TRUE.,
19 fields(1:13,1) = 'ETAN ','RSURF ','oceTAUX ','oceTAUY ',
20 'oceQnet ','oceFWflx','MXLDEPTH',
21 'SHIfwFlx','SHIhtFlx','SHIgammT','SHIgammS',
22 'SHI_mass','SHIuStar',
23# 'surForcT','surForcS','TFLUX ','SFLUX ','oceFreez',
24# 'TRELAX ','SRELAX ',
25# fields(1,1)='ETAN'
26 filename(1) = 'surfDiag',
27 frequency(1) = 86400.,
28#-
29 fields(1:10,2) = 'UVEL ','VVEL ','WVEL ',
30 'THETA ','SALT ','RHOAnoma', 'CONVADJ'
31 'hFactorC','hFactorW','hFactorS',
32 filename(2) = 'dynDiag',
33 fileFlags(2) = ' h ',
34 frequency(2) = 86400.,
35#-
36 fields(1:7,3) = 'ETAN ','RSURF ',
37 'oceQnet ','oceFWflx',
38 'SHIfwFlx','SHIhtFlx','SHIuStar',
39# filename(3) = 'surfInst',
40 frequency(3) = -86400.,
41 timePhase(3) = 0.,
42#-
43 fields(1:8,4) = 'UVEL ','VVEL ','WVEL ',
44 'THETA ','SALT ',
45 'hFactorC','hFactorW','hFactorS',
46# filename(4) = 'dynInst',
47 frequency(4) = -86400.,
48 timePhase(4) = 0.,
49 &
50
51#--------------------
52# Parameter for Diagnostics of per level statistics:
53#--------------------
54# diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
55# diagSt_regMaskFile : file containing the region-mask to read-in
56# nSetRegMskFile : number of region-mask sets within the region-mask file
57# set_regMask(i) : region-mask set-index that identifies the region "i"
58# val_regMask(i) : region "i" identifier value in the region mask
59#--for each output-stream:
60# stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
61# stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
62# > 0 : write time-average output every stat_freq seconds
63# stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
64# stat_region(:,n) : list of "regions" (default: 1 region only=global)
65# stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
66# (see "available_diagnostics.log" file for the full list of diags)
67#--------------------
68 &DIAG_STATIS_PARMS
69 &
Note: See TracBrowser for help on using the repository browser.