SURFEX v8.1
General documentation of Surfex
|
Functions/Subroutines | |
subroutine | netcdf2date (PTIME, HUNITS, PDATETIME) |
logical function | leapyear (PYEAR) |
subroutine | addhours (TPTIME, KNHOURS) |
Variables | |
integer, parameter | jp_gregoire =1582 |
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.
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.
integer, parameter mode_dates_netcdf::jp_gregoire =1582 |
Definition at line 21 of file mode_dates_netcdf.F90.