/[MITgcm]/MITgcm/pkg/longstep/LONGSTEP_PARAMS.h
ViewVC logotype

Contents of /MITgcm/pkg/longstep/LONGSTEP_PARAMS.h

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


Revision 1.2 - (show annotations) (download)
Tue Jan 12 23:55:48 2010 UTC (14 years, 10 months ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, HEAD
Changes since 1.1: +16 -12 lines
File MIME type: text/plain
longstep: fix tracer conservation with rstar/nonlinear free surface

1 C $Header: /u/gcmpack/MITgcm/pkg/longstep/LONGSTEP_PARAMS.h,v 1.1 2009/06/26 23:10:09 jahn Exp $
2 C $Name: $
3
4 #ifdef ALLOW_LONGSTEP
5
6 CBOP
7 C !ROUTINE: LONGSTEP_PARAMS.h
8 C !INTERFACE:
9 C #include LONGSTEP_PARAMS.h
10
11 C !DESCRIPTION:
12 C Contains parameters for long tracer time step.
13
14 CEOP
15
16 C COMMON /LONGSTEP_PARAMS/ LONGSTEP parameters:
17 C LS_nIter :: number of dynamics time steps between ptracer steps
18 C LS_whenToSample :: when to sample dynamical fields for the longstep average
19 C 0 - at beginning of timestep (reproduces offline results)
20 C 1 - after first THERMODYNAMICS but before DYNAMICS
21 C (use use old U,V,W for advection, but new T,S for GCHEM if
22 C staggerTimeStep=.FALSE.; reproduces online with
23 C staggerTimeStep=.FALSE. for LS_nIter=1)
24 C 2 - after DYNAMICS and second THERMODYNAMICS
25 C (use new U,V,W and T,S; reproduces online with
26 C staggerTimeStep=.TRUE. for LS_nIter=1)
27
28 INTEGER LS_nIter, LS_whenToSample
29 LOGICAL LS_usePmEpR
30 COMMON /LONGSTEP_PARAMS/ LS_nIter, LS_whenToSample, LS_usePmEpR
31
32 #endif /* ALLOW_LONGSTEP */
33

  ViewVC Help
Powered by ViewVC 1.1.22