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

Diff of /MITgcm/verification/global_with_exf/input/data.exf

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

revision 1.4 by dimitri, Thu Aug 7 02:31:29 2003 UTC revision 1.12 by mlosch, Thu Apr 16 16:07:26 2015 UTC
# Line 1  Line 1 
 #  
1  # *********************  # *********************
2  # External Forcing Data  # External Forcing Data
3  # *********************  # *********************
4   &EXF_NML   &EXF_NML_01
5   hfluxstartdate1=19920101,   exf_iprec         = 32,
6   hfluxstartdate2=000000,   exf_debugLev      = 3,
7   hfluxperiod=2592000.0,   &
8   hflux_lon0    = 2  
9   hflux_lon_inc = 4  # *********************
10   hflux_lat0    = -78   &EXF_NML_02
11   hflux_lat_inc = 40*4  #hfluxstartdate1   = 19920101,
12   hflux_nlon    = 90  #hfluxstartdate2   = 000000,
13   hflux_nlat    = 40   hfluxperiod       = -12.,
14  #  #
15   sfluxstartdate1=19920101,  #sfluxstartdate1   = 19920101,
16   sfluxstartdate2=000000,  #sfluxstartdate2   = 000000,
17   sfluxperiod=2592000.0,   sfluxperiod       = -12.,
18   sflux_lon0    = 2  #
19   sflux_lon_inc = 4  #ustressstartdate1 = 19920101,
20   sflux_lat0    = -78  #ustressstartdate2 = 000000,
21   sflux_lat_inc = 40*4   ustressperiod     = -12.,
22   sflux_nlon    = 90  #
23   sflux_nlat    = 40  #vstressstartdate1 = 19920101,
24  #  #vstressstartdate2 = 000000,
25   ustressstartdate1=19920101,   vstressperiod     = -12.,
26   ustressstartdate2=000000,  #
27   ustressperiod=2592000.0,  #climsststartdate1 = 19920101,
28   ustress_lon0    = 0  #climsststartdate2 = 000000,
29   ustress_lon_inc = 4   climsstperiod     = -12.,
30   ustress_lat0    = -78  # 2 months restoring timescale for temperature
31   ustress_lat_inc = 40*4   climsstTauRelax   = 5184000.,
32   ustress_nlon    = 90  #
33   ustress_nlat    = 40  #climsssstartdate1 = 19920101,
34  #  #climsssstartdate2 = 000000,
35   vstressstartdate1=19920101,   climsssperiod     = -12.,
36   vstressstartdate2=000000,  # 6 months restoring timescale for salinity
37   vstressperiod=2592000.0,   climsssTauRelax   = 15552000.,
  vstress_lon0    = 2  
  vstress_lon_inc = 4  
  vstress_lat0    = -80  
  vstress_lat_inc = 40*4  
  vstress_nlon    = 90  
  vstress_nlat    = 40  
38  #  #
39   hfluxfile    = 'ncep_qnet.bin',   hfluxfile    = 'ncep_qnet.bin',
40  # sfluxfile    = 'ncep_emp.bin',  #sfluxfile    = 'ncep_emp.bin',
41    # here we deviate from the general pattern and prescribe a forcing fiels
42    # with (i,j)=(1,1) at the NW (.flipped) instead of the SW (.bin) corner
43    # to test the correpsonding code, see also below
44   ustressfile  = 'trenberth_taux.bin',   ustressfile  = 'trenberth_taux.bin',
45   vstressfile  = 'trenberth_tauy.bin',   vstressfile  = 'trenberth_tauy.bin',
46     climsstfile  = 'lev_sst.bin',
47     climsssfile  = 'lev_sss.bin',
48    #
49     &
50    
51    # *********************
52     &EXF_NML_03
53     &
54    
55    # *********************
56     &EXF_NML_04
57     hflux_lon0    = 2.,
58     hflux_lon_inc = 4.,
59     hflux_lat0    = -78.,
60     hflux_lat_inc = 39*4.,
61     hflux_nlon    = 90,
62     hflux_nlat    = 40,
63    #
64     sflux_lon0    = 2.,
65     sflux_lon_inc = 4.,
66     sflux_lat0    = -78.,
67     sflux_lat_inc = 39*4.,
68     sflux_nlon    = 90,
69     sflux_nlat    = 40,
70    #
71    # here we deviate from the general pattern and prescribe a forcing fiels
72    # with (i,j)=(1,1) at the NW instead of the SW corner; the grid
73    # information has been change so that latitude now starts in the north
74     ustress_lon0    = 0.,
75     ustress_lon_inc = 4.,
76     ustress_lat0    = -78.,
77     ustress_lat_inc = 39*4.,
78     ustress_nlon    = 90,
79     ustress_nlat    = 40,
80    #
81     vstress_lon0    = 2.,
82     vstress_lon_inc = 4.,
83     vstress_lat0    = -80.,
84     vstress_lat_inc = 39*4.,
85     vstress_nlon    = 90,
86     vstress_nlat    = 40,
87    #
88     climsst_lon0    = 2.,
89     climsst_lon_inc = 4.,
90     climsst_lat0    = -78.,
91     climsst_lat_inc = 39*4.,
92     climsst_nlon    = 90,
93     climsst_nlat    = 40,
94    #
95     climsss_lon0    = 2.,
96     climsss_lon_inc = 4.,
97     climsss_lat0    = -78.,
98     climsss_lat_inc = 39*4.,
99     climsss_nlon    = 90,
100     climsss_nlat    = 40,
101  #  #
  exf_iprec         = 32,  
  exf_yftype        = 'RL',  
102   &   &

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22