eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
shr_cal_validYMD
Function
12 statements
Source File
shr_cal_mod.F90
shr_cal_mod
shr_cal_validYMD
Contents
public function shr_cal_validYMD(year, month, day, calendar)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=SHR_KIND_IN),
intent(in)
::
year
integer(kind=SHR_KIND_IN),
intent(in)
::
month
integer(kind=SHR_KIND_IN),
intent(in)
::
day
character(len=*),
intent(in)
::
calendar
Return Value
logical