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/CFC/trcsms_cfc.F90 – NEMO

Ignore:
Timestamp:
2016-11-04T12:23:02+01:00 (7 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/CFC/trcsms_cfc.F90

    r7041 r7192  
    113113         ! time interpolation at time kt 
    114114         DO jm = 1, jphem 
    115             zpatm(jm,jl) = (  p_cfc(iyear_beg, jm, jl) * FLOAT (im1)  & 
    116                &           +  p_cfc(iyear_end, jm, jl) * FLOAT (im2) ) / 12. 
     115            zpatm(jm,jl) = (  p_cfc(iyear_beg, jm, jl) * REAL(im1, wp)  & 
     116               &           +  p_cfc(iyear_end, jm, jl) * REAL(im2, wp) ) / 12. 
    117117         END DO 
    118118          
Note: See TracChangeset for help on using the changeset viewer.