[3175] | 1 | ## Orbit / general options |
---|
| 2 | ## ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 3 | # Run with or without tracer transport ? |
---|
| 4 | tracer = .true. |
---|
| 5 | # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating |
---|
| 6 | diurnal = .false. |
---|
| 7 | # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" |
---|
| 8 | season = .true. |
---|
| 9 | # Run 3D version (false) / fast version (true) |
---|
| 10 | fast = .true. |
---|
| 11 | # Save statistics in file "stats.nc" ? |
---|
| 12 | callstats = .false. |
---|
| 13 | # specific paleo run ? |
---|
| 14 | paleo = .false. |
---|
| 15 | # nb Earth years as paleoclimate step ? (if paleo = true) |
---|
| 16 | paleoyears = 50000. |
---|
| 17 | |
---|
| 18 | ## Radiative transfer options |
---|
| 19 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 20 | # call radiative transfer? |
---|
| 21 | callrad = .true. |
---|
| 22 | # the rad. transfer is computed every "iradia" physical timestep |
---|
| 23 | iradia = 1 |
---|
| 24 | # call multilayer correlated-k radiative transfer ? |
---|
| 25 | corrk = .false. |
---|
| 26 | # folder in which correlated-k data is stored ? |
---|
| 27 | corrkdir = pluton_ch4var_COfix |
---|
| 28 | |
---|
| 29 | ## Star type (inherited from generic model) |
---|
| 30 | startype = 1 |
---|
| 31 | ## Tracer and aerosol options |
---|
| 32 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 33 | # Call N2 condensation ? |
---|
| 34 | N2cond = .true. |
---|
| 35 | # Gravitational sedimentation of tracers ? |
---|
| 36 | sedimentation = .false. |
---|
| 37 | # Compute glacial flow (for fast option only)? |
---|
| 38 | glaflow = .true. |
---|
| 39 | # Compute methane cycle ? |
---|
| 40 | methane = .true. |
---|
| 41 | # Compute CO cycle ? |
---|
| 42 | carbox = .false. |
---|
| 43 | # Fast haze production (with option fast=.true.) ? |
---|
| 44 | fasthaze = .false. |
---|
| 45 | # atmospheric redistribution : spring constant (s) |
---|
| 46 | tau_n2 = 1. |
---|
| 47 | tau_ch4 = 1.E6 |
---|
| 48 | tau_co = 1. !E5 |
---|
| 49 | # day fraction for blocking CH4/CO condensation in SP (0 by default) (with methane or carbox=.true.) |
---|
| 50 | dayfrac=1.0 |
---|
| 51 | |
---|
| 52 | ## Surface properties |
---|
| 53 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 54 | # constant albedo with time |
---|
| 55 | constalb=.false. |
---|
| 56 | |
---|
| 57 | alb_n2b=0.7 |
---|
| 58 | alb_n2a=0.7 |
---|
| 59 | alb_ch4_eq=0.5 |
---|
| 60 | alb_ch4=0.5 |
---|
| 61 | alb_co=0.4 |
---|
| 62 | alb_tho=0.1 |
---|
| 63 | alb_tho_eq=0.1 |
---|
| 64 | emis_n2b=0.8 |
---|
| 65 | emis_n2a=0.8 |
---|
| 66 | emis_ch4=0.8 |
---|
| 67 | emis_co=0.8 |
---|
| 68 | emis_tho=0.8 |
---|
| 69 | emis_tho_eq=0.8 |
---|
| 70 | |
---|
| 71 | # Change TI with time |
---|
| 72 | changeti=.false. |
---|
| 73 | ITCH4=800. |
---|
| 74 | ITN2=800 |
---|
| 75 | ITH2O=800. |
---|
| 76 | |
---|
| 77 | ## Other physics options |
---|
| 78 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 79 | # call thermal conduction in the soil ? |
---|
| 80 | callsoil = .true. |
---|
| 81 | |
---|