Skip to content

Commit

Permalink
Merge 1
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed May 12, 2017
2 parents 942fff3 + 39777b6 commit 3896500
Show file tree
Hide file tree
Showing 112 changed files with 22,754 additions and 6,976 deletions.
42 changes: 33 additions & 9 deletions Config/config_postprocess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,47 +131,71 @@
<entry id="TIMESERIES_COMPLETECHUNK"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, create only complete chunks of variable timeseries data files as determined by the env_timeseries.xml tseries_filecat_tper and tseries_filecat_n elements. If FALSE, then incomplete chunks of variable timeseries data will be created and appended to upon subsequent running of the timeseries script. Default is TRUE."
></entry>

<entry id="GENERATE_AVGS_ATM"
<entry id="TIMESERIES_GENERATE_ALL"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
group="postprocess"
desc="If TRUE, create all variable timeseries files for all history streams regardless of the settings listed in the env_timeseries.xml tseries_create element. If set to FALSE, then use the tseries_create element setting in env_timeseries.xml for customized generation of timeseries files based on the history stream."
></entry>

<entry id="TIMESERIES_INPUT_ROOTDIR"
type="string"
valid_values="/glade/scratch/$USER/archive/$CASE, $DOUT_S_ROOT"
value="$DOUT_S_ROOT"
group="postprocess"
desc="Fully-qualified rootdir path to input raw history time-slice data. Note: [compname]/hist will be appended automatically."
></entry>

<entry id="TIMESERIES_OUTPUT_ROOTDIR"
type="string"
valid_values="/glade/scratch/$USER/archive/$CASE, $DOUT_S_ROOT"
value="$DOUT_S_ROOT"
group="postprocess"
desc="Fully-qualified rootdir path to output variable time series data files. Note: [compname]/proc/tseries/[tper] will be appended automatically."
></entry>

<entry id="GENERATE_AVGS_ATM"
type="logical"
valid_values="TRUE,FALSE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the atm_averages script which launches the parallel python wrapper script atm_avg_generator.py to generate climatological files using the pyAverager tool. Settings for creating the averages are specified in the env_diags_atm.xml file."
></entry>

<entry id="GENERATE_DIAGS_ATM"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the atm_diagnostics script with launches the AMWG diagnostics package parallel python wrapper script atm_diags_generator.py to generate climatological plots associated with the run job output. See the AMWG diagnostics documentation for more details. Settings for creating the diagnostics are specified in the env_diags_atm.xml file."
></entry>

<entry id="GENERATE_AVGS_ICE"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the ice_averages script which launches the parallel python wrapper script ice_avg_generator.py to generate climatological files using the pyAverager tool. Settings for creating the averages are specified in the env_diags_ice.xml file."
></entry>

<entry id="GENERATE_DIAGS_ICE"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the ice_diagnostics script which launches the PCWG diagnostics package parallel python wrapper script ice_diags_generator.py to generate climatological plots associated with the run job output. See the PCWG diagnostics documentation for more details. Settings for creating the diagnostics are specified in the env_diags_ice.xml file."
></entry>

<entry id="GENERATE_AVGS_LND"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the lnd_averages script which launches the parallel python wrapper script lnd_avg_generator.py to generate climatological files using the pyAverager tool. Settings for creating the averages are specified in the env_diags_lnd.xml file."
></entry>
Expand All @@ -187,23 +211,23 @@
<entry id="GENERATE_DIAGS_LND"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the lnd_diagnostics script which launches the LMWG diagnostics package parallel python wrapper script lnd_diags_generator.py to generate climatological plots associated with the run job output. See the LMWG diagnostics documentation for more details. Settings for creating the diagnostics are specified in the env_diags_lnd.xml file."
></entry>

<entry id="GENERATE_AVGS_OCN"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the ocn_averages script which launches the parallel python wrapper script ocn_avg_generator.py to generate climatological files using the pyAverager tool. Settings for creating the averages are specified in the env_diags_ocn.xml file."
></entry>

<entry id="GENERATE_DIAGS_OCN"
type="logical"
valid_values="TRUE,FALSE"
value="TRUE"
value="FALSE"
group="postprocess"
desc="If TRUE, this calls the OMWG diagnostics package parallel python wrapper script to generate climatological plots associated with the run job output. See the OMWG diagnostics documentation for more details. Settings for creating the diagnostics are specified in the env_diags_ocn.xml file."
></entry>
Expand Down
Loading

0 comments on commit 3896500

Please sign in to comment.