<center>
09-ENOI应用在海洋预测</center>
必要信息
必要信息 | 文件位置 |
---|---|
首次接触 | Liu-Jincan.github.io 中的 给定区域WW3试验(同化部分) |
添加到endnote文件夹 | … |
下载的文件夹 | … |
创建的博客 | 本博客 |
github仓库 | 2018,https://github.com/ChakoChen/Data-Assimilation-for-Ocean-Current-Forecasts, |
相关的博客 | _Fortran |
Readme.txt
This project constructs an EnOI (Ensemble Optimal Interpolation) data assimilation model for ocean current forecasts.
- The model constructs the background file from the restart files;
- reads in observation;
- calculates W matrix for generating an analysis file; updates the restart files with the newly generated analysis file.
- Next, NEMO restarts with the updated restart files, and another cycle of data assimilation begins…
About
Postdoctoral project on construction of an EnOI (Ensemble Optimal Interpolation) data assimilation model for ocean current forecasts
Topic
Languages
Win10+VScode+Msys2+Mingw64+GFortran+Git
看 Win10+VScode+Msys2+Mingw64+GFortran+Git
博客
寻找关于fortran的项目管理方法
看 FAQ:寻找关于fortran的项目管理方法
博客,
选择fpm管理方法
github readme.md 网页版目录
SSSSSSSSSSSSSSSSSS 个人的github
gitclone的分支命名v0.1.0,创建新分支命名v0.2.0-fpm,fpm对master分支进行重构,【在master分支中对fortran语言学习和文件注释】
看个人github项目:https://github.com/Liu-Jincan/Data-Assimilation-for-Ocean-Current-Forecasts,
begin~
失败,fpm不好用,
ubuntu+VScode+conda+GFortran+Git
看相关博客;
基于v0.1.0分支,创建新分支命名v0.2.0-make,【在master分支中对fortran语言学习和文件注释】
看个人github项目:https://github.com/Liu-Jincan/Data-Assimilation-for-Ocean-Current-Forecasts,
makefile如何自动依赖列表?
2022-04-13 wjc老师反馈
嗯,好的老师,现在已经编译成功了,现在在看输入数据和输出数据的格式是怎么样的~~
2022-04-16 wjc老师反馈
DA_cycle.zip