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 14212 for vendors/PPR/src/rcon1d.h90 – NEMO

Ignore:
Timestamp:
2020-12-18T12:19:49+01:00 (3 years ago)
Author:
jchanut
Message:

#2222, update PPR library to circumvent issues found with cpp directives: remove timing instructions. Changed main module extension in .F90 to comply with FCM rules (no effect).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendors/PPR/src/rcon1d.h90

    r13926 r14212  
    2828 
    2929    !     
    30     ! RCON1D.f90: conservative, polynomial reconstructions. 
     30    ! RCON1D.h90: conservative, polynomial reconstructions. 
    3131    ! 
    3232    ! Darren Engwirda  
     
    102102    !-------------------------- compute edge values/slopes ! 
    103103 
    104         __TIC__ 
    105104 
    106105        if ( (opts%cell_meth.eq.ppm_method) & 
     
    142141        end if 
    143142         
    144         __TOC__(tCPU,edge_time) 
    145143 
    146144    !-------------------------- compute oscil. derivatives ! 
    147145 
    148         __TIC__ 
    149146 
    150147        if (opts%cell_lims.eq.weno_limit) then 
     
    157154        end if 
    158155     
    159         __TOC__(time,oscl_time) 
    160156 
    161157    !-------------------------- compute grid-cell profiles ! 
    162158 
    163         __TIC__ 
    164159 
    165160        select case (opts%cell_meth) 
     
    201196        end select 
    202197 
    203         __TOC__(tCPU,cell_time) 
    204198 
    205199    end subroutine 
Note: See TracChangeset for help on using the changeset viewer.