/[MITgcm]/MITgcm/verification/offline_exf_seaice/input/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/offline_exf_seaice/input/data.diagnostics

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


Revision 1.5 - (hide annotations) (download)
Sat Dec 8 00:36:33 2012 UTC (11 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.4: +39 -8 lines
change (for now, only fwd test) offline_exf_seaice experiment:
 re-entrant channel with idealized costline (trapezoidal shape) at southern
 boundary to explore seaice dynamics and thermodynamics with simple forcing.

1 heimbach 1.1 # Diagnostic Package Choices
2 jmc 1.4 #--------------------
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 heimbach 1.1 # 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 jmc 1.4 # 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 heimbach 1.1 # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
14 jmc 1.4 # 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 jmc 1.5 # This example dumps EXF diagnostics as snapshot after 10 time-steps
21     # Note: EXF air-sea fluxes over Sea-Ice are wrong
22 jmc 1.4 &DIAGNOSTICS_LIST
23     dumpAtLast = .TRUE.,
24     #--
25     fields(1:11,1) = 'EXFtaux ','EXFtauy ','EXFqnet ','EXFempmr',
26     'EXFhl ','EXFhs ','EXFswnet','EXFlwnet',
27     'EXFuwind','EXFvwind','EXFatemp',
28 jmc 1.5 # fileName(1) = 'exfDiag',
29     frequency(1) = 86400.,
30    
31     # fields(1:12,2) = 'SIarea ','SIheff ','SIhsnow ',
32     # 'SIuice ','SIvice ',
33     # 'oceFWflx','oceSflux','oceQnet ',
34     # 'SItices ','SIatmFW ','SIatmQnt',
35     # 'SIempmr ','SIqnet ','SIqsw ',
36     fields(1:11,2) = 'SI_Fract','SI_Thick','THETA ','SI_Tsrf ',
37     # 'SI_Tsrf ','SI_Tice1','SI_Tice2',
38     # 'SI_Qice1','SI_Qice2',
39     # 'SIsnwPrc','SIalbedo','SIsnwAge',
40     'SIflx2oc','SIfrw2oc','SIsaltFx',
41     'SIflxAtm','SIfrwAtm',
42     'SIuice ','SIvice ',
43     # 'EXFqnet ','EXFempmr',
44     fileName(2) = 'iceDiag',
45     frequency(2) = 86400.,
46     fields(1:11,3) = 'SIuice ','SIvice ','SIheff '
47     'SI_Fract','SI_Thick','SI_Tsrf ',
48     'THETA ',
49     fileName(3) = 'snapshot',
50     frequency(3) = -86400.,
51     timePhase(3) = 0.,
52 heimbach 1.1 &
53    
54 jmc 1.4 #--------------------
55 heimbach 1.1 # Parameter for Diagnostics of per level statistics:
56 jmc 1.4 #--------------------
57     # diagSt_mnc (logical): write stat-diags to NetCDF files (default=diag_mnc)
58     # diagSt_regMaskFile : file containing the region-mask to read-in
59     # nSetRegMskFile : number of region-mask sets within the region-mask file
60     # set_regMask(i) : region-mask set-index that identifies the region "i"
61     # val_regMask(i) : region "i" identifier value in the region mask
62     #--for each output-stream:
63     # stat_fName(n) : prefix of the output file name (max 80c long) for outp.stream n
64 heimbach 1.1 # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
65     # > 0 : write time-average output every stat_freq seconds
66     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
67     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
68 jmc 1.4 # stat_fields(:,n) : list of selected diagnostics fields (8.c) in outp.stream n
69     # (see "available_diagnostics.log" file for the full list of diags)
70     #--------------------
71 heimbach 1.1 &DIAG_STATIS_PARMS
72 jmc 1.5 #stat_fields(1:12,1) = 'SIarea ','SIheff ','SIhsnow ',
73     # 'oceFWflx','oceSflux','oceQnet ',
74     # 'SItices ','SIatmFW ','SIatmQnt',
75     # 'SIempmr ','SIqnet ','SIqsw ',
76     # 'oceQsw ',
77     stat_fName(1) = 'iceStDiag',
78     stat_freq(1) = 7200.,
79     stat_phase(1) = 1800.,
80     stat_fields(1:14,1) = 'SI_Fract','SI_Thick','THETA ',
81     'SI_Tsrf ','SI_Tice1','SI_Tice2',
82     'SIflx2oc','SIfrw2oc','SIsaltFx',
83     'SIflxAtm','SIfrwAtm','SI_SnowH',
84     'SIuice ','SIvice ',
85 heimbach 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22