Versions Compared

Key

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

...

ncclimo         -s start_yr -e end_yr -c run_id -i drc_in -o drc_out # CAM
ncclimo -v FSNT -s start_yr -e end_yr -c run_id -i drc_in -o drc_out # CAM subset
ncclimo -m clm2 -s start_yr -e end_yr -c run_id -i drc_in -o drc_

...

out # 

...

ALM/CLM

A complete description of all available flags is given in comments embedded in ncclimo, and for convenience here is a summary:

...

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

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

MPAS O/I considerations:

MPAS ocean and ice models currently have their own (non-CESM'ish) naming convention for monthly output files. ncclimo recognizes input files as being MPAS-style when invoked with "-c hist" and "-m ocn" or "-m ice". Use the optional "-f fml_nm" switch to replace "hist" with a more descriptive simulation name for the output. Invocation looks like this:

...