New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3693 for trunk/NEMOGCM/NEMO/OPA_SRC/SOL/solver.F90 – NEMO

Ignore:
Timestamp:
2012-11-28T09:06:00+01:00 (11 years ago)
Author:
rblod
Message:

Fix Agrif and solver, see tocket #1030

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SOL/solver.F90

    r3294 r3693  
    8383 
    8484      !                              ! allocate solver arrays 
    85       IF( sol_oce_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'solver_init : unable to allocate sol_oce arrays' ) 
     85      IF( .NOT. lk_agrif .OR. .NOT. ln_rstart) THEN 
     86         IF( sol_oce_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'solver_init : unable to allocate sol_oce arrays' ) 
     87      ENDIF 
    8688 
    8789      SELECT CASE( nn_solv )          !* parameter check 
Note: See TracChangeset for help on using the changeset viewer.