/[MITgcm]/MITgcm/pkg/offline/OFFLINE_SWITCH.h
ViewVC logotype

Contents of /MITgcm/pkg/offline/OFFLINE_SWITCH.h

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


Revision 1.1 - (show annotations) (download)
Sun Jul 7 22:25:13 2013 UTC (10 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, 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, checkpoint64k, checkpoint65, checkpoint64m, checkpoint64l, HEAD
File MIME type: text/plain
- add S/R OFFLINE_CHECK to print offline parameter summary
  and stop if loading a file that is not used;

1 C $Header: /u/gcmpack/MITgcm/pkg/offline/OFFLINE.h,v 1.11 2013/07/04 22:52:59 jmc Exp $
2 C $Name: $
3
4 C !ROUTINE: OFFLINE_SWITCH.h
5 C -------------------------------
6 C OFFLINE_SWITCH.h
7 C variable for switching on/off some calculations
8 C -------------------------------
9
10 C offlineLoadGMRedi :: load from file GMRedi tensor (do not compute it)
11 C offlineLoadKPP :: load from file KPP mixing coeff (do not compute it)
12 C offlineLoadConvec :: load from file Convective mixing (do not compute it)
13 COMMON /OFFLINE_SWITCH_L/
14 & offlineLoadGMRedi, offlineLoadKPP, offlineLoadConvec
15 LOGICAL offlineLoadGMRedi
16 LOGICAL offlineLoadKPP
17 LOGICAL offlineLoadConvec
18
19 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

  ViewVC Help
Powered by ViewVC 1.1.22