/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Mon Mar 4 19:01:29 2002 UTC (22 years, 2 months ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint46n_post, checkpoint47e_post, checkpoint46l_post, checkpoint46g_pre, checkpoint47c_post, checkpoint50c_post, checkpoint46f_post, checkpoint48e_post, checkpoint50c_pre, checkpoint44f_post, checkpoint46b_post, checkpoint48i_post, checkpoint46l_pre, checkpoint50d_pre, checkpoint51, checkpoint50, checkpoint50d_post, checkpoint50b_pre, checkpoint48b_post, checkpoint51d_post, checkpoint48c_pre, checkpoint47d_pre, checkpoint47a_post, checkpoint48d_pre, checkpoint47i_post, checkpoint47d_post, checkpoint46d_pre, checkpoint48d_post, checkpoint48f_post, checkpoint45d_post, checkpoint46j_pre, checkpoint44h_pre, checkpoint48h_post, checkpoint51b_pre, checkpoint46a_post, checkpoint47g_post, checkpoint46j_post, checkpoint46k_post, checkpoint46b_pre, checkpoint48a_post, checkpoint45a_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint47j_post, branch-exfmods-tag, checkpoint44g_post, checkpoint46e_pre, checkpoint48c_post, checkpoint45b_post, checkpoint51b_post, checkpoint51c_post, checkpoint46c_pre, checkpoint46, checkpoint47b_post, checkpoint46h_pre, checkpoint46m_post, checkpoint46a_pre, checkpoint50g_post, checkpoint45c_post, checkpoint44h_post, checkpoint46g_post, checkpoint50h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint47f_post, checkpoint50e_post, checkpoint46i_post, checkpoint46c_post, checkpoint46e_post, checkpoint51e_post, checkpoint47, checkpoint45, checkpoint48, checkpoint49, checkpoint46h_post, checkpoint51f_pre, checkpoint48g_post, checkpoint47h_post, checkpoint46d_post, checkpoint50b_post, checkpoint51a_post
Branch point for: branch-exfmods-curt, ecco-branch
File MIME type: text/plain
Added PTRACERS package

This allows an arbitrary number of passive tracers to be integrated
forward simultaneously with the dynamicaly model.
 + Implemented so far:
    - basic forward algorithm (time-stepping, advection, diffusion, convection)
    - I/O and checkpointing
    - GM/Redi  *but*  using the GM/Redi coefficient of Salt
 + Not implemented so far:
    - KPP
    - OBCS
 + No specific example supplied (yet) but global_ocean.90x40x15 has the
   necessary data.ptracer file. Simply use -enable=ptracers and uncomment
   line in data.pkg. PTRACER01 then reproduces Salt exactly.
 + This package is disabled by default since it increases storage.

1 adcroft 1.1 C $Header: /u/gcmpack/models/MITgcmUV/pkg/gmredi/GMREDI_OPTIONS.h,v 1.3 2001/02/04 14:38:49 cnh Exp $
2     C $Name: $
3    
4     C CPP options file for PTRACERS package
5     C
6     C Use this file for selecting options within the PTRACERS package
7     C
8     C PTRACERS is enabled with ALLOW_PTRACERS in CPP_OPTIONS.h or in
9     C the Makefile with DEFINES=-DALLOW_PTRACERS
10    
11     #include "CPP_OPTIONS.h"
12    
13     #ifdef ALLOW_PTRACERS
14    
15     C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist.
16     C This CPP macro is *only* used in PTRACERS.h to set an integer parameter.
17     C <Please> do not make use of it elsewhere.
18     C
19     C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile
20     C with DEFINES=-DNUMBER_OF_PTRACERS=4
21     C
22     C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS
23     C is set then NUMBER_OF_PTRACERS is set here (default 1)
24     #ifndef NUMBER_OF_PTRACERS
25     #define NUMBER_OF_PTRACERS 2
26     #endif
27    
28     #endif /* ALLOW_PTRACERS */

  ViewVC Help
Powered by ViewVC 1.1.22