/[MITgcm]/MITgcm/pkg/dic/DIC_LOAD.h
ViewVC logotype

Contents of /MITgcm/pkg/dic/DIC_LOAD.h

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


Revision 1.8 - (show annotations) (download)
Sun Apr 17 21:08:40 2011 UTC (13 years, 1 month ago) by jmc
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, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65d, checkpoint65e, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x
Changes since 1.7: +20 -15 lines
File MIME type: text/plain
- call S/R GET_PERIODIC_INTERVAL to get interp. weights and time reccord number;
- apply EXCH to temp arrays [0,1] after loading in dic_fields_load.F

1 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_LOAD.h,v 1.7 2010/01/02 22:52:55 jmc Exp $
2 C $Name: $
3
4 C-- COMMON /DIC_LOAD/
5 C DIC_ldRec :: time-record currently loaded (in temp arrays *[1])
6
7 COMMON /DIC_LOAD_I/ DIC_ldRec
8 COMMON /DIC_LOAD_RS/
9 & dicwind0, dicwind1, ice0, ice1, atmosp0,
10 & atmosp1, silica0, silica1
11 #ifdef READ_PAR
12 & ,par0, par1
13 #endif
14 #ifdef ALLOW_FE
15 & ,feinput0,feinput1
16 #endif
17
18 INTEGER DIC_ldRec(nSx,nSy)
19 _RS dicwind0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20 _RS dicwind1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21 _RS ice0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22 _RS ice1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23 _RS atmosp0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
24 _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
25 _RS silica0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26 _RS silica1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27 #ifdef READ_PAR
28 _RS par0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
29 _RS par1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30 #endif
31 #ifdef ALLOW_FE
32 _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
33 _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
34 #endif
35
36 CEH3 ;;; Local Variables: ***
37 CEH3 ;;; mode:fortran ***
38 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22