File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default defineConfig({
55 base : "/QuickView" ,
66 title : "E3SM QuickView" ,
77 description :
8- "How to start with the E3SM QuickView suite to look at your climate data" ,
8+ "How to start with the E3SM QuickView suite to look at your simulation data" ,
99 head : [ [ "link" , { rel : "stylesheet" , href : "/custom.css" } ] ] ,
1010 themeConfig : {
1111 // https://vitepress.dev/reference/default-theme-config
@@ -49,7 +49,7 @@ export default defineConfig({
4949 items : [
5050 { text : "Key Reminders" , link : "/guides/reminders" } ,
5151 { text : "Connecitiviy Files" , link : "/guides/connectivity" } ,
52- { text : "Simulation Files" , link : "/guides/data " } ,
52+ { text : "Simulation Files" , link : "/guides/simulation_data " } ,
5353 { text : "Installation" , link : "/guides/installation" } ,
5454 ] ,
5555 } ,
Original file line number Diff line number Diff line change 22
33For the upcoming versions, we plan to prioritize the following:
44
5- - adding support for the server-client model and deploying server to Department
6- of Energy's Leadership Computing Facilities;
75- leveraging [ ParaView's] ( https://www.paraview.org/ ) parallel processing
86 capabilities to process many variables or high-resolution data;
97- adding support for the cubed-sphere meshes used by EAM's dynamical core, i.e.,
You can’t perform that action at this time.
0 commit comments