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

Contents of /MITgcm/model/src/packages_readparms.F

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


Revision 1.1 - (show annotations) (download)
Mon Sep 11 20:42:57 2000 UTC (23 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: branch-atmos-merge-start, branch-atmos-merge-shapiro, checkpoint33, checkpoint32, checkpoint31, checkpoint34, branch-atmos-merge-zonalfilt, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge
Package structure rearranged to comply with standard.
Includes useKPP, useGMRedi.
Tested for exp(0,2,4).

1 #include "CPP_OPTIONS.h"
2
3 CStartOfInterface
4 SUBROUTINE PACKAGES_READPARMS(myThid)
5 C /==========================================================\
6 C | SUBROUTINE PACKAGES_READPARMS |
7 C | o Read runtime configuration parameters from |
8 C | file data.${pkg} for every package ${pkg} |
9 C |==========================================================|
10 C | |
11 C \==========================================================/
12 IMPLICIT NONE
13
14 C == Global variables ==
15 #include "SIZE.h"
16 #include "EEPARAMS.h"
17 #include "PARAMS.h"
18
19 C == Routine arguments ==
20 INTEGER myThid
21 CEndOfInterface
22
23 C == Local variables ==
24
25 #ifdef ALLOW_GMREDI
26 C-- Initialize GM/Redi parameters
27 IF (useGMRedi) CALL GMREDI_READPARMS( myThid )
28 #endif
29
30 #ifdef ALLOW_KPP
31 C-- Initialize KPP parameters
32 IF (useKPP) CALL KPP_READPARMS( myThid )
33 #endif
34
35 #ifdef INCLUDE_ECCO_PACKAGE
36 c-- Initialize ECCO package parameters
37 IF (useECCO) CALL ECCO_READPARMS ( myThid )
38 #endif
39
40 END

  ViewVC Help
Powered by ViewVC 1.1.22