Ignore:
Timestamp:
Feb 18, 2026, 9:50:57 AM (9 days ago)
Author:
jbclement
Message:

PEM:
Fallback for 128-bit integers since this type is not supported by Intel Fortran.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/display.F90

    r4075 r4076  
    9191
    9292!=======================================================================
    93 SUBROUTINE print_end(n_yr_run,dur_secs,r_plnt2earth_yr,pem_ini_date,n_yr_sim)
     93SUBROUTINE print_end(i_pem_run,n_yr_run,n_yr_sim,dur_secs,pem_ini_date,r_plnt2earth_yr)
    9494!-----------------------------------------------------------------------
    9595! NAME
     
    108108! DEPENDENCIES
    109109! ------------
    110 use utility,         only: format_duration, int2str
    111 use workflow_status, only: i_pem_run
     110use utility, only: format_duration, int2str
    112111
    113112! DECLARATION
     
    117116! ARGUMENTS
    118117! ---------
    119 real(dp), intent(in) :: r_plnt2earth_yr, pem_ini_date, n_yr_sim, n_yr_run, dur_secs
     118real(dp),    intent(in) :: n_yr_run, n_yr_sim, dur_secs, pem_ini_date, r_plnt2earth_yr
     119integer(di), intent(in) :: i_pem_run
    120120
    121121! CODE
Note: See TracChangeset for help on using the changeset viewer.