Difference between revisions of "The callphys.def Input File"

From Planets
Jump to: navigation, search
(Created blank page)
 
Line 1: Line 1:
 +
Example of ''callphys.def'' file:
  
 +
<pre>
 +
## Orbit / general options
 +
## ~~~~~~~~~~~~~~~~~~~~~~~
 +
# Run with or without tracer transport ?
 +
tracer    = .true.
 +
# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
 +
diurnal  = .true.
 +
# 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.
 +
# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
 +
check_cpp_match=.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.
 +
# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
 +
continuum  = .true.
 +
# folder in which correlated-k data is stored ?
 +
#corrkdir  = CO2_H2Ovar
 +
corrkdir  = Earth_JL13_extend
 +
#corrkdir  = corrk_H2O-N2_extend
 +
# 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 1D/3D?
 +
specOLR    = .false.
 +
# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
 +
meanOLR    = .true.
 +
# Variable gas species: Radiatively active ?
 +
varactive  = .true.
 +
# Variable gas species: Fixed vertical distribution ?
 +
varfixed  = .false.
 +
# Variable gas species: Saturation percentage value at ground ?
 +
satval    = 0.0
 +
 +
## 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:
 +
# 1366.0 W m-2 Sol today
 +
# 1024.5 W m-2 Sol today x 0.75 = weak Sun 3.8 GYa
 +
# 18.462 W m-2 The feeble GJ581
 +
# 19.960 W m-2 GJ581 with e=0.38 orbital average
 +
Fat1AU = 1300
 +
 +
## Tracer and aerosol options
 +
## ~~~~~~~~~~~~~~~~~~~~~~~~~~
 +
# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
 +
sedimentation = .false.
 +
 +
## Other physics options
 +
## ~~~~~~~~~~~~~~~~~~~~~
 +
# call turbulent vertical diffusion ?
 +
calldifv = .true.
 +
# use turbdiff instead of vdifc ?
 +
UseTurbDiff = .true.
 +
# call convective adjustment ?
 +
calladj  = .true.
 +
# call thermal conduction in the soil ?
 +
callsoil = .true.
 +
 +
#########################################################################
 +
## extra non-standard definitions for Early Mars
 +
#########################################################################
 +
 +
## Tracer and aerosol options
 +
## ~~~~~~~~~~~~~~~~~~~~~~~~~~
 +
# Radiatively active CO2 aerosol?
 +
aeroco2      = .true.
 +
# Fixed CO2 aerosol distribution?
 +
aerofixco2    = .false.
 +
# Radiatively active water aerosol?
 +
aeroh2o      = .true.
 +
# Fixed water aerosol distribution?
 +
aerofixh2o  = .false.
 +
# basic dust opacity
 +
dusttau      = 0.0
 +
# Varying H2O cloud fraction?
 +
CLFvarying    = .false.
 +
# H2O cloud fraction?
 +
CLFfixval    = 0.5
 +
# fixed radii for cloud particles?
 +
radfixed=.false.
 +
# number mixing ratio of CO2 ice particles
 +
Nmix_co2      = 1.E5
 +
# number mixing ratio of water particles (for rafixed=.false.)
 +
Nmix_h2o      = 4.e6
 +
# number mixing ratio of water ice particles (for rafixed=.false.)
 +
Nmix_h2o_ice      = 2.e4
 +
# radius of H2O water particles (for rafixed=.true.):
 +
rad_h2o=10.e-6
 +
# radius of H2O ice particles (for rafixed=.true.):
 +
rad_h2o_ice=35.e-6
 +
# atm mass update due to tracer evaporation/condensation?
 +
mass_redistrib = .false.
 +
 +
## Water options
 +
## ~~~~~~~~~~~~~
 +
# Model water cycle
 +
water        = .true.
 +
# Model water cloud formation
 +
watercond    = .true.
 +
# Model water precipitation (including coagulation etc.)
 +
waterrain    = .true.
 +
# Use simple precipitation scheme?
 +
precip_scheme=4
 +
# multiplicative constant in Boucher 95 precip scheme
 +
Cboucher=1.
 +
# Include hydrology ?
 +
hydrology    = .true.
 +
# H2O snow (and ice) albedo ?
 +
albedosnow    = 0.5
 +
# Maximum sea ice thickness ?
 +
maxicethick  = 0.05
 +
# Freezing point of seawater (degrees C) ?
 +
Tsaldiff      = 0.0
 +
# Evolve surface water sources ?
 +
sourceevol    = .false.
 +
# Ice evolution timestep ?
 +
icetstep      = 10
 +
 +
# Use slab-ocean ?
 +
ok_slab_ocean = .true.
 +
