source: LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/date_cas.h @ 5157

Last change on this file since 5157 was 5116, checked in by abarral, 4 months ago

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

File size: 459 bytes
Line 
1      INTEGER :: year_ini_cas    ! initial year of the case
2      INTEGER :: mth_ini_cas     ! initial month of the case
3      INTEGER :: day_deb         ! initial day of the case
4      REAL :: heure_ini_cas      ! start time of the case
5      REAL :: pdt_cas            ! forcing_frequency
6      REAL :: day_ju_ini_cas     ! julian day of initial day of the case
7
8      common /date_cas/year_ini_cas,mth_ini_cas,day_deb,heure_ini_cas,pdt_cas,day_ju_ini_cas
9
Note: See TracBrowser for help on using the repository browser.