/[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.20 by dimitri, Sun Apr 8 09:21:14 2007 UTC revision 1.36 by dimitri, Tue Jun 16 20:57:45 2009 UTC
# Line 1  Line 1 
1  # *********************  # *********************
2  # External Forcing Data  # External Forcing Data
3  # *********************  # *********************
  &EXF_NML  
4  #  #
5     &EXF_NML_01
6   exf_albedo        = 0.15,   exf_albedo        = 0.15,
7     exf_scal_BulkCdn  = 1.015,
8     exf_iprec         = 32,
9     exf_yftype        = 'RL',
10     useExfYearlyFields= .TRUE.,
11   useExfCheckRange  = .FALSE.,   useExfCheckRange  = .FALSE.,
12     useRelativeWind   = .TRUE.,
13     &
14  #  #
15   precipstartdate1  = 19920101,   &EXF_NML_02
16     precipfile        = '../../cube78_forcing/cube78_rain',
17     atempfile         = '../../cube78_forcing/cube78_tmp2m_degC',
18     aqhfile           = '../../cube78_forcing/cube78_spfh2m',
19     swdownfile        = '../../cube78_forcing/cube78_dsw',
20     lwdownfile        = '../../cube78_forcing/cube78_dlw',
21     uwindfile         = '../../cube78_forcing/cube78_u10m',
22     vwindfile         = '../../cube78_forcing/cube78_v10m',
23     runofffile        = '../../cube78_forcing/runoff-360x180x12.bin',
24    #
25     precipstartdate1  = 19790101,
26    # precipstartdate2   060000 for NCEP-type (ncep,core,godae,cube49,gpcp,cube61)
27    # precipstartdate2   030000 for ERA-type (era_half,era_full,cube75,cube78a,cube78)
28   precipstartdate2  = 030000,   precipstartdate2  = 030000,
29   precipperiod      = 21600.0,   precipperiod      = 21600.0,
30     atempstartdate1   = 19790101,
31     atempstartdate2   = 000000,
32     atempperiod       = 21600.0,
33     aqhstartdate1     = 19790101,
34     aqhstartdate2     = 000000,
35     aqhperiod         = 21600.0,
36     swdownstartdate1  = 19790101,
37     swdownstartdate2  = 030000,
38     swdownperiod      = 21600.0,
39     lwdownstartdate1  = 19790101,
40     lwdownstartdate2  = 030000,
41     lwdownperiod      = 21600.0,
42     uwindstartdate1   = 19790101,
43     uwindstartdate2   = 000000,
44     uwindperiod       = 21600.0,
45     vwindstartdate1   = 19790101,
46     vwindstartdate2   = 000000,
47     vwindperiod       = 21600.0,
48    # "*period=-12" specifies monthly-mean forcing
49     runoffperiod      = -12,
50     &
51    #
52     &EXF_NML_03
53     exf_offset_atemp  = 273.15,
54     exf_inscal_swdown = -1.,
55     exf_inscal_lwdown = -1.,
56     exf_inscal_runoff = 3.1710e-08,
57     &
58    #
59     &EXF_NML_04
60   precip_lon0       = 0.0D0,   precip_lon0       = 0.0D0,
61   precip_lon_inc    = 1.125D0,   precip_lon_inc    = 1.125D0,
62   precip_lat0       = -89.142D0,   precip_lat0       = -89.142D0,
# Line 18  Line 66 
66   precip_nlon       = 320,   precip_nlon       = 320,
67   precip_nlat       = 160,   precip_nlat       = 160,
68  #  #
  exf_offset_atemp  = 273.15,  
  atempstartdate1   = 19920101,  
  atempstartdate2   = 000000,  
  atempperiod       = 21600.0,  
69   atemp_lon0        = 0.0D0,   atemp_lon0        = 0.0D0,
70   atemp_lon_inc     = 1.125D0,   atemp_lon_inc     = 1.125D0,
71   atemp_lat0        = -89.142D0,   atemp_lat0        = -89.142D0,
# Line 31  Line 75 
75   atemp_nlon        = 320,   atemp_nlon        = 320,
76   atemp_nlat        = 160,   atemp_nlat        = 160,
77  #  #
  aqhstartdate1     = 19920101,  
  aqhstartdate2     = 000000,  
  aqhperiod         = 21600.0,  
78   aqh_lon0          = 0.0D0,   aqh_lon0          = 0.0D0,
79   aqh_lon_inc       = 1.125D0,   aqh_lon_inc       = 1.125D0,
80   aqh_lat0          = -89.142D0,   aqh_lat0          = -89.142D0,
# Line 43  Line 84 
84   aqh_nlon          = 320,   aqh_nlon          = 320,
85   aqh_nlat          = 160,   aqh_nlat          = 160,
86  #  #
  exf_inscal_swdown = -1.,  
  swdownstartdate1  = 19920101,  
  swdownstartdate2  = 030000,  
  swdownperiod      = 21600.0,  
87   swdown_lon0       = 0.0D0,   swdown_lon0       = 0.0D0,
88   swdown_lon_inc    = 1.125D0,   swdown_lon_inc    = 1.125D0,
89   swdown_lat0       = -89.142D0,   swdown_lat0       = -89.142D0,
# Line 56  Line 93 
93   swdown_nlon       = 320,   swdown_nlon       = 320,
94   swdown_nlat       = 160,   swdown_nlat       = 160,
95  #  #
  exf_inscal_lwdown = -1.,  
  lwdownstartdate1  = 19920101,  
  lwdownstartdate2  = 030000,  
  lwdownperiod      = 21600.0,  
96   lwdown_lon0       = 0.0D0,   lwdown_lon0       = 0.0D0,
97   lwdown_lon_inc    = 1.125D0,   lwdown_lon_inc    = 1.125D0,
98   lwdown_lat0       = -89.142D0,   lwdown_lat0       = -89.142D0,
# Line 69  Line 102 
102   lwdown_nlon       = 320,   lwdown_nlon       = 320,
103   lwdown_nlat       = 160,   lwdown_nlat       = 160,
104  #  #
  uwindstartdate1   = 19920101,  
  uwindstartdate2   = 000000,  
  uwindperiod       = 21600.0,  
105   uwind_lon0        = 0.0D0,   uwind_lon0        = 0.0D0,
106   uwind_lon_inc     = 1.125D0,   uwind_lon_inc     = 1.125D0,
107   uwind_lat0        = -89.142D0,   uwind_lat0        = -89.142D0,
# Line 81  Line 111 
111   uwind_nlon        = 320,   uwind_nlon        = 320,
112   uwind_nlat        = 160,   uwind_nlat        = 160,
113  #  #
  vwindstartdate1   = 19920101,  
  vwindstartdate2   = 000000,  
  vwindperiod       = 21600.0,  
114   vwind_lon0        = 0.0D0,   vwind_lon0        = 0.0D0,
115   vwind_lon_inc     = 1.125D0,   vwind_lon_inc     = 1.125D0,
116   vwind_lat0        = -89.142D0,   vwind_lat0        = -89.142D0,
# Line 92  Line 119 
119                       1.121D0, 1.12D0, 1.118D0, 1.113D0,                       1.121D0, 1.12D0, 1.118D0, 1.113D0,
120   vwind_nlon        = 320,   vwind_nlon        = 320,
121   vwind_nlat        = 160,   vwind_nlat        = 160,
122  # "runoffperiod=-12" specifies monthly-mean climatological forcing  #
  runoffperiod=-12,  
123   runoff_lon0       = 0.50D0,   runoff_lon0       = 0.50D0,
124   runoff_lon_inc    = 1.0D0,   runoff_lon_inc    = 1.0D0,
125   runoff_lat0       = -89.5D0,   runoff_lat0       = -89.5D0,
126   runoff_lat_inc    = 179,   runoff_lat_inc    = 179*1.,
127   runoff_nlon       = 360,   runoff_nlon       = 360,
128   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',  
 #  
  exf_iprec         = 32,  
  exf_yftype        = 'RL',  
  useExfYearlyFields= .TRUE.,  
129   &   &

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.36

  ViewVC Help
Powered by ViewVC 1.1.22