|
Last change
on this file since 3887 was
3845,
checked in by ymipsl, 10 years ago
|
|
Dynamico side modification for Dynamico-LMDZ coupling
YM
|
|
File size:
420 bytes
|
| Line | |
|---|
| 1 | MODULE icosa |
|---|
| 2 | |
|---|
| 3 | USE genmod |
|---|
| 4 | ! USE ioipsl, ONLY : getin |
|---|
| 5 | USE getin_mod, ONLY : getin |
|---|
| 6 | USE grid_param |
|---|
| 7 | USE metric |
|---|
| 8 | USE domain_mod |
|---|
| 9 | USE dimensions |
|---|
| 10 | USE grid_param |
|---|
| 11 | USE geometry |
|---|
| 12 | USE spherical_geom_mod |
|---|
| 13 | USE vector |
|---|
| 14 | USE field_mod |
|---|
| 15 | USE write_field_mod |
|---|
| 16 | USE transfert_mod |
|---|
| 17 | USE time_mod |
|---|
| 18 | |
|---|
| 19 | ! Variables defined by run.def |
|---|
| 20 | |
|---|
| 21 | REAL(rstd) :: ncar_dz, ncar_p0, ncar_T0 ! read from run.def by disvert |
|---|
| 22 | |
|---|
| 23 | END MODULE icosa |
|---|
Note: See
TracBrowser
for help on using the repository browser.