| 2 |
C |
C |
| 3 |
SUBROUTINE ATM2D_INIT_VARS(myThid) |
SUBROUTINE ATM2D_INIT_VARS(myThid) |
| 4 |
C |==========================================================| |
C |==========================================================| |
| 5 |
C | Initialization steps which depend on pickups loading | |
C | Initialization steps which depend on pickups loading. | |
| 6 |
C \==========================================================/ |
C \==========================================================/ |
| 7 |
IMPLICIT NONE |
IMPLICIT NONE |
| 8 |
|
|
| 15 |
INTEGER myThid |
INTEGER myThid |
| 16 |
|
|
| 17 |
C === Local variables === |
C === Local variables === |
| 18 |
|
INTEGER j |
| 19 |
|
|
| 20 |
CALL atmosphere(0.0,0) |
CALL atmosphere(0.0,0) ! initialize the atmospheric model |
| 21 |
|
|
| 22 |
#ifdef CLM |
#ifdef CLM |
| 23 |
CALL clm4mit2d |
CALL clm4mit2d ! initialize CLM |
| 24 |
#endif |
#endif |
| 25 |
|
|
| 26 |
#ifdef ML_2D |
#ifdef ML_2D |