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

Functions/Subroutines

subroutine netcdf2date (PTIME, HUNITS, PDATETIME)
 
logical function leapyear (PYEAR)
 
subroutine addhours (TPTIME, KNHOURS)
 

Variables

integer, parameter jp_gregoire =1582
 

Function/Subroutine Documentation

◆ addhours()

subroutine mode_dates_netcdf::addhours ( type(date_time), intent(inout)  TPTIME,
integer, intent(in)  KNHOURS 
)

Definition at line 175 of file mode_dates_netcdf.F90.

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

◆ leapyear()

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

Definition at line 157 of file mode_dates_netcdf.F90.

Here is the caller graph for this function:

◆ netcdf2date()

subroutine mode_dates_netcdf::netcdf2date ( real, dimension(:), intent(in)  PTIME,
character(*), intent(in)  HUNITS,
type (date_time), dimension(:), intent(out)  PDATETIME 
)

Definition at line 33 of file mode_dates_netcdf.F90.

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

Variable Documentation

◆ jp_gregoire

integer, parameter mode_dates_netcdf::jp_gregoire =1582

Definition at line 21 of file mode_dates_netcdf.F90.