From 909c4f9dc4e629fbf974c9cf364d4e92e853bc37 Mon Sep 17 00:00:00 2001 From: wuww <252740454@qq.com> Date: 星期三, 07 五月 2025 17:33:19 +0800 Subject: [PATCH] 添加新的配置文件节点 --- src/main/resources/application-dev.yml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 016b1a0..f26a93c 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -143,9 +143,12 @@ sww2tifBat: D:\other\simu\uwsolver\sww2tif.bat uwSolverBat: D:\other\simu\uwsolver\CudaUWSolver.Demo.NoVis.20250430\start.bat zarr2tifBat: D:\other\simu\uwsolver\zarr2tif1.0\start.bat + createRainfall: "C:\Program Files\Python310\python.exe" D:\other\DiZai\zarr\CreatRainfall.py rainfallTitle: Station Longitude Latitude Year Month Day Hour Minute Intensity rainfallSite: beijing saveFrames: 10 + # 鍦熷湴鍒╃敤锛�1-Cropland,2-Forest,3-Shrub,4-Grassland,5-Water,6-Snow/Ice,7-Barren,8-Impervious,9-Wetland + landuse: 2 #sizes: 64,128,256,512,1024,2048,4096 sizes: 1024 # 杈撳嚭鏂囦欢 -- Gitblit v1.9.3