Go to the source code of this file.
Modules | |
| module | ice_calendar |
Functions/Subroutines | |
| subroutine | ice_calendar::init_calendar |
| subroutine | ice_calendar::calendar (ttime) |
| subroutine | ice_calendar::get_daycal (year, days_per_year_in, daycal_out, daymo_out) |
| logical | ice_calendar::is_leap_year (year) |
| integer | ice_calendar::leap_year_count (Y) |
Variables | |
| integer(kind=int_kind) | ice_calendar::days_per_year |
| integer(kind=int_kind), dimension(12) | ice_calendar::daymo |
| integer(kind=int_kind), dimension(13) | ice_calendar::daycal |
| integer(kind=int_kind), dimension(12) | ice_calendar::daymo360 |
| integer(kind=int_kind), dimension(13) | ice_calendar::daycal360 |
| integer(kind=int_kind), dimension(12) | ice_calendar::daymo365 |
| integer(kind=int_kind), dimension(13) | ice_calendar::daycal365 |
| integer(kind=int_kind), dimension(12) | ice_calendar::daymo366 |
| integer(kind=int_kind), dimension(13) | ice_calendar::daycal366 |
| integer(kind=int_kind) | ice_calendar::istep |
| integer(kind=int_kind) | ice_calendar::istep0 |
| integer(kind=int_kind) | ice_calendar::istep1 |
| integer(kind=int_kind) | ice_calendar::mday |
| integer(kind=int_kind) | ice_calendar::hour |
| integer(kind=int_kind) | ice_calendar::month |
| integer(kind=int_kind) | ice_calendar::monthp |
| integer(kind=int_kind) | ice_calendar::year_init |
| integer(kind=int_kind) | ice_calendar::nyr |
| integer(kind=int_kind) | ice_calendar::idate |
| integer(kind=int_kind) | ice_calendar::idate0 |
| integer(kind=int_kind) | ice_calendar::sec |
| integer(kind=int_kind) | ice_calendar::npt |
| integer(kind=int_kind) | ice_calendar::stop_now |
| integer(kind=int_kind) | ice_calendar::write_restart |
| integer(kind=int_kind) | ice_calendar::diagfreq |
| integer(kind=int_kind) | ice_calendar::dumpfreq_n |
| integer(kind=int_kind) | ice_calendar::nstreams |
| integer(kind=int_kind), dimension(max_nstrm) | ice_calendar::histfreq_n |
| real(kind=dbl_kind) | ice_calendar::dt |
| real(kind=dbl_kind) | ice_calendar::dt_thm |
| real(kind=dbl_kind) | ice_calendar::dt_dyn |
| real(kind=dbl_kind) | ice_calendar::time |
| real(kind=dbl_kind) | ice_calendar::time_forc |
| real(kind=dbl_kind) | ice_calendar::yday |
| real(kind=dbl_kind) | ice_calendar::nextsw_cday |
| real(kind=dbl_kind) | ice_calendar::tday |
| real(kind=dbl_kind) | ice_calendar::xndt_dyn |
| real(kind=dbl_kind) | ice_calendar::dayyr |
| logical(kind=log_kind) | ice_calendar::new_year |
| logical(kind=log_kind) | ice_calendar::new_month |
| logical(kind=log_kind) | ice_calendar::new_day |
| logical(kind=log_kind) | ice_calendar::new_hour |
| logical(kind=log_kind) | ice_calendar::write_ic |
| logical(kind=log_kind), dimension(max_nstrm) | ice_calendar::write_history |
| character(len=1), dimension(max_nstrm) | ice_calendar::histfreq |
| character(len=1) | ice_calendar::dumpfreq |
| character(len=char_len) | ice_calendar::calendar_type |
| integer | ice_calendar::nleaps = 0 |
1.6.1