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 7192 for branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90 – NEMO

Ignore:
Timestamp:
2016-11-04T12:23:02+01:00 (8 years ago)
Author:
cetlod
Message:

new top interface : minor bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/NEMO/TOP_SRC/PISCES/P4Z/p4zsbc.F90

    r7175 r7192  
    321321            END DO 
    322322            CALL iom_close( numdust ) 
    323             ztimes_dust = 1._wp / FLOAT( ntimes_dust )  
     323            ztimes_dust = 1._wp / REAL(ntimes_dust, wp)  
    324324            sumdepsi = 0.e0 
    325325            DO jm = 1, ntimes_dust 
     
    386386               END DO 
    387387               CALL iom_close( numriv ) 
    388                ztimes_riv = 1._wp / FLOAT(ntimes_riv)  
     388               ztimes_riv = 1._wp / REAL(ntimes_riv, wp)  
    389389               DO jm = 1, ntimes_riv 
    390390                  rivinput(ifpr) = rivinput(ifpr) + glob_sum( zriver(:,:,jm) * tmask(:,:,1) * ztimes_riv )  
     
    433433            END DO 
    434434            CALL iom_close( numdepo ) 
    435             ztimes_ndep = 1._wp / FLOAT( ntimes_ndep )  
     435            ztimes_ndep = 1._wp / REAL(ntimes_ndep, wp)  
    436436            nitdepinput = 0._wp 
    437437            DO jm = 1, ntimes_ndep 
Note: See TracChangeset for help on using the changeset viewer.