| 23 |
IMPLICIT NONE |
IMPLICIT NONE |
| 24 |
C === GLobal variables == |
C === GLobal variables == |
| 25 |
#include "CPLIDS.h" |
#include "CPLIDS.h" |
|
Cjrs#include "ATMSIZE.h" |
|
| 26 |
#include "OCNSIZE.h" |
#include "OCNSIZE.h" |
|
Cjrs#include "ATMIDS.h" |
|
| 27 |
#include "OCNIDS.h" |
#include "OCNIDS.h" |
| 28 |
|
|
| 29 |
CEndOfInterface |
CEndOfInterface |
| 38 |
C include information on the grid region that a particular process "owns" |
C include information on the grid region that a particular process "owns" |
| 39 |
C and sends out information from. |
C and sends out information from. |
| 40 |
|
|
|
C Get attributes for atmosphere component. |
|
|
Cjrs CALL CPL_REGISTER_ATM |
|
|
|
|
| 41 |
C Get attributes for ocean component. |
C Get attributes for ocean component. |
| 42 |
CALL CPL_REGISTER_OCN |
CALL CPL_REGISTER_OCN |
| 43 |
|
|