/[MITgcm]/MITgcm/verification/seaice_obcs/input/data.exf
ViewVC logotype

Annotation of /MITgcm/verification/seaice_obcs/input/data.exf

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


Revision 1.2 - (hide annotations) (download)
Tue Feb 26 15:32:30 2008 UTC (16 years, 2 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59o, checkpoint62b, checkpoint62a, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.1: +13 -1 lines
added siob* paramaters to data.exf as an example of specifying seaice open
boundary conditions that have a different sampling frequency than S/T/U/V obcs

1 dimitri 1.2 # $Header: /u/gcmpack/MITgcm/verification/seaice_obcs/input/data.exf,v 1.1 2008/01/08 10:39:32 dimitri Exp $
2 dimitri 1.1 #
3     # *********************
4     # External Forcing Data
5     # *********************
6     &EXF_NML_01
7     #
8     useExfCheckRange = .TRUE.,
9     repeatPeriod = 31622400.0,
10     exf_iprec = 32,
11     exf_yftype = 'RL',
12     #
13     &
14    
15     # *********************
16     &EXF_NML_02
17     #
18     hfluxstartdate1 = 19781216,
19     hfluxstartdate2 = 180000,
20     hfluxperiod = 2635200.0,
21     #
22     sfluxstartdate1 = 19781216,
23     sfluxstartdate2 = 180000,
24     sfluxperiod = 2635200.0,
25     #
26     ustressstartdate1 = 19781216,
27     ustressstartdate2 = 180000,
28     ustressperiod = 2635200.0,
29     #
30     vstressstartdate1 = 19781216,
31     vstressstartdate2 = 180000,
32     vstressperiod = 2635200.0,
33     #
34     atempstartdate1 = 19781216,
35     atempstartdate2 = 180000,
36     atempperiod = 2635200.0,
37     #
38     aqhstartdate1 = 19781216,
39     aqhstartdate2 = 180000,
40     aqhperiod = 2635200.0,
41     #
42     #evapstartdate1 = 19781216,
43     #evapstartdate2 = 180000,
44     #evapperiod = 2635200.0,
45     #
46     precipstartdate1 = 19781216,
47     precipstartdate2 = 180000,
48     precipperiod = 2635200.0,
49     #
50     uwindstartdate1 = 19781216,
51     uwindstartdate2 = 180000,
52     uwindperiod = 2635200.0,
53     #
54     vwindstartdate1 = 19781216,
55     vwindstartdate2 = 180000,
56     vwindperiod = 2635200.0,
57     #
58     swfluxstartdate1 = 19781216,
59     swfluxstartdate2 = 180000,
60     swfluxperiod = 2635200.0,
61     #
62     lwfluxstartdate1 = 19781216,
63     lwfluxstartdate2 = 180000,
64     lwfluxperiod = 2635200.0,
65     #
66     swdownstartdate1 = 19781216,
67     swdownstartdate2 = 180000,
68     swdownperiod = 2635200.0,
69     #
70     lwdownstartdate1 = 19781216,
71     lwdownstartdate2 = 180000,
72     lwdownperiod = 2635200.0,
73     #
74     climsststartdate1 = 19781216,
75     climsststartdate2 = 180000,
76     climsstperiod = 2635200.0,
77     #
78     climsssstartdate1 = 19781216,
79     climsssstartdate2 = 180000,
80     climsssperiod = 2635200.0,
81     #
82     hfluxfile = ' ',
83     sfluxfile = ' ',
84     ustressfile = ' ',
85     vstressfile = ' ',
86     atempfile = 'tair.seaice_obcs',
87     aqhfile = 'qa.seaice_obcs',
88     uwindfile = 'u10m.seaice_obcs',
89     vwindfile = 'v10m.seaice_obcs',
90     precipfile = 'prate.seaice_obcs',
91     lwfluxfile = ' ',
92     swfluxfile = ' ',
93     lwdownfile = 'flo.seaice_obcs',
94     swdownfile = 'fsh.seaice_obcs',
95     runoffFile = ' '
96     climsstfile = ' ',
97     climsssfile = 'SSS_monthly.seaice_obcs',
98     &
99    
100     # *********************
101     &EXF_NML_03
102     &
103    
104     # *********************
105     &EXF_NML_04
106     &
107    
108     # *********************
109     &EXF_NML_OBCS
110     obcsSstartdate1 = 19790101,
111     obcsSstartdate2 = 000000,
112     obcsSperiod = 3600.0,
113     #
114     obcsNstartdate1 = 19790101,
115     obcsNstartdate2 = 000000,
116     obcsNperiod = 3600.0,
117     #
118     obcsWstartdate1 = 19790101,
119     obcsWstartdate2 = 000000,
120     obcsWperiod = 3600.0,
121     #
122     obcsEstartdate1 = 19790101,
123     obcsEstartdate2 = 000000,
124     obcsEperiod = 3600.0,
125 dimitri 1.2 #
126     siobSstartdate1 = 19790101,
127     siobSstartdate2 = 000000,
128     siobSperiod = 3600.0,
129     #
130     siobNstartdate1 = 19790101,
131     siobNstartdate2 = 000000,
132     siobNperiod = 3600.0,
133     #
134     siobWstartdate1 = 19790101,
135     siobWstartdate2 = 000000,
136     siobWperiod = 3600.0,
137 dimitri 1.1 &

  ViewVC Help
Powered by ViewVC 1.1.22