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

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

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


Revision 1.4 - (hide annotations) (download)
Thu Aug 7 02:31:29 2003 UTC (20 years, 10 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint51f_pre
Changes since 1.3: +2 -2 lines
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.
  - See verification/global_with_exf/README for usage example.
  - Removed obsolete EXFwindOnBgrid and SEAICEwindOnCgrid
    flags and modified pkg/seaice accordingly.
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 heimbach 1.2 #
2     # *********************
3     # External Forcing Data
4     # *********************
5     &EXF_NML
6     hfluxstartdate1=19920101,
7     hfluxstartdate2=000000,
8     hfluxperiod=2592000.0,
9 dimitri 1.3 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 heimbach 1.2 #
16     sfluxstartdate1=19920101,
17     sfluxstartdate2=000000,
18     sfluxperiod=2592000.0,
19 dimitri 1.3 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 heimbach 1.2 #
26     ustressstartdate1=19920101,
27     ustressstartdate2=000000,
28     ustressperiod=2592000.0,
29 dimitri 1.4 ustress_lon0 = 0
30 dimitri 1.3 ustress_lon_inc = 4
31     ustress_lat0 = -78
32     ustress_lat_inc = 40*4
33     ustress_nlon = 90
34     ustress_nlat = 40
35 heimbach 1.2 #
36     vstressstartdate1=19920101,
37     vstressstartdate2=000000,
38     vstressperiod=2592000.0,
39 dimitri 1.3 vstress_lon0 = 2
40     vstress_lon_inc = 4
41 dimitri 1.4 vstress_lat0 = -80
42 dimitri 1.3 vstress_lat_inc = 40*4
43     vstress_nlon = 90
44     vstress_nlat = 40
45 heimbach 1.2 #
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