| 1 |
|
C $Header$ |
| 2 |
|
C $Name$ |
| 3 |
|
|
| 4 |
#include "LAYERS_OPTIONS.h" |
#include "LAYERS_OPTIONS.h" |
| 5 |
|
|
| 6 |
C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----| |
C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----| |
| 38 |
|
|
| 39 |
CALL WRITE_0D_I( NZZ, INDEX_NONE, 'NZZ =', |
CALL WRITE_0D_I( NZZ, INDEX_NONE, 'NZZ =', |
| 40 |
& ' /* number of levels in the fine vertical grid */') |
& ' /* number of levels in the fine vertical grid */') |
| 41 |
|
|
| 42 |
CALL WRITE_1D_RL(layers_G,Nlayers+1, INDEX_K,'layers_G =', |
CALL WRITE_1D_RL(layers_G,Nlayers+1, INDEX_K,'layers_G =', |
| 43 |
& ' /* boundaries of isopycnal-averaging bins */') |
& ' /* boundaries of isopycnal-averaging bins */') |
| 44 |
|
|
| 51 |
C we're good |
C we're good |
| 52 |
ELSE |
ELSE |
| 53 |
WRITE(msgBuf,'(2A)') 'eosType must be eosType=''LINEAR''', |
WRITE(msgBuf,'(2A)') 'eosType must be eosType=''LINEAR''', |
| 54 |
& ' and sBeta must = 0.0' |
& ' and sBeta must = 0.0' |
| 55 |
CALL PRINT_ERROR( msgBuf , 1) |
CALL PRINT_ERROR( msgBuf , 1) |
| 56 |
STOP 'ABNORMAL END: S/R LAYERS_CHECK' |
STOP 'ABNORMAL END: S/R LAYERS_CHECK' |
| 57 |
ENDIF |
ENDIF |