next up previous contents
Next: About this document ... Up: qtcm User's Guide Previous: Bibliography   Contents

Subsections


Field Settings in defaults


Scalar Field Variables

This table lists the default settings for scalar qtcm fields as set by the defaults submodule. All fields are of class Field. Numerical values are rounded as per the conventions of Python's %g format code. To create a Field instance whose value is set to the default, instantiate with the field id as the argument

Field Value Units Description
       
SSTdir ../bnddata/SST_Reynolds   Where SST files are
SSTmode seasonal   Decide what kind of SST to use
VVsmin 4.5 m/s Minimum wind speed for fluxes
bnddir ../bnddata   Boundary data other than SST
dateofmodel 0   Date of model coded as an integer as yyyymmdd
day0 -1 dy Starting day; if $<$ 0 use day in restart
dt 1200 s Time step
eps_c 0.000138889 1/s 1/tau_c NZ (5.7)
interval 1 dy Atmosphere-ocean coupling interval
it 1   Time of day in time steps
landon 1   If not 1: land = ocean with fake SST
lastday 365 dy Last day of integration
month0 -1 mo Starting month; if $<$ 0 use mo in restart
mrestart 0   =1: restart using qtcm.restart
mt0 1   Barotropic timestep every mt0 timesteps
nastep 1   Number of atmosphere time steps within one air-sea coupling interval
noout 0 dy No output for the first noout days
nooutr 0 dy No restart file for the first nooutr days
ntout -30 dy Monthly mean output
ntouti 0 dy Monthly instantaneous data output
ntoutr 0 dy Restart file only at end of model run
outdir ../proc/qtcm_output   Where output goes to
runname runname   String for an output filename
title QTCM default title   A descriptive title
u0bar 0    
visc4x 700000 m$^2$/s Del 4 viscocity parameter in x
visc4y 700000 m$^2$/s Del 4 viscocity parameter in y
viscxT 1.2e+06 m$^2$/s Temperature diffusion parameter in x
viscxq 1.2e+06 m$^2$/s Humidity diffusion parameter in x
viscxu0 700000 m$^2$/s Viscocity parameter for u0 in x
viscxu1 700000 m$^2$/s Viscocity parameter for u1 in x
viscyT 1.2e+06 m$^2$/s Temperature diffusion parameter in y
viscyq 1.2e+06 m$^2$/s Humidity diffusion parameter in y
viscyu0 700000 m$^2$/s Viscocity parameter for u0 in y
viscyu1 700000 m$^2$/s Viscocity parameter for u1 in y
weml 0.01 m/s Mixed layer entrainment velocity
year0 0 yr Starting year; if $<$ 0 use year in restart
ziml 500 m Atmosphere mixed layer depth $\sim$ cloud base


Array Field Variables

This table lists the default settings for array qtcm fields as set by the defaults submodule. All fields are of class Field. Numerical values are rounded as per the conventions of Python's %g format code.

Field Shape Max Min Units Description
           
Evap (1, 1) 0 0    
FLW (1, 1) 0 0    
FLWds (1, 1) 0 0    
FLWus (1, 1) 0 0    
FLWut (1, 1) 0 0    
FSW (1, 1) 0 0    
FSWds (1, 1) 0 0    
FSWus (1, 1) 0 0    
FSWut (1, 1) 0 0    
FTs (1, 1) 0 0    
Qc (1, 1) 0 0 K Precipitation
S0 (1, 1) 0 0    
STYPE (1, 1) 0 0   Surface type; ocean or vegetation type over land
T1 (1, 1) 0 0 K  
Ts (1, 1) 0 0 K Surface temperature
WD (1, 1) 0 0    
WD0 (1,) 0 0   Field capacity SIB2/CSU (approximately)
arr1 (1, 1) 0 0   Auxiliary optional output array 1
arr2 (1, 1) 0 0   Auxiliary optional output array 2
arr3 (1, 1) 0 0   Auxiliary optional output array 3
arr4 (1, 1) 0 0   Auxiliary optional output array 4
arr5 (1, 1) 0 0   Auxiliary optional output array 5
arr6 (1, 1) 0 0   Auxiliary optional output array 6
arr7 (1, 1) 0 0   Auxiliary optional output array 7
arr8 (1, 1) 0 0   Auxiliary optional output array 8
psi0 (1, 1) 0 0    
q1 (1, 1) 0 0 K  
rhsu0bar (1,) 0 0    
rhsvort0 (1, 1, 1) 0 0    
taux (1, 1) 0 0    
tauy (1, 1) 0 0    
u0 (1, 1) 0 0 m/s Barotropic zonal wind
u1 (1, 1) 0 0 m/s Current time step baroclinic zonal wind
v0 (1, 1) 0 0 m/s Barotropic meridional wind
v1 (1, 1) 0 0 m/s  
vort0 (1, 1) 0 0    


next up previous contents
Next: About this document ... Up: qtcm User's Guide Previous: Bibliography   Contents
Johnny Lin 2008-09-12