/[MITgcm]/MITgcm_contrib/nesting_sannino/nest_parent/nest_parent_io_2.F
ViewVC logotype

Annotation of /MITgcm_contrib/nesting_sannino/nest_parent/nest_parent_io_2.F

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


Revision 1.2 - (hide annotations) (download)
Fri Oct 23 19:42:00 2009 UTC (15 years, 9 months ago) by sannino
Branch: MAIN
Changes since 1.1: +0 -0 lines
Check in modifications (bug-fixes plus cleanup)

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/model/src/do_the_model_io.F,v 1.53 2005/05/15 03:02:08 jmc Exp $
2     C $Name: $
3    
4     #include "PACKAGES_CONFIG.h"
5     #include "CPP_OPTIONS.h"
6    
7     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
8     CBOP
9     C !INTERFACE:
10     SUBROUTINE NEST_PARENT_IO_2(
11     I myTime,
12     I myIter,
13     I myThid )
14    
15     C !DESCRIPTION:
16     C
17     C
18     C !USES:
19     IMPLICIT NONE
20     #include "SIZE.h"
21     #include "EEPARAMS.h"
22     #include "PARAMS.h"
23    
24     C !INPUT/OUTPUT PARAMETERS:
25     C myThid - Thread number for this instance of the routine.
26     C myIter - Iteration number
27     C myTime - Current time of simulation ( s )
28     INTEGER myThid
29     INTEGER myIter
30     _RL myTime
31     CEOP
32    
33     C Generaly only thread 1 does IO here. It can not start until
34     C all threads fields are ready.
35    
36     _BARRIER
37    
38     C Write model state to binary file
39     CALL NEST_PARENT_WRITE_STATE_2( myTime, myIter, myThid )
40    
41     RETURN
42     END

  ViewVC Help
Powered by ViewVC 1.1.22