File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
ex8-native-grid-visualization Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -221,13 +221,13 @@ These were generated with the following script:
221221 cd ../ex5-model-vs-obs
222222 python ex5.py --multiprocessing --num_workers=32 -d diags.cfg
223223 cd ../ex6-model-vs-obs-custom
224- python ex6.py --multiprocessing --num_workers=32
224+ python ex6.py
225225 cd ../ex7-obs-vs-obs
226- python ex7.py --multiprocessing --num_workers=32 - d diags.cfg
226+ python ex7.py -d diags.cfg
227227 cd ../ex8-native-grid-visualization
228- python ex8.py --multiprocessing --num_workers=32 - d diags.cfg
228+ python ex8.py -d diags.cfg
229229 cd ../ex9-snapshot-analysis
230- python ex9.py --multiprocessing --num_workers=32 - d diags.cfg
230+ python ex9.py -d diags.cfg
231231 cd ../
232232
233233 chmod -R 755 /global/cfs/cdirs/e3sm/www/forsyth/examples
Original file line number Diff line number Diff line change @@ -46,11 +46,8 @@ For your own data, ensure you have:
4646# Run with default settings (automatically uses your username for output directory)
4747python ex8.py
4848
49- # Run with multiprocessing for better performance
50- python ex8.py --multiprocessing --num_workers=32
51-
5249# Run with custom configuration file
53- python ex8.py -d diags.cfg --multiprocessing --num_workers=32
50+ python ex8.py -d diags.cfg
5451```
5552
5653### Using Command-Line Interface
Original file line number Diff line number Diff line change @@ -58,14 +58,11 @@ For your own data, ensure:
5858# Run with default settings
5959python ex9.py
6060
61- # Run with multiprocessing for better performance
62- python ex9.py --multiprocessing --num_workers=32
63-
6461# Run with custom configuration file
65- python ex9.py -d diags.cfg --multiprocessing --num_workers=32
62+ python ex9.py -d diags.cfg
6663```
6764
68- ### Using Command-Line Interface
65+ ### Using Command-Line Interface (example)
6966
7067``` bash
7168e3sm_diags zonal_mean_2d \
You can’t perform that action at this time.
0 commit comments