|
| 1 | +[runs] |
| 2 | +## options related to the run to be analyzed and control runs to be |
| 3 | +## compared against |
| 4 | + |
| 5 | +# mainRunName is a name that identifies the simulation being analyzed. |
| 6 | +mainRunName = 20190711.testLuke.A_WCYCL1850S.ne30_oECv3.compy |
| 7 | + |
| 8 | +# config file for a control run to which this run will be compared. The |
| 9 | +# analysis should have already been run to completion once with this config |
| 10 | +# file, so that the relevant MPAS climatologies already exist and have been |
| 11 | +# remapped to the comparison grid. Leave this option commented out if no |
| 12 | +# control run is desired. |
| 13 | +# controlRunConfigFile = /path/to/config/file |
| 14 | + |
| 15 | +# config file for a main run on which the analysis was already run to |
| 16 | +# completion. The relevant MPAS climatologies already exist and have been |
| 17 | +# remapped to the comparison grid and time series have been extracted. |
| 18 | +# Leave this option commented out if the analysis for the main run should be |
| 19 | +# performed. |
| 20 | +mainRunConfigFile = config.GM_20190605_GMtest_Kappa3d_vary_c2_intel.compy |
| 21 | + |
| 22 | +[execute] |
| 23 | +## options related to executing parallel tasks |
| 24 | + |
| 25 | +# the number of parallel tasks (1 means tasks run in serial, the default) |
| 26 | +parallelTaskCount = 6 |
| 27 | + |
| 28 | +# the parallelism mode in ncclimo ("serial" or "bck") |
| 29 | +# Set this to "bck" (background parallelism) if running on a machine that can |
| 30 | +# handle 12 simultaneous processes, one for each monthly climatology. |
| 31 | +ncclimoParallelMode = bck |
| 32 | + |
| 33 | +[diagnostics] |
| 34 | +## config options related to observations, mapping files and region files used |
| 35 | +## by MPAS-Analysis in diagnostics computations. |
| 36 | + |
| 37 | +# The base path to the diagnostics directory. Typically, this will be a shared |
| 38 | +# directory on each E3SM supported machine (see the example config files for |
| 39 | +# its location). For other machines, this would be the directory pointed to |
| 40 | +# when running "download_analysis_data.py" to get the public observations, |
| 41 | +# mapping files and region files. |
| 42 | +baseDirectory = /compyfs/diagnostics |
| 43 | + |
| 44 | +[input] |
| 45 | +## options related to reading in the results to be analyzed |
| 46 | + |
| 47 | +# directory containing model results |
| 48 | +baseDirectory = /compyfs/wolf966/e3sm_scratch/20190711.testLuke.A_WCYCL1850S.ne30_oECv3.compy/run |
| 49 | + |
| 50 | +# names of ocean and sea ice meshes (e.g. oEC60to30v3, oQU240v3, oRRS30to10v3, etc.) |
| 51 | +mpasMeshName = oEC60to30v3 |
| 52 | + |
| 53 | +# names of namelist and streams files, either a path relative to baseDirectory |
| 54 | +# or an absolute path. |
| 55 | +#oceanNamelistFileName = mpas-o_in |
| 56 | +#oceanStreamsFileName = streams.ocean |
| 57 | +#seaIceNamelistFileName = mpas-cice_in |
| 58 | +#seaIceStreamsFileName = streams.cice |
| 59 | + |
| 60 | +[output] |
| 61 | +## options related to writing out plots, intermediate cached data sets, logs, |
| 62 | +## etc. |
| 63 | + |
| 64 | +# directory where analysis should be written |
| 65 | +baseDirectory = /path/to/output/directory |
| 66 | + |
| 67 | +# Anvil doesn't have direct access to a web portal, so output will need |
| 68 | +# to be copied elsewhere (e.g. NERSC web portal) |
| 69 | +htmlSubdirectory = html |
| 70 | + |
| 71 | +# a list of analyses to generate. Valid names can be seen by running: |
| 72 | +# mpas_analysis --list |
| 73 | +# This command also lists tags for each analysis. |
| 74 | +# Shortcuts exist to generate (or not generate) several types of analysis. |
| 75 | +# These include: |
| 76 | +# 'all' -- all analyses will be run |
| 77 | +# 'all_<tag>' -- all analysis with a particular tag will be run |
| 78 | +# 'all_<component>' -- all analyses from a given component (either 'ocean' |
| 79 | +# or 'seaIce') will be run |
| 80 | +# 'only_<component>', 'only_<tag>' -- all analysis from this component or |
| 81 | +# with this tag will be run, and all |
| 82 | +# analysis for other components or |
| 83 | +# without the tag will be skipped |
| 84 | +# 'no_<task_name>' -- skip the given task |
| 85 | +# 'no_<component>', 'no_<tag>' -- in analogy to 'all_*', skip all analysis |
| 86 | +# tasks from the given compoonent or with |
| 87 | +# the given tag. Do |
| 88 | +# mpas_analysis --list |
| 89 | +# to list all task names and their tags |
| 90 | +# an equivalent syntax can be used on the command line to override this |
| 91 | +# option: |
| 92 | +# mpas_analysis config.analysis --generate \ |
| 93 | +# all,no_ocean,all_timeSeries |
| 94 | +# All tasks with tag "landIceCavities" are disabled because this run did not |
| 95 | +# include land-ice cavities. |
| 96 | +generate = ['all', 'no_landIceCavities', 'no_eke', 'no_BGC', 'no_icebergs', |
| 97 | + 'no_min', 'no_max'] |
| 98 | + |
| 99 | +[climatology] |
| 100 | +## options related to producing climatologies, typically to compare against |
| 101 | +## observations and previous runs |
| 102 | + |
| 103 | +# the first year over which to average climatalogies |
| 104 | +startYear = 31 |
| 105 | +# the last year over which to average climatalogies |
| 106 | +endYear = 40 |
| 107 | + |
| 108 | +[timeSeries] |
| 109 | +## options related to producing time series plots, often to compare against |
| 110 | +## observations and previous runs |
| 111 | + |
| 112 | +# start and end years for timeseries analysis. Using out-of-bounds values |
| 113 | +# like start_year = 1 and end_year = 9999 will be clipped to the valid range |
| 114 | +# of years, and is a good way of insuring that all values are used. |
| 115 | +startYear = 1 |
| 116 | +endYear = 40 |
| 117 | + |
| 118 | +[index] |
| 119 | +## options related to producing nino index. |
| 120 | + |
| 121 | +# start and end years for the nino 3.4 analysis. Using out-of-bounds values |
| 122 | +# like start_year = 1 and end_year = 9999 will be clipped to the valid range |
| 123 | +# of years, and is a good way of insuring that all values are used. |
| 124 | +# For valid statistics, index times should include at least 30 years |
| 125 | +startYear = 1 |
| 126 | +endYear = 9999 |
| 127 | + |
| 128 | +[streamfunctionMOC] |
| 129 | +## options related to plotting the streamfunction of the meridional overturning |
| 130 | +## circulation (MOC) |
| 131 | + |
| 132 | +# Use postprocessing script to compute the MOC? You want this to be True |
| 133 | +# for low-resolution simulations that use GM to parameterize eddies, because |
| 134 | +# the online MOC analysis member currently does not include the bolus velocity |
| 135 | +# in its calculation, whereas the postprocessing script does. |
| 136 | +# NOTE: this is a temporary option that will be removed once the online |
| 137 | +# MOC takes into account the bolus velocity when GM is on. |
| 138 | +usePostprocessingScript = True |
0 commit comments