193 |
NAMELIST /PARM04/ |
NAMELIST /PARM04/ |
194 |
& usingCartesianGrid, dxSpacing, dySpacing, delX, delY, delZ, |
& usingCartesianGrid, dxSpacing, dySpacing, delX, delY, delZ, |
195 |
& usingSphericalPolarGrid, phiMin, thetaMin, rSphere, |
& usingSphericalPolarGrid, phiMin, thetaMin, rSphere, |
196 |
& usingCurvilinearGrid,bUseCylindricalGrid, |
& usingCurvilinearGrid,usingCylindricalGrid, |
197 |
& delP, delR, rkFac, Ro_SeaLevel, groundAtK1, delRc, |
& delP, delR, rkFac, Ro_SeaLevel, groundAtK1, delRc, |
198 |
& delXfile, delYfile |
& delXfile, delYfile |
199 |
|
|
844 |
IF ( usingCartesianGrid ) goptCount = goptCount+1 |
IF ( usingCartesianGrid ) goptCount = goptCount+1 |
845 |
IF ( usingSphericalPolarGrid ) goptCount = goptCount+1 |
IF ( usingSphericalPolarGrid ) goptCount = goptCount+1 |
846 |
IF ( usingCurvilinearGrid ) goptCount = goptCount+1 |
IF ( usingCurvilinearGrid ) goptCount = goptCount+1 |
847 |
IF ( buseCylindricalGrid ) goptCount = goptCount+1 |
IF ( usingCylindricalGrid ) goptCount = goptCount+1 |
848 |
IF ( goptCount .GT. 1 ) THEN |
IF ( goptCount .GT. 1 ) THEN |
849 |
WRITE(msgBuf,'(A)') |
WRITE(msgBuf,'(A)') |
850 |
& 'S/R INI_PARMS: More than one coordinate system requested' |
& 'S/R INI_PARMS: More than one coordinate system requested' |
872 |
useBetaPlaneF = .TRUE. |
useBetaPlaneF = .TRUE. |
873 |
ENDIF |
ENDIF |
874 |
C-- Make metric term settings consistent with underlying grid. |
C-- Make metric term settings consistent with underlying grid. |
875 |
IF ( bUseCylindricalGrid) THEN |
IF ( usingCylindricalGrid) THEN |
876 |
usingSphericalPolarMterms = .FALSE. |
usingSphericalPolarMterms = .FALSE. |
877 |
metricTerms = .FALSE. |
metricTerms = .FALSE. |
878 |
useNHMTerms = .FALSE. |
useNHMTerms = .FALSE. |