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

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

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


Revision 1.3 - (show annotations) (download)
Mon Aug 4 22:53:42 2003 UTC (20 years, 10 months ago) by dimitri
Branch: MAIN
Changes since 1.2: +24 -0 lines
checkpoint51f_post
o Added on-the-fly spatial interpolation capability
    "USE_EXF_INTERPOLATION" to pkg/exf.
    This is a temporary Cartesian-grid hack until
    the super-duper ESMF coupler becomes available.
    Usage example is in verification/global_with_exf.
o Bug fix to pkg/ptracers, pkg/generic_advdiff/gad_calc_rhs.F,
    and pkg/kpp/kpp_transport_ptr.F for dealing with tracer
    non-local transport term.

1 #
2 # *********************
3 # External Forcing Data
4 # *********************
5 &EXF_NML
6 hfluxstartdate1=19920101,
7 hfluxstartdate2=000000,
8 hfluxperiod=2592000.0,
9 hflux_lon0 = 2
10 hflux_lon_inc = 4
11 hflux_lat0 = -78
12 hflux_lat_inc = 40*4
13 hflux_nlon = 90
14 hflux_nlat = 40
15 #
16 sfluxstartdate1=19920101,
17 sfluxstartdate2=000000,
18 sfluxperiod=2592000.0,
19 sflux_lon0 = 2
20 sflux_lon_inc = 4
21 sflux_lat0 = -78
22 sflux_lat_inc = 40*4
23 sflux_nlon = 90
24 sflux_nlat = 40
25 #
26 ustressstartdate1=19920101,
27 ustressstartdate2=000000,
28 ustressperiod=2592000.0,
29 ustress_lon0 = 2
30 ustress_lon_inc = 4
31 ustress_lat0 = -78
32 ustress_lat_inc = 40*4
33 ustress_nlon = 90
34 ustress_nlat = 40
35 #
36 vstressstartdate1=19920101,
37 vstressstartdate2=000000,
38 vstressperiod=2592000.0,
39 vstress_lon0 = 2
40 vstress_lon_inc = 4
41 vstress_lat0 = -78
42 vstress_lat_inc = 40*4
43 vstress_nlon = 90
44 vstress_nlat = 40
45 #
46 hfluxfile = 'ncep_qnet.bin',
47 # sfluxfile = 'ncep_emp.bin',
48 ustressfile = 'trenberth_taux.bin',
49 vstressfile = 'trenberth_tauy.bin',
50 #
51 exf_iprec = 32,
52 exf_yftype = 'RL',
53 &

  ViewVC Help
Powered by ViewVC 1.1.22