/[MITgcm]/MITgcm_contrib/high_res_cube/input/data.exf_hr
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/input/data.exf_hr

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

revision 1.18 by dimitri, Sat Apr 7 23:57:59 2007 UTC revision 1.28 by dimitri, Fri Sep 7 01:05:58 2007 UTC
# Line 1  Line 1 
1  # *********************  # *********************
2  # External Forcing Data  # External Forcing Data
3  # *********************  # *********************
  &EXF_NML  
4  #  #
5   exf_albedo        = 0.15,   &EXF_NML_01
6     exf_albedo        = 0.150170000000000,
7     exf_scal_BulkCdn  = 1.013280000000000,
8     exf_iprec         = 32,
9     exf_yftype        = 'RL',
10     useExfYearlyFields= .TRUE.,
11     useExfCheckRange  = .FALSE.,
12     &
13    #
14     &EXF_NML_02
15     precipfile        = '../../cube75_forcing/cube75_rain',
16     atempfile         = '../../cube75_forcing/cube75_tmp2m_degC',
17     aqhfile           = '../../cube75_forcing/cube75_spfh2m',
18     swdownfile        = '../../cube75_forcing/cube75_dsw',
19     lwdownfile        = '../../cube75_forcing/cube75_dlw',
20     uwindfile         = '../../cube75_forcing/cube75_u10m',
21     vwindfile         = '../../cube75_forcing/cube75_v10m',
22     runofffile        = '../../cube75_forcing/runoff-360x180x12.bin',
23     climsssfile       = 'PHC_SSS_360x180x12.bin',
24  #  #
25   precipstartdate1  = 19920101,   precipstartdate1  = 19790101,
26   precipstartdate2  = 030000,   precipstartdate2  = 030000,
27   precipperiod      = 21600.0,   precipperiod      = 21600.0,
28     atempstartdate1   = 19790101,
29     atempstartdate2   = 000000,
30     atempperiod       = 21600.0,
31     aqhstartdate1     = 19790101,
32     aqhstartdate2     = 000000,
33     aqhperiod         = 21600.0,
34     swdownstartdate1  = 19790101,
35     swdownstartdate2  = 030000,
36     swdownperiod      = 21600.0,
37     lwdownstartdate1  = 19790101,
38     lwdownstartdate2  = 030000,
39     lwdownperiod      = 21600.0,
40     uwindstartdate1   = 19790101,
41     uwindstartdate2   = 000000,
42     uwindperiod       = 21600.0,
43     vwindstartdate1   = 19790101,
44     vwindstartdate2   = 000000,
45     vwindperiod       = 21600.0,
46    # "*period=-12" specifies monthly-mean forcing
47     runoffperiod      = -12,
48     climsssperiod     = -12.,
49     &
50    #
51     &EXF_NML_03
52     exf_offset_atemp  = 273.15,
53     exf_inscal_swdown = -1.,
54     exf_inscal_lwdown = -1.,
55     exf_inscal_runoff = 3.1710e-08,
56     &
57    #
58     &EXF_NML_04
59   precip_lon0       = 0.0D0,   precip_lon0       = 0.0D0,
60   precip_lon_inc    = 1.125D0,   precip_lon_inc    = 1.125D0,
61   precip_lat0       = -89.142D0,   precip_lat0       = -89.142D0,
# Line 17  Line 65 
65   precip_nlon       = 320,   precip_nlon       = 320,
66   precip_nlat       = 160,   precip_nlat       = 160,
67  #  #
  exf_offset_atemp  = 273.15,  
  atempstartdate1   = 19920101,  
  atempstartdate2   = 000000,  
  atempperiod       = 21600.0,  
68   atemp_lon0        = 0.0D0,   atemp_lon0        = 0.0D0,
69   atemp_lon_inc     = 1.125D0,   atemp_lon_inc     = 1.125D0,
70   atemp_lat0        = -89.142D0,   atemp_lat0        = -89.142D0,
# Line 30  Line 74 
74   atemp_nlon        = 320,   atemp_nlon        = 320,
75   atemp_nlat        = 160,   atemp_nlat        = 160,
76  #  #
  aqhstartdate1     = 19920101,  
  aqhstartdate2     = 000000,  
  aqhperiod         = 21600.0,  
