/[MITgcm]/MITgcm_contrib/quarter_degree_global/input/data.exf
ViewVC logotype

Diff of /MITgcm_contrib/quarter_degree_global/input/data.exf

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

revision 1.1 by dimitri, Tue Nov 30 01:29:12 2004 UTC revision 1.5 by dimitri, Wed Nov 12 14:21:03 2008 UTC
# Line 3  Line 3 
3  # *********************  # *********************
4  # External Forcing Data  # External Forcing Data
5  # *********************  # *********************
6   &EXF_NML   &EXF_NML_01
7     exf_iprec         = 32,
8     exf_yftype        = 'RL',
9     exf_inscal_ustress= -1.,
10     exf_inscal_vstress= -1.,
11     exf_inscal_runoff = 3.1710e-08,
12     &
13    
14    # *********************
15     &EXF_NML_02
16   hfluxstartdate1   = 19911231,   hfluxstartdate1   = 19911231,
17   hfluxstartdate2   = 60000,   hfluxstartdate2   = 60000,
18   hfluxperiod       = 86400.0,   hfluxperiod       = 86400.0,
19    #
20     sfluxstartdate1   = 19911231,
21     sfluxstartdate2   = 60000,
22     sfluxperiod       = 86400.0,
23    #
24     ustressstartdate1 = 19911231,
25     ustressstartdate2 = 150000,
26     ustressperiod     = 43200.0,
27    #
28     vstressstartdate1 = 19911231,
29     vstressstartdate2 = 150000,
30     vstressperiod     = 43200.0,
31    #
32     swfluxstartdate1  = 19911231,
33     swfluxstartdate2  = 60000,
34     swfluxperiod      = 86400.0,
35    #
36     climsststartdate1 = 19911231,
37     climsststartdate2 = 120000,
38     climsstperiod     = 86400.0,
39    #
40     hfluxfile         = 'NCEP_R_turbflux_92-02.bin',
41     sfluxfile         = 'NCEP_R_emp_92-02.bin',
42     ustressfile       = 'NCEP_R_ustr_92-02.bin',
43     vstressfile       = 'NCEP_R_vstr_92-02.bin',
44     swfluxfile        = 'NCEP_R_sw_92-02.bin',
45     runofffile        = 'run-off.bin_1x1',
46     climsstfile       = 'NCEP_R_tmp_92-02.bin',
47     climsssfile       = 'lev_surface_salt.bin',
48    #
49     &
50    
51    # *********************
52     &EXF_NML_03
53     &
54    
55    # *********************
56     &EXF_NML_04
57   hflux_lon0        = .5D0,   hflux_lon0        = .5D0,
58   hflux_lon_inc     = 1.D0,   hflux_lon_inc     = 1.D0,
59   hflux_lat0        = -79.5D0,   hflux_lat0        = -79.5D0,
# Line 14  Line 61 
61   hflux_nlon        = 360,   hflux_nlon        = 360,
62   hflux_nlat        = 160,   hflux_nlat        = 160,
63  #  #
  sfluxstartdate1   = 19911231,  
  sfluxstartdate2   = 60000,  
  sfluxperiod       = 86400.0,  
64   sflux_lon0        = .5D0,   sflux_lon0        = .5D0,
65   sflux_lon_inc     = 1.D0,   sflux_lon_inc     = 1.D0,
66   sflux_lat0        = -79.5D0,   sflux_lat0        = -79.5D0,
# Line 24  Line 68 
68   sflux_nlon        = 360,   sflux_nlon        = 360,
69   sflux_nlat        = 160,   sflux_nlat        = 160,
70  #  #
  ustressstartdate1 = 19911231,  
  ustressstartdate2 = 150000,  
  ustressperiod     = 43200.0,  
71   ustress_lon0        = 0.D0,   ustress_lon0        = 0.D0,
72   ustress_lon_inc     = 1.D0,   ustress_lon_inc     = 1.D0,
73   ustress_lat0        = -79.5D0,   ustress_lat0        = -79.5D0,
# Line 34  Line 75 
75   ustress_nlon        = 360,   ustress_nlon        = 360,
76   ustress_nlat        = 160,   ustress_nlat        = 160,
77  #  #
  vstressstartdate1 = 19911231,  
  vstressstartdate2 = 150000,  
  vstressperiod     = 43200.0,  
78   vstress_lon0        = .5D0,   vstress_lon0        = .5D0,
79   vstress_lon_inc     = 1.D0,   vstress_lon_inc     = 1.D0,
80   vstress_lat0        = -80.D0,   vstress_lat0        = -80.D0,
# Line 44  Line 82 
82   vstress_nlon        = 360,   vstress_nlon        = 360,
83   vstress_nlat        = 160,   vstress_nlat        = 160,
84  #  #
85   swfluxstartdate1  = 19911231,   swflux_lon0      
  swfluxstartdate2  = 60000,  
  swfluxperiod      = 86400.0,  
  swflux_lon0        = .5D0,  
86   swflux_lon_inc     = 1.D0,   swflux_lon_inc     = 1.D0,
87   swflux_lat0        = -79.5D0,   swflux_lat0        = -79.5D0,
88   swflux_lat_inc     = 160*1.D0,   swflux_lat_inc     = 160*1.D0,
89   swflux_nlon        = 360,   swflux_nlon        = 360,
90   swflux_nlat        = 160,   swflux_nlat        = 160,
91  #  #
 #  
92   runoff_lon0        = .5D0,   runoff_lon0        = .5D0,
93   runoff_lon_inc     = 1.D0,   runoff_lon_inc     = 1.D0,
94   runoff_lat0        = -79.5D0,   runoff_lat0        = -79.5D0,
# Line 62  Line 96 
96   runoff_nlon        = 360,   runoff_nlon        = 360,
97   runoff_nlat        = 160,   runoff_nlat        = 160,
98  #  #
99   hfluxfile         = 'NCEP_R_turbflux_92-02.bin',   climsst_lon0        = 0.00D0,
100   sfluxfile         = 'NCEP_R_emp_92-02.bin',   climsst_lon_inc     = 1.875D0,
101   ustressfile       = 'NCEP_R_ustr_92-02.bin',   climsst_lat0        = -88.5420D0,
102   vstressfile       = 'NCEP_R_vstr_92-02.bin',   climsst_lat_inc    = 1.8888, 1.9000, 1.9024, 1.9034, 1.9039, 1.9042,
103   swfluxfile        = 'NCEP_R_sw_92-02.bin',      1.9042, 1.9044, 1.9045, 1.9045, 1.9046, 1.9046, 1.9046, 1.9046,
104   runofffile        = 'run-off.bin_1x1',      1.9047, 1.9046, 1.9047, 1.9047, 1.9047, 1.9047, 1.9047, 1.9047,
105  #      1.9047, 1.9047, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9047,
106   exf_iprec         = 32,      1.9047, 1.9048, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9048,
107   exf_yftype        = 'RL',      1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047,
108   &      1.9048, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9048, 1.9047,
109        1.9047, 1.9048, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9048,
110        1.9047, 1.9047, 1.9047, 1.9047, 1.9048, 1.9047, 1.9047, 1.9047,
111        1.9047, 1.9047, 1.9047, 1.9047, 1.9047, 1.9047, 1.9047, 1.9046,
112        1.9047, 1.9046, 1.9046, 1.9046, 1.9046, 1.9045, 1.9045, 1.9044,
113        1.9042, 1.9042, 1.9039, 1.9034, 1.9024, 1.9000, 1.8888, 1.8888
114     climsst_nlon        = 192,
115     climsst_nlat        = 94,
116     &

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22