## Orbit / general options ## ~~~~~~~~~~~~~~~~~~~~~~~ # Run with or without tracer transport ? tracer = .true. # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating diurnal = .false. # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" season = .true. # Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart tlocked = .false. # Tidal resonance ratio ? ratio T_orbit to T_rotation nres = 1 # Write some more output on the screen ? lwrite = .false. # Save statistics in file "stats.nc" ? callstats = .false. # Test energy conservation of model physics ? enertest = .false. ## Radiative transfer options ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ # call radiative transfer? callrad = .true. # the rad. transfer is computed every "iradia" physical timestep iradia = 4 # call multilayer correlated-k radiative transfer ? corrk = .true. # folder in which correlated-k data is stored ? corrkdir = earth # call visible gaseous absorption in radiative transfer ? callgasvis = .true. # Include Rayleigh scattering in the visible ? rayleigh = .true. # Characteristic planetary equilibrium (black body) temperature # This is used only in the aerosol radiative transfer setup. (see aerave.F) tplanet = 215. # Output spectral OLR in 3D? specOLR = .false. # Output global radiative balance in file 'olr.txt' - slow for 1D!! meanOLR = .false. # Variable gas species: Radiatively active ? varactive = .false. # Variable gas species: Fixed vertical distribution ? varfixed = .true. # Variable gas species: Saturation percentage value at ground ? satval = 0.8 ## Star type ## ~~~~~~~~~ startype = 1 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # The choices are: # # startype = 1 Sol (G2V-class main sequence) # startype = 2 Ad Leo (M-class, synthetic) # startype = 3 GJ644 # startype = 4 HD128167 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Stellar flux at 1 AU. Examples: # 1356.0 W m-2 Sol today # 1017.0 W m-2 Sol today x 0.75 = weak early Sun # 18.462 W m-2 The feeble Gl581 Fat1AU = 1356.0 ## Tracer and aerosol options ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ # Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ? sedimentation = .false. ## Other physics options ## ~~~~~~~~~~~~~~~~~~~~~ # call turbulent vertical diffusion ? calldifv = .true. # call convective adjustment ? calladj = .true. # call thermal conduction in the soil ? callsoil = .true. ######################################################################### ## extra non-standard definitions for Earth / Early Mars ######################################################################### ## Radiative transfer options ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ # Parameterized Earth-like ozone absorption ? ozone = .false. ## Tracer and aerosol options ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ # Fixed aerosol distributions? aerofixed = .true. # number mixing ratio of CO2 ice particles Nmix_co2 = 100000. # number mixing ratio of water ice particles Nmix_h2o = 100000. ## Water options ## ~~~~~~~~~~~~~ # Model water cycle water = .true. # Model water cloud formation watercond = .true. # Model water precipitation (including coagulation etc.) waterrain = .true. # WATER: Precipitation threshold (simple scheme only) ? rainthreshold = 0.011 ## CO2 options ## ~~~~~~~~~~~ # gas is non-ideal CO2 ? nonideal = .false. # call CO2 condensation ? co2cond = .false. # Set initial temperature profile to 1 K above CO2 condensation everywhere? nearco2cond = .false.