/[MITgcm]/MITgcm/verification/lab_sea/input_ad/data.diagnostics
ViewVC logotype

Annotation of /MITgcm/verification/lab_sea/input_ad/data.diagnostics

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


Revision 1.1 - (hide annotations) (download)
Fri Dec 15 18:11:59 2006 UTC (17 years, 4 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint60, checkpoint61, checkpoint58x_post, checkpoint58t_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a
Initial check-in of lab_sea adjoint
(very similar to natl_box_adjoint/code_seaice)
* used C-grid and EVP solver
* used KPP, GM/Redi
* uses inAdExact=.TRUE.
* gradient checks fail for both ADM and TLM
  due to sensitive snow melt code in seaice_grwoth (look for "JZ")
  f.d. gradients actually seem more problematic than ADM, TLM gradients;
  issue is related to forward mismatch between g77 an ifort

1 heimbach 1.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     # levels(:,n) : list of levels to write to file (Notes: declared as REAL)
9     # when this entry is missing, select all common levels of this list
10     # fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics" file
11     # for the list of all available diag. in this particular config)
12     #-----------------
13     # This example dumps all KPP diagnostics as
14     # a snapshot after ten time steps
15     &diagnostics_list
16     #
17     dumpatlast = .TRUE.,
18     #
19     frequency(1) = -36000.,
20     fields(1,1) = 'EXFtaux ',
21     filename(1) = 'EXFtaux ',
22     #
23     frequency(2) = -36000.,
24     fields(1,2) = 'EXFtauy ',
25     filename(2) = 'EXFtauy ',
26     #
27     frequency(3) = -36000.,
28     fields(1,3) = 'EXFqnet ',
29     filename(3) = 'EXFqnet ',
30     #
31     frequency(4) = -36000.,
32     fields(1,4) = 'EXFempmr',
33     filename(4) = 'EXFempmr',
34     #
35     frequency(5) = -36000.,
36     fields(1,5) = 'EXFhl ',
37     filename(5) = 'EXFhl ',
38     #
39     frequency(6) = -36000.,
40     fields(1,6) = 'EXFhs ',
41     filename(6) = 'EXFhs ',
42     #
43     frequency(7) = -36000.,
44     fields(1,7) = 'EXFswnet',
45     filename(7) = 'EXFswnet',
46     #
47     frequency(8) = -36000.,
48     fields(1,8) = 'EXFlwnet',
49     filename(8) = 'EXFlwnet',
50     #
51     frequency(9) = -36000.,
52     fields(1,9) = 'EXFuwind',
53     filename(9) = 'EXFuwind',
54     #
55     frequency(10) = -36000.,
56     fields(1,10) = 'EXFvwind',
57     filename(10) = 'EXFvwind',
58     #
59     frequency(11) = -36000.,
60     fields(1,11) = 'EXFatemp',
61     filename(11) = 'EXFatemp',
62     #
63     frequency(12) = 36000.,
64     fields(1,12) = 'SIarea ',
65     filename(12) = 'SIarea ',
66     #
67     frequency(13) = 36000.,
68     fields(1,13) = 'SIheff ',
69     filename(13) = 'SIheff ',
70     #
71     frequency(14) = 36000.,
72     fields(1,14) = 'SIhsnow ',
73     filename(14) = 'SIhsnow ',
74     #
75     frequency(15) = 36000.,
76     fields(1,15) = 'SIuice ',
77     filename(15) = 'SIuice ',
78     #
79     frequency(16) = 36000.,
80     fields(1,16) = 'SIvice ',
81     filename(16) = 'SIvice ',
82     #
83     frequency(17) = 36000.,
84     fields(1,17) = 'KPPhbl ',
85     filename(17) = 'KPPhbl ',
86     #
87     frequency(18) = 36000.,
88     fields(1,18) = 'KPPmld ',
89     filename(18) = 'KPPmld ',
90     #
91     frequency(19) = 36000.,
92     fields(1,19) = 'KPPghat ',
93     filename(19) = 'KPPghat ',
94     #
95     &
96    
97     # Parameter for Diagnostics of per level statistics:
98     #-----------------
99     # for each output-stream:
100     # stat_fname(n) : prefix of the output file name (only 8.c long) for outp.stream n
101     # stat_freq(n):< 0 : write snap-shot output every |stat_freq| seconds
102     # > 0 : write time-average output every stat_freq seconds
103     # stat_phase(n) : write at time = stat_phase + multiple of |stat_freq|
104     # stat_region(:,n) : list of "regions" (default: 1 region only=global)
105     # stat_fields(:,n) : list of diagnostics fields (8.c) (see "available_diagnostics.log"
106     # file for the list of all available diag. in this particular config)
107     #-----------------
108     &DIAG_STATIS_PARMS
109     #- an example just to check the agreement with MONITOR output:
110     #stat_fields(1,1)= 'ETAN ','UVEL ','VVEL ','WVEL ', 'THETA ',
111     # stat_fname(1)= 'dynStDiag',
112     # stat_freq(1)= -36000.,
113     # stat_phase(1)= 0.,
114     &

  ViewVC Help
Powered by ViewVC 1.1.22