FV3 Bundle
astronomy_mod::get_period Interface Reference

Private Member Functions

subroutine get_period_time_type (period_out)
 get_period_time_type returns the length of the year as a time_type variable. More...
 
subroutine get_period_integer (period_out)
 get_period_integer returns the length of the year as an integer number of seconds. More...
 

Detailed Description

Definition at line 283 of file astronomy.F90.

Member Function/Subroutine Documentation

◆ get_period_integer()

subroutine astronomy_mod::get_period::get_period_integer ( integer, intent(out)  period_out)
private

get_period_integer returns the length of the year as an integer number of seconds.

Exceptions
FATAL,astronomy_mod module has not been initialized
Parameters
[out]period_outLength of year [seconds]

Definition at line 540 of file astronomy.F90.

◆ get_period_time_type()

subroutine astronomy_mod::get_period::get_period_time_type ( type(time_type), intent(inout)  period_out)
private

get_period_time_type returns the length of the year as a time_type variable.

Exceptions
FATAL,astronomy_mod module has not been initialized
Parameters
[in,out]period_outLength of year as time_type variable

Definition at line 569 of file astronomy.F90.


The documentation for this interface was generated from the following file: