Last change
on this file since 1 was
1,
checked in by lfita, 10 years ago
|
- -- --- Opening of the WRF+LMDZ coupling repository --- -- -
WRF: version v3.3
LMDZ: version v1818
More details in:
|
File size:
500 bytes
|
Line | |
---|
1 | ! TBH: This version is for use with the ESMF library embedded in the WRF |
---|
2 | ! TBH: distribution. |
---|
3 | MODULE ESMF_Mod |
---|
4 | USE esmf_alarmmod |
---|
5 | USE esmf_basemod |
---|
6 | USE esmf_basetimemod |
---|
7 | USE esmf_calendarmod |
---|
8 | USE esmf_clockmod |
---|
9 | USE esmf_fractionmod |
---|
10 | USE esmf_timeintervalmod |
---|
11 | USE esmf_timemod |
---|
12 | USE esmf_alarmclockmod |
---|
13 | USE esmf_stubs ! add new dummy interfaces and typedefs here as needed |
---|
14 | #include <ESMF_TimeMgr.inc> |
---|
15 | INTEGER, PARAMETER :: ESMF_MAX_ALARMS=MAX_ALARMS |
---|
16 | ! |
---|
17 | END MODULE ESMF_Mod |
---|
Note: See
TracBrowser
for help on using the repository browser.