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 3764 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2013-01-23T15:33:04+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: report bugfixes done in the trunk from r3555 to r3763 into dev_MERGE_2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r3740 r3764  
    218218         IF( nsbc ==  6 )   WRITE(numout,*) '              MFS Bulk formulation' 
    219219      ENDIF 
    220  
    221       !!---------------------------------------------------------------------- 
    222       !!   Other SBC modules to initialise come here 
    223       !!---------------------------------------------------------------------- 
    224  
    225       CALL sbc_ssm_init 
    226  
    227       IF( nn_ice == 4 )   CALL cice_sbc_init (nsbc) 
    228       ! 
    229       !!---------------------------------------------------------------------- 
     220      ! 
     221      IF( ln_ssr      )   CALL sbc_ssr_init               ! Sea-Surface Restoring initialisation 
     222      ! 
     223      IF( nn_ice == 4 )   CALL cice_sbc_init( nsbc )      ! CICE initialisation 
     224      ! 
    230225   END SUBROUTINE sbc_init 
    231226 
     
    397392   END SUBROUTINE sbc 
    398393 
     394 
    399395   SUBROUTINE sbc_final 
    400396      !!--------------------------------------------------------------------- 
    401397      !!                    ***  ROUTINE sbc_final  *** 
     398      !! 
     399      !! ** Purpose :   Finalize CICE (if used) 
    402400      !!--------------------------------------------------------------------- 
    403  
    404       !----------------------------------------------------------------- 
    405       ! Finalize CICE (if used) 
    406       !----------------------------------------------------------------- 
    407  
     401      ! 
    408402      IF( nn_ice == 4 )   CALL cice_sbc_final 
    409403      ! 
Note: See TracChangeset for help on using the changeset viewer.