/[MITgcm]/MITgcm/pkg/icefront/ICEFRONT_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/icefront/ICEFRONT_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Wed Jan 20 23:33:45 2010 UTC (14 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint62b
File MIME type: text/plain
Adding the shell of, and the hooks to, a new package that will be
used to model melting and freezing of vertical glacier ice fronts:
 Modified Files:
 	doc/tag-index model/inc/PARAMS.h model/src/do_oceanic_phys.F
 	model/src/external_forcing.F model/src/packages_boot.F
 	model/src/packages_check.F model/src/packages_init_fixed.F
 	model/src/packages_init_variables.F
 	model/src/packages_readparms.F
 Added Files:
 	pkg/icefront/ICEFRONT.h pkg/icefront/ICEFRONT_OPTIONS.h
 	pkg/icefront/icefront_check.F
 	pkg/icefront/icefront_description.tex
 	pkg/icefront/icefront_diagnostics_init.F
 	pkg/icefront/icefront_init_fixed.F
 	pkg/icefront/icefront_init_varia.F
 	pkg/icefront/icefront_readparms.F
 	pkg/icefront/icefront_tendency_apply.F
 	pkg/icefront/icefront_thermodynamics.F

1 dimitri 1.1 C $Header: $
2     C $Name: $
3    
4     C /==========================================================\
5     C | ICEFRONT_OPTIONS.h |
6     C | o CPP options file for ICEFRONT package. |
7     C |==========================================================|
8     C | Use this file for selecting options within the ICEFRONT |
9     C | package. |
10     C \==========================================================/
11    
12     #ifndef ICEFRONT_OPTIONS_H
13     #define ICEFRONT_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15    
16     #ifdef ALLOW_ICEFRONT
17    
18     #include "CPP_OPTIONS.h"
19    
20     C allow code for simple ISOMIP thermodynamics
21     #define ALLOW_ISOMIP_TD
22    
23     #endif /* ALLOW_ICEFRONT */
24     #endif /* ICEFRONT_OPTIONS_H */
25    

  ViewVC Help
Powered by ViewVC 1.1.22