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

Ignore:
Timestamp:
2015-06-16T19:33:42+02:00 (9 years ago)
Author:
smasson
Message:

trunk bugfix see #1538

File:
1 edited

Legend:

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

    r5407 r5431  
    178178 
    179179      !                          ! Checks: 
    180       IF( .NOT. ln_rnf ) THEN                      ! no specific treatment in vicinity of river mouths  
    181          ln_rnf_mouth  = .false.                       
    182          IF( sbc_rnf_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_init : unable to allocate sbc_rnf arrays' ) 
    183          nkrnf         = 0 
    184          rnf     (:,:) = 0.0_wp 
    185          rnf_b   (:,:) = 0.0_wp 
    186          rnfmsk  (:,:) = 0.0_wp 
    187          rnfmsk_z(:)   = 0.0_wp 
    188       ENDIF 
    189180      IF( nn_isf .EQ. 0 ) THEN                      ! no specific treatment in vicinity of ice shelf  
    190181         IF( sbc_isf_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_init : unable to allocate sbc_isf arrays' ) 
     
    307298      IF( ln_ssr           )   CALL sbc_ssr_init               ! Sea-Surface Restoring initialisation 
    308299      ! 
    309       IF( ln_rnf           )   CALL sbc_rnf_init               ! Runof initialisation 
     300                               CALL sbc_rnf_init               ! Runof initialisation 
    310301      ! 
    311302      IF( nn_ice == 3      )   CALL sbc_lim_init               ! LIM3 initialisation 
Note: See TracChangeset for help on using the changeset viewer.