[135] | 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 | # Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart |
---|
| 10 | tlocked = .false. |
---|
| 11 | # Tidal resonance ratio ? ratio T_orbit to T_rotation |
---|
| 12 | nres = 1 |
---|
| 13 | # Write some more output on the screen ? |
---|
| 14 | lwrite = .false. |
---|
| 15 | # Save statistics in file "stats.nc" ? |
---|
| 16 | callstats = .false. |
---|
| 17 | # Test energy conservation of model physics ? |
---|
| 18 | enertest = .false. |
---|
| 19 | |
---|
| 20 | ## Radiative transfer options |
---|
| 21 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 22 | # call radiative transfer? |
---|
| 23 | callrad = .true. |
---|
| 24 | # the rad. transfer is computed every "iradia" physical timestep |
---|
| 25 | iradia = 4 |
---|
| 26 | # call multilayer correlated-k radiative transfer ? |
---|
| 27 | corrk = .true. |
---|
| 28 | # folder in which correlated-k data is stored ? |
---|
| 29 | corrkdir = earth |
---|
| 30 | # call visible gaseous absorption in radiative transfer ? |
---|
| 31 | callgasvis = .true. |
---|
| 32 | # Include Rayleigh scattering in the visible ? |
---|
| 33 | rayleigh = .true. |
---|
| 34 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 35 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 36 | tplanet = 215. |
---|
| 37 | # Output spectral OLR in 3D? |
---|
| 38 | specOLR = .false. |
---|
| 39 | # Output global radiative balance in file 'olr.txt' - slow for 1D!! |
---|
| 40 | meanOLR = .false. |
---|
| 41 | # Variable gas species: Radiatively active ? |
---|
| 42 | varactive = .false. |
---|
| 43 | # Variable gas species: Fixed vertical distribution ? |
---|
| 44 | varfixed = .true. |
---|
| 45 | # Variable gas species: Saturation percentage value at ground ? |
---|
| 46 | satval = 0.8 |
---|
| 47 | |
---|
| 48 | ## Star type |
---|
| 49 | ## ~~~~~~~~~ |
---|
| 50 | startype = 1 |
---|
| 51 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 52 | # The choices are: |
---|
| 53 | # |
---|
| 54 | # startype = 1 Sol (G2V-class main sequence) |
---|
| 55 | # startype = 2 Ad Leo (M-class, synthetic) |
---|
| 56 | # startype = 3 GJ644 |
---|
| 57 | # startype = 4 HD128167 |
---|
| 58 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 59 | # Stellar flux at 1 AU. Examples: |
---|
| 60 | # 1356.0 W m-2 Sol today |
---|
| 61 | # 1017.0 W m-2 Sol today x 0.75 = weak early Sun |
---|
| 62 | # 18.462 W m-2 The feeble Gl581 |
---|
| 63 | Fat1AU = 1356.0 |
---|
| 64 | |
---|
| 65 | ## Tracer and aerosol options |
---|
| 66 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 67 | # Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ? |
---|
| 68 | sedimentation = .false. |
---|
| 69 | |
---|
| 70 | ## Other physics options |
---|
| 71 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 72 | # call turbulent vertical diffusion ? |
---|
| 73 | calldifv = .true. |
---|
| 74 | # call convective adjustment ? |
---|
| 75 | calladj = .true. |
---|
| 76 | # call thermal conduction in the soil ? |
---|
| 77 | callsoil = .true. |
---|
| 78 | |
---|
| 79 | ######################################################################### |
---|
| 80 | ## extra non-standard definitions for Earth / Early Mars |
---|
| 81 | ######################################################################### |
---|
| 82 | |
---|
| 83 | ## Radiative transfer options |
---|
| 84 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 85 | # Parameterized Earth-like ozone absorption ? |
---|
| 86 | ozone = .false. |
---|
| 87 | |
---|
| 88 | ## Tracer and aerosol options |
---|
| 89 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 90 | # Fixed aerosol distributions? |
---|
| 91 | aerofixed = .true. |
---|
| 92 | # number mixing ratio of CO2 ice particles |
---|
| 93 | Nmix_co2 = 100000. |
---|
| 94 | # number mixing ratio of water ice particles |
---|
| 95 | Nmix_h2o = 100000. |
---|
| 96 | |
---|
| 97 | ## Water options |
---|
| 98 | ## ~~~~~~~~~~~~~ |
---|
| 99 | # Model water cycle |
---|
| 100 | water = .true. |
---|
| 101 | # Model water cloud formation |
---|
| 102 | watercond = .true. |
---|
| 103 | # Model water precipitation (including coagulation etc.) |
---|
| 104 | waterrain = .true. |
---|
| 105 | # WATER: Precipitation threshold (simple scheme only) ? |
---|
| 106 | rainthreshold = 0.011 |
---|
| 107 | |
---|
| 108 | ## CO2 options |
---|
| 109 | ## ~~~~~~~~~~~ |
---|
| 110 | # gas is non-ideal CO2 ? |
---|
| 111 | nonideal = .false. |
---|
| 112 | # call CO2 condensation ? |
---|
| 113 | co2cond = .false. |
---|
| 114 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
| 115 | nearco2cond = .false. |
---|