/[MITgcm]/MITgcm_contrib/high_res_cube/code-mods/ECCO_CPPOPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/code-mods/ECCO_CPPOPTIONS.h

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


Revision 1.5 - (show annotations) (download)
Wed Dec 10 19:40:13 2003 UTC (21 years, 7 months ago) by dimitri
Branch: MAIN
Changes since 1.4: +5 -1 lines
File MIME type: text/plain
o changes to permit hi-res, cubed-sphere, configuration
  - added useSingleCpuIO capability to mdsio_readfield.F and exf_interp.F
  - added "#undef ALLOW_USE_MPI" support to eesupp/src/scatter_2d.F
  - added pkg/exf/exf_set_uv.F for on-the-fly interpolation and rotation
    of surface winds for the cube
  (A verification experiment, based on global_ocean.cs32x15, but with
   pkg/seaice turned on and with on-the-fly interpolation from the NCEP
   Gaussian grid is described in MITgcm_contrib/high_res_cube/README_ice,
   complete with example surface forcing files and matlab scripts to look
   at the output and compare it with that of global_ocean.cs32x15.)

1 C $Header: /usr/local/gcmpack/MITgcm_contrib/high_res_cube/code-mods/ECCO_CPPOPTIONS.h,v 1.4 2003/12/06 22:04:20 dimitri Exp $
2 C $Name: $
3
4 C CPP flags controlling which code is included in the files that
5 C will be compiled.
6 C
7 C ********************************************************************
8 C *** ECCO Package ***
9 C ********************************************************************
10 C
11
12 C ********************************************************************
13 C *** Adjoint Support Package ***
14 C ********************************************************************
15
16
17 C ********************************************************************
18 C *** Calendar Package ***
19 C ********************************************************************
20 C
21 C CPP flags controlling which code is included in the files that
22 C will be compiled.
23
24 CPH >>>>>> THERE ARE NO MORE CAL OPTIONS TO BE SET <<<<<<
25
26 C ********************************************************************
27 C *** Cost function Package ***
28 C ********************************************************************
29 C
30
31 C ********************************************************************
32 C *** Control vector Package ***
33 C ********************************************************************
34 C
35
36 C ********************************************************************
37 C *** External forcing Package ***
38 C ********************************************************************
39 C
40
41 C Do more printout for the protocol file than usual.
42 #define EXF_VERBOSE
43
44 C Options that are required to use pkg/exf with pkg/seaice.
45 #define ALLOW_ATM_TEMP
46 #define ALLOW_ATM_WIND
47 #define ALLOW_DOWNWARD_RADIATION
48 #define ALLOW_RUNOFF
49 #define ALLOW_CLIMSSS_RELAXATION
50 #define ALLOW_BULKFORMULAE
51
52 C Use spatial interpolation to interpolate
53 C forcing files from input grid to model grid.
54 #define USE_EXF_INTERPOLATION

  ViewVC Help
Powered by ViewVC 1.1.22