Last change
on this file since 3572 was
3175,
checked in by emillour, 17 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
File size:
496 bytes
|
Rev | Line | |
---|
[3175] | 1 | !----------------------------------------------------------------------- |
---|
| 2 | ! INCLUDE 'dimphys.h' |
---|
| 3 | |
---|
| 4 | ! ngridmx : number of horizontal grid points |
---|
| 5 | ! note: the -1/jjm term will be 0; unless jj=1 |
---|
| 6 | integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm) |
---|
| 7 | ! nlayermx : number of atmospheric layers |
---|
| 8 | integer, parameter :: nlayermx = llm |
---|
| 9 | ! nsoilmx : number of subterranean layers |
---|
| 10 | integer, parameter :: nsoilmx =24 |
---|
| 11 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.