Skip to content
Bruno Combal edited this page Nov 15, 2013 · 8 revisions

NAME

make_dhm.py - Compute Degree Heating Months from Sea Surface Temperature projections.

SYNOPSIS

    ./make_dhm.py -o|-outdir PATHOUT [-outpref OUTPREFIX] -input PATHIN PREFIXIN [-tmpdir TMPPATH]
                  [-v VARIABLE]
                  -clim CLIMATO CLIMATOMAX CLIMRMSATMAX
                  -modelClim MODELCLIMPATH MODELCLIMPREF
                  -decad DECAD [-log LOGFILE]

                  PATHOUT: output directory, created if does not exist;
                  OUTPREF: prefix for the output name, default: dhm_;
                  PATHIN: input data directory (does not support sub-directories);
                  PREFIXIN: prefix of the input files;
                  TMPPATH: temporary path. Default: a random pathname is defined at runtime, as a leaf of PATHOUT;
                  VARIABLE: netcdf variable name to use for processing. Default is tos;
                  CLIMATO: a climatology file, same grid as the SST, with 12 months;
                  CLIMATOMAX: max value for the climatology;
                  CLIMTSMATMAX: RMS observed at the climatology max;
                  MODELCLIM: path to models climatology;
                  MODELCLIMPREF: model climatologies filenames prefix;
                  DECAD: the Year at which start counting a decad for the final synthesis;
                  LOGFILE: a logfile name. Default: ./make_dhm.py.log

DESCRIPTION

EXAMPLES

Clone this wiki locally