mkdir -p /path/to/FVCOM/test cd /path/to/FVCOM/test
cp -r /path/to/FVCOM/FVCOM4.1/Examples/Estuary/ ./
cd ./Estuary/run
vim tst_run.nml
GRID_FILE = 'tst_grd.dat'
按“Esc”键,输入:wq!,按“Enter”保存并退出编辑。
dos2unix tst_grd.dat
time mpirun -n 24 --allow-run-as-root --bind-to core /path/to/FVCOM/FVCOM4.1/FVCOM_source/fvcom --casename=tst
ll