/[MITgcm]/MITgcm_contrib/bbl/code/BBL_OPTIONS.h
ViewVC logotype

Contents of /MITgcm_contrib/bbl/code/BBL_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Thu Nov 18 04:00:04 2010 UTC (14 years, 7 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
This is a first sketch of a bottom boundary layer parameterization
for MITgcm.  The hooks to main model currently reside with pkg/mypackage
and it is temporarily checked in MITgcm_contrib until it clears the
App Store vetting process.  Instructions on running a simple test
integration in a periodic channel are in MITgcm_contrib/bbl/readme.txt
and some output can be viewed using lookat_output.m in same directory.

1 C $Header: $
2 C $Name: $
3
4 C Temporary location until BBL graduates to a proper package
5 #define ALLOW_BBL
6
7 C CPP options file for BBL
8 C
9 C Use this file for selecting options within package "BBL"
10
11 #ifndef BBL_OPTIONS_H
12 #define BBL_OPTIONS_H
13 #include "PACKAGES_CONFIG.h"
14 #ifdef ALLOW_BBL
15
16 #include "CPP_OPTIONS.h"
17
18 C Place CPP define/undef flag here
19
20 #endif /* ALLOW_BBL */
21 #endif /* BBL_OPTIONS_H */
22
23 CEH3 ;;; Local Variables: ***
24 CEH3 ;;; mode:fortran ***
25 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22