77   aqh_lon0          = 0.0D0,   aqh_lon0          = 0.0D0,
78   aqh_lon_inc       = 1.125D0,   aqh_lon_inc       = 1.125D0,
79   aqh_lat0          = -89.142D0,   aqh_lat0          = -89.142D0,
# Line 42  Line 83 
83   aqh_nlon          = 320,   aqh_nlon          = 320,
84   aqh_nlat          = 160,   aqh_nlat          = 160,
85  #  #
  exf_inscal_swdown = -1.,  
  swdownstartdate1  = 19920101,  
  swdownstartdate2  = 030000,  
  swdownperiod      = 21600.0,  
86   swdown_lon0       = 0.0D0,   swdown_lon0       = 0.0D0,
87   swdown_lon_inc    = 1.125D0,   swdown_lon_inc    = 1.125D0,
88   swdown_lat0       = -89.142D0,   swdown_lat0       = -89.142D0,
# Line 55  Line 92 
92   swdown_nlon       = 320,   swdown_nlon       = 320,
93   swdown_nlat       = 160,   swdown_nlat       = 160,
94  #  #
  exf_inscal_lwdown = -1.,  
  lwdownstartdate1  = 19920101,  
  lwdownstartdate2  = 030000,  
  lwdownperiod      = 21600.0,  
95   lwdown_lon0       = 0.0D0,   lwdown_lon0       = 0.0D0,
96   lwdown_lon_inc    = 1.125D0,   lwdown_lon_inc    = 1.125D0,
97   lwdown_lat0       = -89.142D0,   lwdown_lat0       = -89.142D0,
# Line 68  Line 101 
101   lwdown_nlon       = 320,   lwdown_nlon       = 320,
102   lwdown_nlat       = 160,   lwdown_nlat       = 160,
103  #  #
  uwindstartdate1   = 19920101,  
  uwindstartdate2   = 000000,  
  uwindperiod       = 21600.0,  
104   uwind_lon0        = 0.0D0,   uwind_lon0        = 0.0D0,
105   uwind_lon_inc     = 1.125D0,   uwind_lon_inc     = 1.125D0,
106   uwind_lat0        = -89.142D0,   uwind_lat0        = -89.142D0,
# Line 80  Line 110 
110   uwind_nlon        = 320,   uwind_nlon        = 320,
111   uwind_nlat        = 160,   uwind_nlat        = 160,
112  #  #
  vwindstartdate1   = 19920101,  
  vwindstartdate2   = 000000,  
  vwindperiod       = 21600.0,  
113   vwind_lon0        = 0.0D0,   vwind_lon0        = 0.0D0,
114   vwind_lon_inc     = 1.125D0,   vwind_lon_inc     = 1.125D0,
115   vwind_lat0        = -89.142D0,   vwind_lat0        = -89.142D0,
# Line 91  Line 118 
118                       1.121D0, 1.12D0, 1.118D0, 1.113D0,                       1.121D0, 1.12D0, 1.118D0, 1.113D0,
119   vwind_nlon        = 320,   vwind_nlon        = 320,
120   vwind_nlat        = 160,   vwind_nlat        = 160,
 # "runoffperiod=-12" specifies monthly-mean climatological forcing  
  runoffperiod=-12,  
121   runoff_lon0       = 0.50D0,   runoff_lon0       = 0.50D0,
122   runoff_lon_inc    = 1.0D0,   runoff_lon_inc    = 1.0D0,
123   runoff_lat0       = -89.5D0,   runoff_lat0       = -89.5D0,
124   runoff_lat_inc    = 179,   runoff_lat_inc    = 179*1.,
125   runoff_nlon       = 360,   runoff_nlon       = 360,
126   runoff_nlat       = 180,   runoff_nlat       = 180,
  exf_inscal_runoff = 3.1710e-08,  
 #  
  precipfile        = '../../era40_fullres/ERA40g_rain_',  
  atempfile         = '../../era40_fullres/ERA40g_tmp2m_degC_',  
  aqhfile           = '../../era40_fullres/ERA40g_spfh2m',  
  swdownfile        = '../../era40_fullres/ERA40g_dsw_',  
  lwdownfile        = '../../era40_fullres/ERA40g_dlw_',  
  uwindfile         = '../../era40_fullres/ERA40g_u10m_',  
  vwindfile         = '../../era40_fullres/ERA40g_v10m_',  
  runofffile        = '../../ncep_rgau/runoff-360x180x12.bin',  
127  #  #
128   exf_iprec         = 32,   climsss_lon0      = 0.5,
129   exf_yftype        = 'RL',   climsss_lon_inc   = 1.,
130   useExfYearlyFields= .TRUE.,   climsss_lat0      = -89.5,
131     climsss_lat_inc   = 179*1.,
132     climsss_nlon      = 360,
133     climsss_nlat      = 180,
134   &   &

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.22