Changeset 18
- Timestamp:
- 02/11/12 18:03:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90
r16 r18 84 84 ! ! allocate obc arrays 85 85 IF( obc_oce_alloc() /= 0 ) CALL ctl_stop( 'STOP', 'obc_init : unable to allocate obc_oce arrays' ) 86 IF( obc_dta_alloc() /= 0 ) CALL ctl_stop( 'STOP', 'obc_init : unable to allocate obc_dta arrays' ) 86 ! allocation below not needed with new obcdta 87 !IF( obc_dta_alloc() /= 0 ) CALL ctl_stop( 'STOP', 'obc_init : unable to allocate obc_dta arrays' ) 87 88 88 89 ! By security we set rdpxin and rdpxob respectively to 1. and 15. if the corresponding OBC is not activated
Note: See TracChangeset
for help on using the changeset viewer.