新版COAWST编译完成以后,波浪模式无法多层网格嵌套
Open
- Dominant language
- Fortran
- Stars
- 156
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
问题一:新版的COAWST,编译完后不能多层嵌套,报错为打不开PRINT ,我觉着这个问题是因为在优化程序时忽略了每个网格必须输出独立的PRINT文件,两个网格在输出PRINT时,占用了同一个,导致计算报错;
问题二:编译COAWST时,使用gfortran编译时指定 FC = mpif90,即可
Contributor guide
Research direction
Reproduce the reported multi-level nested-grid run and inspect how each grid opens and writes its PRINT output. Also review the gfortran build configuration using FC=mpif90. Done means the build completes and nested grids run without a shared PRINT-file error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fortran
- Domain
- build-system, hpc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100