Changeset 18 for trunk


Ignore:
Timestamp:
02/11/12 18:03:24 (12 years ago)
Author:
rblod
Message:

Correction for compatibility with the new obcdta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/OBC/obcini.F90

    r16 r18  
    8484      !                              ! allocate obc arrays 
    8585      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' ) 
    8788 
    8889      ! 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.