Last change
on this file since 3380 was
3184,
checked in by afalco, 10 months ago
|
Pluto PCM:
Added LMDZ.PLUTO, a copy of the generic model,
cleaned from some unnecessary modules (water, ...)
AF
|
File size:
474 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=17 |
---|
11 | INTEGER, parameter :: NBvisible=23 |
---|
12 | |
---|
13 | |
---|
14 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.