/[MITgcm]/MITgcm/verification/global_with_exf/input.yearly/data.exf
ViewVC logotype

Annotation of /MITgcm/verification/global_with_exf/input.yearly/data.exf

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


Revision 1.5 - (hide annotations) (download)
Fri Jun 20 14:56:04 2014 UTC (9 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64z, checkpoint65, 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, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, HEAD
Changes since 1.4: +66 -67 lines
add comma to terminate lines in namelist.

1 mlosch 1.1 # *********************
2     # External Forcing Data
3     # *********************
4     &EXF_NML_01
5     #repeatPeriod= 31104000.,
6     exf_iprec = 32,
7     useEXFYearlyFields= .TRUE.,
8 jmc 1.4 exf_debugLev = 4,
9 mlosch 1.1 &
10    
11     # *********************
12     &EXF_NML_02
13 jmc 1.5 hfluxstartdate1 = 19910116,
14     hfluxstartdate2 = 000000,
15     hfluxperiod = 2592000.0,
16     #
17     sfluxstartdate1 = 19910116,
18     sfluxstartdate2 = 000000,
19     sfluxperiod = 2592000.0,
20     #
21     ustressstartdate1 = 19910116,
22     ustressstartdate2 = 000000,
23     ustressperiod = 2592000.0,
24     #
25     vstressstartdate1 = 19910116,
26     vstressstartdate2 = 000000,
27     vstressperiod = 2592000.0,
28     #
29     climsststartdate1 = 19910116,
30     climsststartdate2 = 000000,
31     climsstperiod = 2592000.0,
32 gforget 1.2 # 2 months restoring timescale for temperature
33 jmc 1.5 climsstTauRelax = 5184000.,
34 mlosch 1.1 #
35 jmc 1.5 climsssstartdate1 = 19910116,
36     climsssstartdate2 = 000000,
37     climsssperiod = 2592000.0,
38 gforget 1.2 # 6 months restoring timescale for salinity
39 jmc 1.5 climsssTauRelax = 15552000.,
40 mlosch 1.1 #
41     hfluxfile = 'ncep_qnet.bin',
42 jmc 1.5 #sfluxfile = 'ncep_emp.bin',
43 mlosch 1.1 ustressfile = 'trenberth_taux.bin',
44     vstressfile = 'trenberth_tauy.bin',
45     climsstfile = 'lev_sst.bin',
46     climsssfile = 'lev_sss.bin',
47     #
48     &
49    
50     # *********************
51     &EXF_NML_03
52     &
53    
54     # *********************
55     &EXF_NML_04
56 jmc 1.5 hflux_lon0 = 2.,
57     hflux_lon_inc = 4.,
58     hflux_lat0 = -78.,
59     hflux_lat_inc = 39*4.,
60     hflux_nlon = 90,
61     hflux_nlat = 40,
62     #
63     sflux_lon0 = 2.,
64     sflux_lon_inc = 4.,
65     sflux_lat0 = -78.,
66     sflux_lat_inc = 39*4.,
67     sflux_nlon = 90,
68     sflux_nlat = 40,
69     #
70     ustress_lon0 = 0.,
71     ustress_lon_inc = 4.,
72     ustress_lat0 = -78.,
73     ustress_lat_inc = 39*4.,
74     ustress_nlon = 90,
75     ustress_nlat = 40,
76     #
77     vstress_lon0 = 2.,
78     vstress_lon_inc = 4.,
79     vstress_lat0 = -80.,
80     vstress_lat_inc = 39*4.,
81     vstress_nlon = 90,
82     vstress_nlat = 40,
83     #
84     climsst_lon0 = 2.,
85     climsst_lon_inc = 4.,
86     climsst_lat0 = -78.,
87     climsst_lat_inc = 39*4.,
88     climsst_nlon = 90,
89     climsst_nlat = 40,
90     #
91     climsss_lon0 = 2.,
92     climsss_lon_inc = 4.,
93     climsss_lat0 = -78.,
94     climsss_lat_inc = 39*4.,
95     climsss_nlon = 90,
96     climsss_nlat = 40,
97 mlosch 1.1 #
98     &

  ViewVC Help
Powered by ViewVC 1.1.22