/[MITgcm]/MITgcm/pkg/thsice/thsice_init_fixed.F
ViewVC logotype

Contents of /MITgcm/pkg/thsice/thsice_init_fixed.F

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


Revision 1.1 - (show annotations) (download)
Tue Jan 4 00:25:31 2005 UTC (19 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint57d_post, checkpoint57g_post, checkpoint57c_pre, checkpoint57i_post, checkpoint57e_post, checkpoint57g_pre, checkpoint57f_pre, eckpoint57e_pre, checkpoint57h_done, checkpoint57f_post, checkpoint57c_post, checkpoint57h_pre, checkpoint57h_post
allow to use pkg diagnostics for ThSIce output.

1 C $Header: $
2 C $Name: $
3
4 #include "THSICE_OPTIONS.h"
5
6 CBOP
7 C !ROUTINE: THSICE_INIT_FIXED
8 C !INTERFACE:
9 SUBROUTINE THSICE_INIT_FIXED( myThid )
10
11 C !DESCRIPTION: \bv
12 C *==========================================================*
13 C | SUBROUTINE THSICE_INIT_FIXED
14 C | o Routine to initialize THSICE variables
15 C | that are kept fixed during the run.
16 C *==========================================================*
17 C \ev
18 C !USES:
19 IMPLICIT NONE
20
21 C === Global variables ===
22 #include "EEPARAMS.h"
23 #include "SIZE.h"
24 #include "PARAMS.h"
25 c #include "THSICE_PARAMS.h"
26
27 C !INPUT/OUTPUT PARAMETERS:
28 C === Routine arguments ===
29 C myThid :: my thread Id number
30 INTEGER myThid
31 CEOP
32
33 C !LOCAL VARIABLES:
34 C === Local variables ===
35
36 #ifdef ALLOW_DIAGNOSTICS
37 IF ( useDiagnostics ) THEN
38 CALL THSICE_DIAGNOSTICS_INIT( myThid )
39 ENDIF
40 #endif
41
42 RETURN
43 END

  ViewVC Help
Powered by ViewVC 1.1.22