Last change
on this file since 1974 was
1542,
checked in by emillour, 9 years ago
|
Generic GCM:
- fix for 1D in writediagfi to enable writing at
"ecritphy" rate.
- move iniprint.h to "misc"
- Some code cleanup in anticipation of future updates:
- changed variable names in comgeomphy.F90: give them more
explicit names: rlond => longitude ,
rlatd => latitude, airephy => cell_area,
cuphy => dx , cvphy => dy
- removed long(), lati() and area() from comgeomfi_h.F90,
use longitude(), latitude() and cell_are() from
comgeomphy.F90 instead
EM
|
File size:
301 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Id: $ |
---|
3 | ! |
---|
4 | ! |
---|
5 | ! handle debug and output levels |
---|
6 | ! lunout: unit of file where outputs will be sent |
---|
7 | ! (default is 6, standard output) |
---|
8 | ! prt_level: level of informative output messages (0 = minimum) |
---|
9 | ! |
---|
10 | INTEGER lunout, prt_level |
---|
11 | COMMON /comprint/ lunout, prt_level |
---|
Note: See
TracBrowser
for help on using the repository browser.