|
| subroutine | set_period_time_type (period_in) |
| | Set_period_time_type saves the length of the year (input as a time_type variable) into a time_type module variable. More...
|
| |
| subroutine | set_period_integer (period_in) |
| | set_period_integer saves as the input length of the year (an integer) in a time_type module variable. More...
|
| |
Definition at line 302 of file astronomy.F90.
◆ set_period_integer()
| subroutine astronomy_mod::set_period::set_period_integer |
( |
integer, intent(in) |
period_in | ) |
|
|
private |
set_period_integer saves as the input length of the year (an integer) in a time_type module variable.
- Exceptions
-
| FATAL,astronomy_mod module has not been initialized | |
- Parameters
-
| [in] | period_in | Length of year as a time_type |
Definition at line 591 of file astronomy.F90.
◆ set_period_time_type()
| subroutine astronomy_mod::set_period::set_period_time_type |
( |
type(time_type), intent(in) |
period_in | ) |
|
|
private |
Set_period_time_type saves the length of the year (input as a time_type variable) into a time_type module variable.
- Exceptions
-
| FATAL,astronomy_mod module has not been initialized | |
Definition at line 615 of file astronomy.F90.
The documentation for this interface was generated from the following file: