source: LMDZ6/trunk/libf/phylmdiso/dyn1d/date_cas.h @ 3927

Last change on this file since 3927 was 3927, checked in by Laurent Fairhead, 3 years ago

Initial import of the physics wih isotopes from Camille Risi
CR

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.