#!/usr/bin/env perl use strict; if ( $#ARGV != 0 ) { die "Wrong number of input arguments -- should just enter one filename\n"; } my $infilename = $ARGV[0]; if ( ! -f $infilename ) { die "Input file: $infilename does NOT exist\n"; } my @dirs = ('../../../../../../scripts/ccsm_utils/Tools/per5lib', '../../../../../../scripts//ccsm_utils/Tools/perl5lib/Build'); unshift @INC, @dirs; require XML::Lite; use lib "../../../../../../scripts/ccsm_utils/Tools/perl5lib"; my $image_dir = "./images"; print <<"END_of_Start";
This page contains the complete list of config_grid.xml variables available. They are grouped by categories designed to aid browsing. Clicking on the name of a variable will display descriptive information. If search terms are entered in the text box below, the list will be condensed to contain only matched variables.
Compset Name | Short Name | START_table } #-------------------------------------------------------------------------------------------- sub print_row { my $name = shift; my $doc = shift; my $grp = shift; print <<"END_of_row";
---|---|
$name
|
$grp |