# Use heat transport for the ocean ? (Do not use it because it is not parallel)
 +
ok_slab_heat_transp = .false.
 +
 +
## CO2 options
 +
## ~~~~~~~~~~~
 +
# gas is non-ideal CO2 ?
 +
nonideal      = .false.
 +
# call CO2 condensation ?
 +
co2cond      = .true.
 +
# Set initial temperature profile to 1 K above CO2 condensation everywhere?
 +
nearco2cond  = .false.
 +
# adress for spectroscopic file
 +
datadir = datadir
 +
</pre>

Revision as of 10:08, 11 May 2022

Example of callphys.def file:

## Orbit / general options
## ~~~~~~~~~~~~~~~~~~~~~~~
# Run with or without tracer transport ?
tracer    = .true.
# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
diurnal   = .true.
# 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.
# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
check_cpp_match=.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.
# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
continuum  = .true.
# folder in which correlated-k data is stored ?
#corrkdir   = CO2_H2Ovar
corrkdir   = Earth_JL13_extend
#corrkdir   = corrk_H2O-N2_extend
# 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 1D/3D?
specOLR    = .false.
# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
meanOLR    = .true.
# Variable gas species: Radiatively active ?
varactive  = .true.
# Variable gas species: Fixed vertical distribution ?
varfixed   = .false.
# Variable gas species: Saturation percentage value at ground ?
satval     = 0.0

## 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:
# 1366.0 W m-2		Sol today
# 1024.5 W m-2		Sol today x 0.75 = weak Sun 3.8 GYa
# 18.462 W m-2		The feeble GJ581
# 19.960 W m-2		GJ581 with e=0.38 orbital average
Fat1AU = 1300

## Tracer and aerosol options 
## ~~~~~~~~~~~~~~~~~~~~~~~~~~
# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
sedimentation = .false.

## Other physics options
## ~~~~~~~~~~~~~~~~~~~~~
# call turbulent vertical diffusion ?
calldifv = .true.
# use turbdiff instead of vdifc ?
UseTurbDiff = .true.
# call convective adjustment ?
calladj  = .true.
# call thermal conduction in the soil ?
callsoil = .true.

#########################################################################
## extra non-standard definitions for Early Mars
#########################################################################

## Tracer and aerosol options 
## ~~~~~~~~~~~~~~~~~~~~~~~~~~
# Radiatively active CO2 aerosol?
aeroco2       = .true.
# Fixed CO2 aerosol distribution?
aerofixco2    = .false.
# Radiatively active water aerosol?
aeroh2o       = .true.
# Fixed water aerosol distribution?
aerofixh2o  = .false.
# basic dust opacity
dusttau       = 0.0
# Varying H2O cloud fraction?
CLFvarying    = .false.
# H2O cloud fraction?
CLFfixval     = 0.5
# fixed radii for cloud particles?
radfixed=.false.
# number mixing ratio of CO2 ice particles
Nmix_co2      = 1.E5
# number mixing ratio of water particles (for rafixed=.false.)
Nmix_h2o      = 4.e6
# number mixing ratio of water ice particles (for rafixed=.false.)
Nmix_h2o_ice      = 2.e4
# radius of H2O water particles (for rafixed=.true.):
rad_h2o=10.e-6
# radius of H2O ice particles (for rafixed=.true.):
rad_h2o_ice=35.e-6
# atm mass update due to tracer evaporation/condensation?
mass_redistrib = .false.

## Water options 
## ~~~~~~~~~~~~~
# Model water cycle
water         = .true.
# Model water cloud formation
watercond     = .true.
# Model water precipitation (including coagulation etc.)
waterrain     = .true.
# Use simple precipitation scheme?
precip_scheme=4
# multiplicative constant in Boucher 95 precip scheme
Cboucher=1.
# Include hydrology ?
hydrology     = .true.
# H2O snow (and ice) albedo ?
albedosnow    = 0.5
# Maximum sea ice thickness ?
maxicethick   = 0.05
# Freezing point of seawater (degrees C) ?
Tsaldiff      = 0.0
# Evolve surface water sources ?
sourceevol    = .false.
# Ice evolution timestep ?
icetstep      = 10

# Use slab-ocean ?
ok_slab_ocean = .true.
# Use heat transport for the ocean ? (Do not use it because it is not parallel)
ok_slab_heat_transp = .false.

## CO2 options 
## ~~~~~~~~~~~
# gas is non-ideal CO2 ?
nonideal      = .false.
# call CO2 condensation ?
co2cond       = .true.
# Set initial temperature profile to 1 K above CO2 condensation everywhere?
nearco2cond   = .false.
# adress for spectroscopic file
datadir = datadir