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 2127 for branches/DEV_R1821_Rivers/NEMO/OPA_SRC/SBC/sbcrnf.F90 – NEMO

Ignore:
Timestamp:
2010-09-28T13:54:33+02:00 (14 years ago)
Author:
rfurner
Message:

Changes to trasbc, rnf effects now dealt with correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_R1821_Rivers/NEMO/OPA_SRC/SBC/sbcrnf.F90

    r2118 r2127  
    8484      !! 
    8585      INTEGER  ::   ji, jj   ! dummy loop indices 
    86       INTEGER  ::   ierror   ! temporary integer 
    8786      !!---------------------------------------------------------------------- 
    8887      !                                    
     
    120119               rnf_tmp(:,:) = ( sf_tmp_rnf(1)%fnow(:,:) )   
    121120            ELSE   
    122                rnf_sal(:,:) = 0   
     121               rnf_sal(:,:) = 0.0 
    123122               rnf_tmp(:,:) = -999   
    124123            ENDIF   
     
    142141      !!---------------------------------------------------------------------- 
    143142      CHARACTER(len=32) ::   rn_dep_file   ! runoff file name   
     143      INTEGER  ::   ierror   ! temporary integer 
    144144      !!  
    145145      NAMELIST/namsbc_rnf/ cn_dir, ln_rnf_emp, sn_rnf, sn_cnf, sn_sal_rnf, sn_tmp_rnf, sn_dep_rnf,   &   
Note: See TracChangeset for help on using the changeset viewer.