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

Ignore:
Timestamp:
2008-06-20T16:11:57+02:00 (16 years ago)
Author:
ctlod
Message:

trunk: clarify tha way to manage the runoffs fileds, see ticket: #162

File:
1 edited

Legend:

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

    r1061 r1116  
    127127      ENDIF 
    128128 
    129       IF( .NOT. ln_rnf )   nn_runoff = 0      ! no runoff, or runoff mouths 
    130       IF( nn_ice == 0  )   fr_i(:,:) = 0.e0   ! no ice in the domain, ice fraction is always zero 
     129      IF( .NOT. ln_rnf )   THEN                      ! no specific treatment in rivers mouths vicinity 
     130         ln_rnf_mouth = .false.                       
     131         nkrnf = 0 
     132         rnfmsk(:,:) = 0.e0 
     133         rnfmsk_z(:) = 0.e0 
     134      ENDIF 
     135      IF( nn_ice == 0  )   fr_i(:,:) = 0.e0          ! no ice in the domain, ice fraction is always zero 
    131136 
    132137      ! Check consistancy   !!gm mixture of real and integer : coding to be changed.... 
Note: See TracChangeset for help on using the changeset viewer.