Parent Directory
|
Revision Log
|
Revision Graph
Initial checkin of two-way nesting code by Sannino et al., Ocean Modeling, 2009
| 1 | heimbach | 1.1 | C $Header: /u/gcmpack/MITgcm/pkg/nest_child/nest_child_init.F,v 1.0 2005/07/18 23:05:09 gianamria sannino Exp $ |
| 2 | C $Name: $ | ||
| 3 | |||
| 4 | #include "NEST_CHILD_OPTIONS.h" | ||
| 5 | C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----| | ||
| 6 | CBOP 0 | ||
| 7 | C !ROUTINE: NEST_CHILD_INIT_VARIA | ||
| 8 | |||
| 9 | C !INTERFACE: | ||
| 10 | SUBROUTINE NEST_CHILD_INIT_VARIA( myThid ) | ||
| 11 | |||
| 12 | C !DESCRIPTION: | ||
| 13 | C Routine to initialize NEST_CHILD parameters and variables. | ||
| 14 | |||
| 15 | C !USES: | ||
| 16 | IMPLICIT NONE | ||
| 17 | #include "SIZE.h" | ||
| 18 | #include "EEPARAMS.h" | ||
| 19 | #include "PARAMS.h" | ||
| 20 | #include "GRID.h" | ||
| 21 | #include "NEST_CHILD.h" | ||
| 22 | #include "NEST_CHILD_PARAMS.h" | ||
| 23 | |||
| 24 | C !INPUT PARAMETERS: | ||
| 25 | INTEGER myThid | ||
| 26 | CEOP | ||
| 27 | |||
| 28 | C !LOCAL VARIABLES: | ||
| 29 | #ifdef ALLOW_NEST_CHILD | ||
| 30 | |||
| 31 | PASSI = 0 | ||
| 32 | |||
| 33 | #endif /* ALLOW_NEST_CHILD */ | ||
| 34 | |||
| 35 | return | ||
| 36 | end |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |