|
Last change
on this file since 852 was
844,
checked in by aslmd, 13 years ago
|
|
LMDZ.GENERIC. Added a new folder for the interface with LMDZ.COMMON and LMDZ5
|
|
File size:
472 bytes
|
| Line | |
|---|
| 1 | !----------------------------------------------------------------------- |
|---|
| 2 | ! INCLUDE 'bands.h' |
|---|
| 3 | ! |
|---|
| 4 | ! bands.h contains the visible & infrared bands in the model |
|---|
| 5 | ! |
|---|
| 6 | ! NBinfrared = L_NSPECTI in the model |
|---|
| 7 | ! NBvisible = L_NSPECTV in the model |
|---|
| 8 | !----------------------------------------------------------------------- |
|---|
| 9 | |
|---|
| 10 | INTEGER, parameter :: NBinfrared=3 |
|---|
| 11 | INTEGER, parameter :: NBvisible=2 |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | !----------------------------------------------------------------------- |
|---|
Note: See
TracBrowser
for help on using the repository browser.