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

Annotation of /MITgcm_contrib/nesting_sannino/nest_parent/nest_parent_io_1.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_1(
11     I myTime,
12     I myIter,
13     I myThid )
14    
15     C !DESCRIPTION:
16     C
17     C !USES:
18     IMPLICIT NONE
19     #include "SIZE.h"
20     #include "EEPARAMS.h"
21     #include "PARAMS.h"
22    
23     C !INPUT/OUTPUT PARAMETERS:
24     C myThid - Thread number for this instance of the routine.
25     C myIter - Iteration number
26     C myTime - Current time of simulation ( s )
27     INTEGER myThid
28     INTEGER myIter
29     _RL myTime
30     CEOP
31    
32     C Generaly only thread 1 does IO here. It can not start until
33     C all threads fields are ready.
34    
35     _BARRIER
36    
37     C Write model state to binary file
38     CALL NEST_PARENT_WRITE_STATE_1( myTime, myIter, myThid )
39    
40     RETURN
41     END

  ViewVC Help
Powered by ViewVC 1.1.22