Changeset 4076 for trunk/LMDZ.COMMON/libf/evolution/display.F90
- Timestamp:
- Feb 18, 2026, 9:50:57 AM (9 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.COMMON/libf/evolution/display.F90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/display.F90
r4075 r4076 91 91 92 92 !======================================================================= 93 SUBROUTINE print_end( n_yr_run,dur_secs,r_plnt2earth_yr,pem_ini_date,n_yr_sim)93 SUBROUTINE print_end(i_pem_run,n_yr_run,n_yr_sim,dur_secs,pem_ini_date,r_plnt2earth_yr) 94 94 !----------------------------------------------------------------------- 95 95 ! NAME … … 108 108 ! DEPENDENCIES 109 109 ! ------------ 110 use utility, only: format_duration, int2str 111 use workflow_status, only: i_pem_run 110 use utility, only: format_duration, int2str 112 111 113 112 ! DECLARATION … … 117 116 ! ARGUMENTS 118 117 ! --------- 119 real(dp), intent(in) :: r_plnt2earth_yr, pem_ini_date, n_yr_sim, n_yr_run, dur_secs 118 real(dp), intent(in) :: n_yr_run, n_yr_sim, dur_secs, pem_ini_date, r_plnt2earth_yr 119 integer(di), intent(in) :: i_pem_run 120 120 121 121 ! CODE
Note: See TracChangeset
for help on using the changeset viewer.
