|
LMDZ
|
Functions/Subroutines | |
| subroutine | phys_cal_init (annee_ref, day_ref) |
| subroutine | phys_cal_update (jD_cur, jH_cur) |
Variables | |
| integer, save | year_cur |
| integer, save | mth_cur |
| integer, save | day_cur |
| integer, save | days_elapsed |
| integer, save | mth_len |
| integer, save | year_len |
| real, save | hour |
| real, save | jd_1jan |
| real, save | jh_1jan |
| real, save | xjour |
| real, save | jd_cur |
| real, save | jh_cur |
| real, save | jd_ref |
| character(len=10) | calend |
| subroutine phys_cal_mod::phys_cal_init | ( | integer, intent(in) | annee_ref, |
| integer, intent(in) | day_ref | ||
| ) |
Definition at line 39 of file phys_cal_mod.F90.
Definition at line 55 of file phys_cal_mod.F90.
| character (len=10) phys_cal_mod::calend |
Definition at line 31 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::day_cur |
Definition at line 9 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::days_elapsed |
Definition at line 11 of file phys_cal_mod.F90.
| real, save phys_cal_mod::hour |
Definition at line 17 of file phys_cal_mod.F90.
| real, save phys_cal_mod::jd_1jan |
Definition at line 19 of file phys_cal_mod.F90.
| real, save phys_cal_mod::jd_cur |
Definition at line 25 of file phys_cal_mod.F90.
| real, save phys_cal_mod::jd_ref |
Definition at line 29 of file phys_cal_mod.F90.
| real, save phys_cal_mod::jh_1jan |
Definition at line 21 of file phys_cal_mod.F90.
| real, save phys_cal_mod::jh_cur |
Definition at line 27 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::mth_cur |
Definition at line 7 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::mth_len |
Definition at line 13 of file phys_cal_mod.F90.
| real, save phys_cal_mod::xjour |
Definition at line 23 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::year_cur |
Definition at line 5 of file phys_cal_mod.F90.
| integer, save phys_cal_mod::year_len |
Definition at line 15 of file phys_cal_mod.F90.