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

Annotation of /MITgcm_contrib/nesting_sannino/nest_parent/nest_parent_check.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 -8 lines
Check in modifications (bug-fixes plus cleanup)

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/nest_parent/nest_parent_check.F,v 1.0 2005/07/18 01:19:36 gianmaria sannino Exp $
2     C $Name: $
3     #include "NEST_PARENT_OPTIONS.h"
4    
5     SUBROUTINE NEST_PARENT_CHECK( myThid )
6     C /==========================================================\
7     C | SUBROUTINE NEST_PARENT_CHECK |
8     C | o Validate basic package setup and inter-package |
9     C | dependencies. |
10     C \==========================================================/
11     IMPLICIT NONE
12    
13     C === Global variables ===
14     #include "SIZE.h"
15     #include "EEPARAMS.h"
16     #include "PARAMS.h"
17    
18     C === Routine arguments ===
19     C myThid - Number of this instance of NEST_PARENT_INIT
20     INTEGER myThid
21    
22     #ifdef ALLOW_NEST_PARENT
23    
24     C === Local variables ===
25     C msgBuf - Informational/error meesage buffer
26     CHARACTER*(MAX_LEN_MBUF) msgBuf
27    
28     WRITE(msgBuf,'(A)')
29     & 'NEST_PARENT_CHECK: #define ALLOW_NEST_PARENT'
30     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
31     & SQUEEZE_RIGHT , 1)
32    
33     #endif /* ALLOW_NEST_PARENT */
34    
35     return
36     end

  ViewVC Help
Powered by ViewVC 1.1.22