date_mod Module


                                                                        * 
Calculates number of days in a month                                    * 
                                                                        * 
Author: Rona Thompson (Sep 2023)                                        * 
                                                                        * 
Variables:                                                              * 
yyyymm       year and month                                             * 
eomday       number of days in month (end of month day)                 * 
                                                                        *


Uses


Functions

public function juldate(yyyymmdd, hhmiss)

Read more…

Arguments

Type IntentOptional Attributes Name
integer :: yyyymmdd
integer :: hhmiss

Return Value real(kind=dp)

public function calceomday(yyyymm)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: yyyymm

Return Value integer


Subroutines

public subroutine caldate(juliandate, yyyymmdd, hhmiss)

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=dp) :: juliandate
integer :: yyyymmdd
integer :: hhmiss