自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(36)
  • 收藏
  • 关注

原创 How to run ERSEM

【代码】How to run ERSEM。

2025-04-15 23:45:53 205

原创 Python

【代码】Python。

2025-04-14 05:09:30 395

原创 Talyor Diagram by Matlab

【代码】Talyor Diagram by Matlab。

2025-04-01 21:49:54 211

原创 SQL basic commands

【代码】SQL basic commands。

2025-03-11 21:57:39 712

原创 Matlab plot script

【代码】Matlab plot script。

2025-02-04 03:11:14 149

原创 Make a netcdf file by fortran (example by open boundary file for FVCOM)

【代码】Make a netcdf file by fortran (example by open boundary file for FVCOM)

2024-12-13 08:05:23 869

原创 Interpolate nc file from grid1 to grid2

【代码】Interpolate nc file from grid1 to grid2。

2024-12-11 05:18:58 286

原创 Can not open MATLAB on MACios: The application “Finder” does not have permission to open “(null).”

Locate the Matlab app in the Applications folder in the Finder.Right-click (or ctrl-click if you don’t have a right mouse button) on the Matlab icon in that folder.In the menu that pops up, click on “Show Package Contents.”In the folder that opens, dou

2024-12-10 01:17:39 301

原创 Modify River namelist for FVCOM

【代码】Modify River namelist for FVCOM。

2024-11-07 23:40:49 222

原创 How to generate SWAN forcing files

【代码】How to generate SWAN forcing files。

2024-11-02 00:32:22 219

原创 How to create elevation file for FVCOM (open boundary)

【代码】How to create elevation file for FVCOM (open boundary)

2024-10-29 05:22:31 217

原创 Analysis on SR9

【代码】Analysis on SR9。

2024-09-27 23:59:30 591

原创 Run SWAN model

【代码】Run SWAN model。

2024-08-20 03:34:22 497

原创 how to reformat a mobile HDD on a Mac

Open “Disk Utility”Find the HDD need reformationClick “Erase”.Change name and choose “APFS”

2024-07-23 22:19:51 219

原创 Lake Michigan Data assimilation

【代码】Lake Michigan Data assimilation。

2024-06-13 00:43:50 1641

原创 Run LEEM Model

【代码】【无标题】

2024-05-31 22:28:46 200

原创 Plot salinity contour

【代码】Plot salinity contour。

2023-11-17 06:20:30 86 1

原创 Make movie by linux command (example by current)

【代码】Make current quiver movie。

2023-11-17 05:54:22 117 1

原创 Two ways to plot a transection

【代码】Two ways to plot a transection。

2023-10-20 02:36:05 105 1

原创 Generate Forcing Files

【代码】Generate Forcing Files。

2023-10-10 09:08:26 117 1

原创 FVCOM & DA

【代码】FVCOM & DA。

2023-09-09 05:56:43 148 1

原创 create weight file in netcdf form

【代码】create weight file in netcdf form。

2023-08-30 03:11:27 115 1

原创 FVCOM & DA debugging

【代码】FVCOM & DA debugging。

2023-08-25 23:11:18 102 1

原创 Matlab plot -- vertical temperature distribution

【代码】Matlab plot -- vertical temperature distribution。

2023-08-10 23:51:37 117 1

原创 Matlab plot -- seasonly spatial lake surface temperature (fvcom/observation/difference)

【代码】Matlab plot -- seasonly spatial lake surface temperature (fvcom/observation/difference)

2023-08-05 06:31:46 92 1

原创 Matlab plot -- monthly spatial lake surface temperature (fvcom/observation/difference)

【代码】Matlab plot -- monthly spatial lake surface temperature (fvcom/observation/difference)

2023-08-05 06:27:40 117 1

原创 Matlab plot -- annual lake wide average surface temperature

【代码】Matlab plot -- annual lake wide average surface temperature。

2023-08-05 06:17:44 75 1

原创 Process data by using linux command ---average

【代码】Process data by using linux command ---average。

2023-08-05 06:12:43 71 1

原创 Observation data download and process

【代码】Observation data download and process。

2023-08-04 08:25:41 133 1

原创 Matlab 小技巧

颜色网站:https://www.rapidtables.com/web/color/html-color-codes.html

2023-08-01 08:05:18 77 1

原创 HPC login

【代码】HPC login。

2023-07-31 22:27:51 212 1

原创 FVCOM 运行

【代码】FVCOM 运行。

2023-07-28 06:08:35 437 2

原创 Matlab读取NetCDF文件及绘图

4. 绘制月平均湖表面温度在湖表面的分布(contour)5. 绘制水平上某点处的温度在水深上的分布随时间的变化。

2023-07-19 08:11:26 1215

原创 workspace setup for FVCOM

Linux setup on Mac ISODownload and install “Macports”Install “Xcode”open Terminal, and input After installation, input , and following the prompt steps, like input agree or passwordsBack to Macports website, and click “Available ports”, and search for “gc

2023-07-18 03:16:39 153 1

原创 Linux command (renewing)

【代码】Linuxcommand(renewing)

2023-07-18 03:13:12 272

原创 6. fortran之数组

6.数组数组的下标类型为integer,常数或变量都可以做下标。6.1 声明数组在使用数组之前,必须先声明数组元素的类型和个数。一维数组声明方式real,dimension(16)::voltagecharacter(len=20),dimension(20)::last_name其中,dimension属性用来说明数组的大小。数组常量声明方式(/1,2,3,4,5/) !fortran95[1,2,3,4,5] !fortran2003

2021-05-10 15:03:09 3151 1

GL-stations-lmd-file

GL-stations-lmd-file

2024-10-24

SWAN-time.bin

SWAN-time.bin

2024-09-05

Terminal setting

Terminal setting

2023-07-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除