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/C14/trcatm_c14.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/C14/trcatm_c14.F90

    r7041 r7192  
    160160            DO jn = 1, nrecc14 
    161161               READ(inum2,*) iyear,incom,incom,atmc14(jn) 
    162                tyrc14(jn)=1950._wp-float(iyear)                ! BP to AD dates 
     162               tyrc14(jn)=1950._wp-REAL(iyear,wp)                ! BP to AD dates 
    163163            END DO 
    164164            CLOSE(inum2) 
Note: See TracChangeset for help on using the changeset viewer.