Last change
on this file since 5311 was
2332,
checked in by fhourdin, 9 years ago
|
Corrections pour recuperer les cas 1D bomex et cindy.
|
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.