Last change
on this file since 3058 was
714,
checked in by rwordsworth, 12 years ago
|
test commit from berserker: one deftank file only
|
File size:
709 bytes
|
Rev | Line | |
---|
[714] | 1 | #----------------------------------------------------------------------- |
---|
| 2 | # Parameters for the 1D radiative snapshot model |
---|
| 3 | #----------------------------------------------------------------------- |
---|
| 4 | |
---|
| 5 | global1d=.true. |
---|
| 6 | |
---|
| 7 | # Surface pressure (Pa) |
---|
| 8 | psurf=100000. |
---|
| 9 | # Gravity (ms^-2) |
---|
| 10 | g=9.81 |
---|
| 11 | # orbital distance at perihelion (AU) |
---|
| 12 | periastr=1.0 |
---|
| 13 | # orbital distance at aphelion (AU) |
---|
| 14 | apoastr=1.0 |
---|
| 15 | # Solar zenith angle (degrees) |
---|
| 16 | szangle=60.0 |
---|
| 17 | # Albedo of bare ground |
---|
| 18 | albedo=0.22 |
---|
| 19 | # Emissivity of bare ground |
---|
| 20 | emis=1.0 |
---|
| 21 | # Ceiling pressure (Pa) |
---|
| 22 | pceil=100.0 |
---|
| 23 | # Reference surface temperature tref (K) |
---|
| 24 | tref=280.0 |
---|
| 25 | |
---|
| 26 | # some definitions for the physics, in file 'callphys.def' |
---|
| 27 | INCLUDEDEF=callphys.def |
---|
Note: See
TracBrowser
for help on using the repository browser.