SURFEX v8.1
General documentation of Surfex
Functions/Subroutines | Variables
mode_trip_date_netcdf Module Reference

Functions/Subroutines

subroutine read_date (PTIME, HUNITS, KYEAR, KMONTH, KDAY, PTIME_DATE)
 
subroutine addtime (KNHOURS, KYEAR, KMONTH, KDAY, PTIME)
 
logical function leapyear (PYEAR)
 

Variables

integer, parameter iyear_gregoire =1582
 

Function/Subroutine Documentation

◆ addtime()

subroutine mode_trip_date_netcdf::addtime ( integer, intent(in)  KNHOURS,
integer, intent(out)  KYEAR,
integer, intent(out)  KMONTH,
integer, intent(out)  KDAY,
real, intent(out)  PTIME 
)

Definition at line 146 of file mode_read_date_netcdf.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ leapyear()

logical function mode_trip_date_netcdf::leapyear ( integer, intent(in)  PYEAR)

Definition at line 251 of file mode_read_date_netcdf.F90.

Here is the caller graph for this function:

◆ read_date()

subroutine mode_trip_date_netcdf::read_date ( real, dimension(:), intent(in)  PTIME,
character(*), intent(in)  HUNITS,
integer, intent(out)  KYEAR,
integer, intent(out)  KMONTH,
integer, intent(out)  KDAY,
real, intent(out)  PTIME_DATE 
)

Definition at line 24 of file mode_read_date_netcdf.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ iyear_gregoire

integer, parameter mode_trip_date_netcdf::iyear_gregoire =1582

Definition at line 14 of file mode_read_date_netcdf.F90.