|
Last change
on this file since 4138 was
4135,
checked in by jbclement, 2 weeks ago
|
|
PEM:
Relocate Mars-specific parameters out of "planet" module and into the modules that own their physics domain.
JBC
|
|
File size:
544 bytes
|
| Line | |
|---|
| 1 | MODULE planet |
|---|
| 2 | !----------------------------------------------------------------------- |
|---|
| 3 | ! NAME |
|---|
| 4 | ! planet |
|---|
| 5 | ! |
|---|
| 6 | ! DESCRIPTION |
|---|
| 7 | ! Legacy compatibility module for planet-specific definitions. |
|---|
| 8 | ! |
|---|
| 9 | ! AUTHORS & DATE |
|---|
| 10 | ! R. Vandemeulebrouck |
|---|
| 11 | ! JB Clement, 2023-2025 |
|---|
| 12 | ! |
|---|
| 13 | ! NOTES |
|---|
| 14 | ! Only valid for the Mars planet. |
|---|
| 15 | !----------------------------------------------------------------------- |
|---|
| 16 | |
|---|
| 17 | ! DECLARATION |
|---|
| 18 | ! ----------- |
|---|
| 19 | implicit none |
|---|
| 20 | |
|---|
| 21 | ! NOTE |
|---|
| 22 | ! ---- |
|---|
| 23 | |
|---|
| 24 | contains |
|---|
| 25 | !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
|---|
| 26 | |
|---|
| 27 | END MODULE planet |
|---|
Note: See
TracBrowser
for help on using the repository browser.