Ignore:
Timestamp:
Feb 17, 2026, 4:52:40 PM (12 days ago)
Author:
jbclement
Message:

PEM:
Addition of runs ID for the current cycle in "pem_workflow.sts".
JBC

File:
1 edited

Legend:

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

    r4072 r4075  
    123123write(stdout,*)
    124124write(stdout,*) '****** PEM final information *******'
    125 write(*,'(a,f16.4,a)')         ' + This PEM run '//int2str(i_pem_run)//' achieved ', n_yr_run, ' Planetary years in '//format_duration(dur_secs)//' (computing time).'
     125write(*,'(a,f16.4,a)')         ' + The run PEM #'//int2str(i_pem_run)//' achieved ', n_yr_run, ' Planetary years, completed in '//format_duration(dur_secs)//'.'
    126126write(*,'(a,f16.4,a,f16.4,a)') ' + The workflow has achieved ', n_yr_sim, ' Planetary years =', n_yr_sim*r_plnt2earth_yr, ' Earth years.'
    127127write(*,'(a,f16.4,a)')         ' + The reached date is now ', (pem_ini_date + n_yr_sim)*r_plnt2earth_yr, ' Earth years.'
Note: See TracChangeset for help on using the changeset viewer.