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

Contents of /MITgcm/pkg/ptracers/PTRACERS_RESTART.h

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


Revision 1.1 - (show annotations) (download)
Mon Dec 17 22:03:15 2007 UTC (16 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint61p, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint59o, checkpoint59p, checkpoint59n, checkpoint59r, checkpoint61x, checkpoint61y, checkpoint59m, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint61q, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint61z, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint59q, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint61r, checkpoint59l, checkpoint61s
File MIME type: text/plain
add internal parameter and flags:
a) ptracer multi-Dim advection flag and AdamsBashforth flag
b) starting AdamsBashforth flag (in new header file: PTRACERS_RESTART.h)

1 C $Header: $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: PTRACERS_RESTART.h
6 C !INTERFACE:
7 C include "PTRACERS_RESTART.h"
8 C
9 C !DESCRIPTION:
10 C \bv
11 C *==========================================================*
12 C | PTRACERS_RESTART.h
13 C | o Holds passive-tracer internal parameters related
14 C | to restart process
15 C *==========================================================*
16 C | Passive-tracer internal parameters/variables related to
17 C | writing or reading pickup for a restart.
18 C | Note:
19 C | external parameters (read from parameter file "data.ptracers")
20 C | stay in PTRACERS_PARAMS.h and should not appear here ;
21 C | therefore, this header file should not be included
22 C | in S/R PTRACERS_READPARMS.
23 C *==========================================================*
24 C \ev
25 CEOP
26
27 C-- COMMON / PTRACERS_RESTART_I / Integer valued parameters used for restart
28 C PTRACERS_StartAB :: number of gPtr previous time levels that are
29 C available to start (or restart) Adams-Bashforth
30 COMMON / PTRACERS_RESTART_I /
31 & PTRACERS_StartAB
32 INTEGER PTRACERS_StartAB(PTRACERS_num)
33

  ViewVC Help
Powered by ViewVC 1.1.22