Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
host_calendar_date
Abstract Interface
8 statements
Source File
output_manager_core.F90
output_manager_core
host_calendar_date
Contents
None
abstract interface
private subroutine host_calendar_date(self, julian, yyyy, mm, dd)
Arguments
Type
Intent
Optional
Attributes
Name
class(
type_host
),
intent(in)
::
self
integer,
intent(in)
::
julian
integer,
intent(out)
::
yyyy
integer,
intent(out)
::
mm
integer,
intent(out)
::
dd