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 3690 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2012-11-27T17:51:05+01:00 (11 years ago)
Author:
gm
Message:

trunk: #860 : Unallocated arrays qrp and erp sometimes passed from dia_wri: fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r3421 r3690  
    199199         IF( nsbc ==  6 )   WRITE(numout,*) '              MFS Bulk formulation' 
    200200      ENDIF 
    201  
    202       IF( nn_ice == 4 )   CALL cice_sbc_init (nsbc) 
     201      ! 
     202      IF( ln_ssr      )   CALL sbc_ssr_init               ! Sea-Surface Restoring initialisation 
     203      ! 
     204      IF( nn_ice == 4 )   CALL cice_sbc_init( nsbc )      ! CICE initialisation 
    203205      ! 
    204206   END SUBROUTINE sbc_init 
     
    367369   END SUBROUTINE sbc 
    368370 
     371 
    369372   SUBROUTINE sbc_final 
    370373      !!--------------------------------------------------------------------- 
    371374      !!                    ***  ROUTINE sbc_final  *** 
    372       !!--------------------------------------------------------------------- 
    373  
    374       !----------------------------------------------------------------- 
    375       ! Finalize CICE (if used) 
    376       !----------------------------------------------------------------- 
    377  
     375      !! 
     376      !! ** Purpose :   Finalize CICE (if used) 
     377      !!--------------------------------------------------------------------- 
     378      ! 
    378379      IF( nn_ice == 4 )   CALL cice_sbc_final 
    379380      ! 
Note: See TracChangeset for help on using the changeset viewer.