Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

-C: Climatology mode. Either "mth" (default, and for monthly-mean input files) or "ann" , hfc for high-frequency-climate (i.e., sub-daily) mean input files, or ann (for annual-mean input files). 

-c: caseid, i.e., simulation name. For input files like famipc5_ne30_v0.3_00001.cam.h0.1980-01.nc, specify "-c famipc5_ne30_v0.3_00001". The ".cam." and ".h0." bits are added to the filenames internally by default, and can be modified via the "-m mdl_nm" and "-h hst_nm" switches if needed. See comments in ncclimo for documentation. 

-e: end year (example: 2000). Unless the optional flag "-a sdd" scdis specified, the last month used will be Nov Dec of the specified end year. If "-a sdd" scd is specified, the last month will be Dec Nov of the specified end year.

-h: history file volume that separates the model name from the date in the input file name. Default is "h0".  Other common values are "h1" and "h"

-i: directory containing all netcdf netCDF files to be used for input to this code.

-m: model type. Default is "cam". Other options are "clm2", "ocn", "ice", "cism", "cice", "pop".

-o: directory where computed native grid climo files will be placed. Regridded climos will also be placed here unless a separate directory for them is specified with -O (NB: capital "O") 

-O: directory where regridded climo files will be placed.

-s: start year (example: 1980). The first month used will be Dec Jan of the year before the year the start year you specify (example Dec 1979 to allow for contiguous DJF climos). If "-a sdd" scd is specified, the first month used will be Jan Dec of the year before specified start year (example Dec 1979 to allow for contiguous DJF climos).

-v: variable list, e.g., FSNT,AODVIS,PREC.? (yes, regular expressions work so this expands to PRECC,PRECL,PRECSC,PRECSL)

MPAS O/I considerations:

...