eCLM Source Code Browser
Source Files
Modules
Procedures
Derived Types
Namelists
Programs
shr_cal_validdate
Interface
4 statements
Source File
shr_cal_mod.F90
shr_cal_mod
shr_cal_validdate
Contents
Module Procedures
shr_cal_validdate_int
shr_cal_validdate_long
public interface shr_cal_validdate
Module Procedures
private function shr_cal_validDate_int(date, calendar)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=SHR_KIND_IN),
intent(in)
::
date
character(len=*),
intent(in)
::
calendar
Return Value
logical
private function shr_cal_validDate_long(date, calendar)
Arguments
Type
Intent
Optional
Attributes
Name
integer(kind=SHR_KIND_I8),
intent(in)
::
date
character(len=*),
intent(in)
::
calendar
Return Value
logical