登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
有用过ROMS模式的请看过来。我按照wiki ROMS网页上的Installing and Running ROMS for First Time Users修改build.bash后编译通过了也产生了可执行文件oceanG. 但是当我运行oceanG文件时,并没有产生文章中标准输出的内容。输出的内容如下所示: *********************************************************** Model Input Parameters: ROMS/TOMS version 3.6 Friday - April 12, 2013 - 4:05:48 PM ----------------------------------------------------------------------------- MOD_NCPARAM - Unable to open variable information file: ROMS/External/varinfo.dat Default file is located in source directory. *********************************************************** 上面的记录没有用MPI,在我使用MPI后,输出记录不仅包含文本文字而且含有二进制乱码。输出内容如下(其中二进制码用@@@@@@@@@@@@@@@表示): *********************************************************** Model Input Parameters: ROMS/TOMS version 3.6 Friday - April 12, 2013 - 4:01:02 PM ----------------------------------------------------------------------------- INP_PAR - Unable to open ROMS/TOMS input script file. In distributed-memory applications, the input script file is processed in parallel. The Unix routine GETARG is used to get script file name. For example, in MPI applications make sure that command line is something like: mpirun -np 4 ocean ocean.in and not mpirun -np 4 ocean < ocean.in Elapsed CPU time (seconds): Analytical header files used: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ROMS/TOMS - Input error ............. exit_flag: 2 ERROR: Abnormal termination: NetCDF INPUT. REASON: No error *********************************************************** 请问有人知道这是什么原因吗?请高手指点!非常感谢!! |