source:
LMDZ5/branches/Cold_pool_death/libf/phylmd/dyn1d/date_cas.h
Last change on this file was 2408, checked in by , 9 years ago | |
---|---|
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.