/[MITgcm]/MITgcm/model/src/initialise_fixed.F
ViewVC logotype

Diff of /MITgcm/model/src/initialise_fixed.F

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

revision 1.7 by jmc, Fri Jul 6 21:39:37 2001 UTC revision 1.8 by cnh, Wed Sep 26 18:09:15 2001 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
5    
6  CStartOfInterface  CBOP
7    C     !ROUTINE: INITIALISE_FIXED
8    C     !INTERFACE:
9        SUBROUTINE INITIALISE_FIXED(myThid)        SUBROUTINE INITIALISE_FIXED(myThid)
 C     /==========================================================\  
 C     | SUBROUTINE INITIALISE_FIXED                              |  
 C     | o Routine for setting fixed model arrays such as         |  
 C     |   topography, grid, solver matrices, etc.                |  
 C     |==========================================================|  
 C     | INITIALISE_FIXED is invoked at the start of the model to |  
 C     | set fixed model arrays. It reads data from an input file |  
 C     | and from various binary files.                           |  
 C     | Each thread invokes an instance of this routine as does  |  
 C     | each process in a multi-process parallel environment like|  
 C     | MPI.                                                     |  
 C     \==========================================================/  
       IMPLICIT NONE  
10    
11    C     !DESCRIPTION: \bv
12    C     *==========================================================*
13    C     | SUBROUTINE INITIALISE_FIXED                              
14    C     | o Routine for setting fixed model arrays such as          
15    C     |   topography, grid, solver matrices, etc.                
16    C     *==========================================================*
17    C     | INITIALISE_FIXED is invoked at the start of the model to  
18    C     | set fixed model arrays. It reads data from an input file  
19    C     | and from various binary files.                            
20    C     | Each thread invokes an instance of this routine as does  
21    C     | each process in a multi-process parallel environment like
22    C     | MPI.                                                      
23    C     *==========================================================*
24    C     \ev
25    
26    C     !CALLING SEQUENCE:
27    C     INITIALISE_FIXED
28    C      |
29    C      |-- INI_PARMS
30    C      |
31    C      |-- MON_INIT
32    C      |
33    C      |-- INI_GRID
34    C      |
35    C      |-- INI_DEPTHS
36    C      |
37    C      |-- INI_MASKS_ETC
38    C      |
39    C      |-- INI_LINEAR_PHSURF
40    C      |
41    C      |-- INI_CORI
42    C      |
43    C      |-- PACKAGES_BOOT
44    C      |
45    C      |-- PACKAGES_READPARMS
46    C      |
47    C      |-- PACKAGES_CHECK
48    C      |
49    C      |-- PACKAGES_INIT_FIXED
50    C      |
51    C      |-- ZONAL_FILT_INIT
52    C      |
53    C      |-- INI_CG2D
54    C      |
55    C      |-- INI_CG3D
56    C      |
57    C      |-- CONFIG_SUMMARY
58    
59    C     !USES:
60          IMPLICIT NONE
61  C     == Global variables ==  C     == Global variables ==
62  #include "SIZE.h"  #include "SIZE.h"
63  #include "EEPARAMS.h"  #include "EEPARAMS.h"
64  #include "PARAMS.h"  #include "PARAMS.h"
65    
66    C     !INPUT/OUTPUT PARAMETERS:
67  C     == Routine arguments ==  C     == Routine arguments ==
68        INTEGER myThid        INTEGER myThid
69  CEndOfInterface  CEOP
   
 C     == Local variables ==  
70    
71  C--   Set model parameters.  C--   Set model parameters.
72  C     Parameters are set to defaults and then updates are read from  C     Parameters are set to defaults and then updates are read from

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22