/[MITgcm]/MITgcm_contrib/darwin/pkg/gchem/gchem_write_pickup.F
ViewVC logotype

Annotation of /MITgcm_contrib/darwin/pkg/gchem/gchem_write_pickup.F

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


Revision 1.1 - (hide annotations) (download)
Mon Jun 2 20:32:49 2008 UTC (17 years, 1 month ago) by jahn
Branch: MAIN
CVS Tags: ctrb_darwin_ckpt61i_20090224, ctrb_darwin_ckpt61d_20081212, ctrb_darwin_ckpt59p_20080604, ctrb_darwin_ckpt61h_20090224, ctrb_darwin_ckpt61_20080822, ctrb_darwin_ckpt61_20080624, ctrb_darwin_ckpt61d_20081013, ctrb_darwin_ckpt59q_20080605, ctrb_darwin_ckpt61b_20080822, ctrb_darwin_ckpt59r_20080606, ctrb_darwin_ckpt60_20080619
upgrade to MITgcm checkpoint59p (move darwin params to data.darwin)

1 jahn 1.1 C $Header$
2     C $Name$
3    
4     #include "GCHEM_OPTIONS.h"
5    
6     CBOP
7     C !ROUTINE: GCHEM_WRITE_PICKUP
8    
9     C !INTERFACE: ==========================================================
10     SUBROUTINE GCHEM_WRITE_PICKUP( permPickup, suff,
11     I myTime, myIter, myThid )
12    
13     C !DESCRIPTION:
14     C Writes pickup files needed for a restart
15     C (wrapper interface to GCHEM sub-packages)
16    
17     C !USES: ===============================================================
18     IMPLICIT NONE
19     C === Global variables ===
20     #include "SIZE.h"
21     #include "EEPARAMS.h"
22     c#include "PARAMS.h"
23     #include "GCHEM.h"
24    
25     C !INPUT PARAMETERS: ===================================================
26     C permPickup :: write a permanent pickup
27     C suff :: suffix for pickup file (eg. ckptA or 0000000010)
28     C myTime :: Current time in simulation
29     C myIter :: Current iteration number in simulation
30     C myThid :: My Thread Id number
31     LOGICAL permPickup
32     CHARACTER*(*) suff
33     _RL myTime
34     INTEGER myIter
35     INTEGER myThid
36     CEOP
37    
38     #ifdef ALLOW_GCHEM
39     C !LOCAL VARIABLES:
40    
41     #ifdef ALLOW_DIC
42     IF ( useDIC ) THEN
43     CALL DIC_WRITE_PICKUP( permPickup, suff,
44     I myTime, myIter, myThid )
45     ENDIF
46     #endif /* ALLOW_DIC */
47    
48     #endif /* ALLOW_GCHEM */
49     RETURN
50     END

  ViewVC Help
Powered by ViewVC 1.1.22