23 |
c pkg/exf CPP options: |
c pkg/exf CPP options: |
24 |
c -------------------- |
c -------------------- |
25 |
c |
c |
|
c >>> INCLUDE_EXTERNAL_FORCING_PACKAGE <<< |
|
|
c Include this package into the setup. |
|
|
c |
|
26 |
c >>> EXF_VERBOSE <<< |
c >>> EXF_VERBOSE <<< |
27 |
c Do a bit more printout for the log file than usual. |
c Do a bit more printout for the log file than usual. |
28 |
c |
c |
143 |
#endif |
#endif |
144 |
|
|
145 |
C Relaxation to monthly climatologies. |
C Relaxation to monthly climatologies. |
146 |
#undef ALLOW_CLIMSST_RELAXATION |
#define ALLOW_CLIMSST_RELAXATION |
147 |
#undef ALLOW_CLIMSSS_RELAXATION |
#define ALLOW_CLIMSSS_RELAXATION |
148 |
|
|
149 |
C Use spatial interpolation to interpolate |
C Use spatial interpolation to interpolate |
150 |
C forcing files from input grid to model grid. |
C forcing files from input grid to model grid. |
151 |
#define USE_EXF_INTERPOLATION |
#define USE_EXF_INTERPOLATION |
152 |
|
|
|
C Subtract UVEL and VVEL from UWIND and VWIND. |
|
|
#define EXF_SUBTRACT_UVVEL_FROM_UVWIND |
|
|
|
|
153 |
#define EXF_INTERP_USE_DYNALLOC |
#define EXF_INTERP_USE_DYNALLOC |
154 |
#if ( defined (EXF_INTERP_USE_DYNALLOC) & defined (USING_THREADS) ) |
#if ( defined (EXF_INTERP_USE_DYNALLOC) & defined (USING_THREADS) ) |
155 |
# define EXF_IREAD_USE_GLOBAL_POINTER |
# define EXF_IREAD_USE_GLOBAL_POINTER |