[MITgcm-support] error message of 510*510*6*50 cubed sphere example
Dimitris Menemenlis
menemenlis at sbcglobal.net
Tue Jun 20 08:26:51 EDT 2006
> (PID.TID 0000.0001) *** ERROR *** CONFIG_CHECK: highOrderVorticity Scheme
> does not work on CubedSphere grid
Liuyu, the preferred option is to update your code using cvs or to download a
fresh version of code.
Second option is to remove this check in config_check.F:
C IF ( highOrderVorticity .AND. useCubedSphereExchange ) THEN
C WRITE(msgBuf,'(2A)')
C & 'CONFIG_CHECK: highOrderVorticity Scheme does not work',
C & ' on CubedSphere grid'
C CALL PRINT_ERROR( msgBuf , myThid)
C STOP 'ABNORMAL END: S/R CONFIG_CHECK'
C ENDIF
Dimitris
More information about the MITgcm-support
mailing list