Search found 15 matches

by isopycnal
Fri Nov 30, 2007 9:45 am
Forum: ROMS Installation
Topic: mpi error on SGI with the latest ROMS
Replies: 5
Views: 5758

hi,gerardo.thank you very much if you can do the similar test. I am running a case to simulate the seasonal evolution of the circulations in the east China Sea. My study area is [105-135E,15-42N), dl=1/6 degree. And the forcing fields are from the coads in the ROMS package.In the makefile, I only se...
by isopycnal
Fri Nov 30, 2007 1:01 am
Forum: ROMS Installation
Topic: mpi error on SGI with the latest ROMS
Replies: 5
Views: 5758

Hi, Gerardo thank you for your reply. when I typed 'ulimit -a' , it shows that core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes...
by isopycnal
Tue Nov 27, 2007 7:31 am
Forum: ROMS Installation
Topic: mpi error on SGI with the latest ROMS
Replies: 5
Views: 5758

mpi error on SGI with the latest ROMS

hi,everyone, I compiled the latest ROMS on SGI linux system with MPI mode and the compilation is OK. however, when I excute ROMS with mpirun, such as mpirun -np 12 ./oceanM ./ROMS/External/liuzl_test.in I got the following errors MPI: On host a3700, Program /lun/home/liuzl/latest_roms/oceanM, Rank 1...
by isopycnal
Mon Nov 26, 2007 7:27 am
Forum: ROMS Installation
Topic: compiling error with the latest ROMS
Replies: 2
Views: 2518

HI, Kate,
thank you very much. I recompiled the netcdf 3.6.2 using my ifort compiler, and it is ok. thanks again.
by isopycnal
Wed Nov 21, 2007 1:36 am
Forum: ROMS Installation
Topic: compiling error with the latest ROMS
Replies: 2
Views: 2518

compiling error with the latest ROMS

hi,everyone I used the ROMS version 71 on my Linux system and it works well.But after I got the latest ROMS version through svn update and compile it, the errors appears as below: cd Build; ifort -c -ip -O3 -xW -free mod_netcdf.f90 fortcom: Error: mod_netcdf.f90, line 19: This module file was not ge...
by isopycnal
Sun Jun 10, 2007 7:18 am
Forum: ROMS Tools and Techniques
Topic: editmask, matlab 7 and mexnc
Replies: 16
Views: 14491

now i know why the error appears, it's the directory problem. it must be started in the run directory.
by isopycnal
Sat Jun 09, 2007 3:23 am
Forum: ROMS Tools and Techniques
Topic: editmask, matlab 7 and mexnc
Replies: 16
Views: 14491

hi, all, I want to use the roms_tools with matlab 7.0 R14, but got the following errors, make_grid Making the grid: ../Run/ROMS_FILES/roms_grd.nc Title: Benguela Test Model Resolution: 1/3 deg Create the grid file... LLm = 23 MMm = 31 ## NetCDF file not opened: ../Run/ROMS_FILES/roms_grd.nc ??? Unde...
by isopycnal
Sun Apr 01, 2007 5:34 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

hello, Shchepet, thank you for your interpretation of the remarks. first, let's talk about the installation of the Intel compiler. The basic information of my linux are as belows, [root@localhost ~]# uname -r 2.6.18-1.2798.fc6 [root@localhost ~]# uname -m x86_64 [root@localhost ~]# rpm -qa |grep gli...
by isopycnal
Sat Mar 31, 2007 6:18 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

thank you very much. I checked the *.o files of the ROMS and the NetCDF and found they are both 32 bit. "zetabc.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (GNU/Linux), not stripped' Then, I changed the compiler flag as your advice and I reinstalled the NetCDF binary sources and reset...
by isopycnal
Thu Mar 29, 2007 2:36 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

hello everyone, now, i downloaded and installed the Intel Fortran compiler. and with your helpful instructions (especially with the shchepet's advice), I successfully installed the NetCDF3.6.2 library (passed all the tests). and when i compile the ROMS with IFC and Icc (both 32 bite , I can not inst...
by isopycnal
Tue Mar 27, 2007 11:58 pm
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

thank you very much. I'll try as your instructions.
by isopycnal
Tue Mar 27, 2007 2:41 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

thank you for all of your replies. I very appreciate your patience to a new ROMS player. Now, I downloaded the Netcdf3.6.2, and Specify the Environment for Building as that "export CC=gcc export CPPFLAGS="" export FC=/root/g95/g95-install/bin/x86_64-linux-gnu-g95 export FFLAGS=-O expo...
by isopycnal
Sun Mar 25, 2007 3:31 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

jcwarner, thanks for your reply. I modified the path of netcdf.inc in the file 'mod_netcdf.F' under the directory 'Modules', and it works. a new problem appears such as belows, ".... /usr/bin/cpp -P -traditional -I/usr/local/include -DLINUX -DX86_64 -DG95 -IInclude -INonlinear -IDrivers -ISeaIc...
by isopycnal
Sat Mar 24, 2007 3:17 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

thank you very much. i have set the the path including the file "netcdf.inc" in my environment settings, but it doesn't work. the complete error lines are as below "/usr/bin/cpp -P -traditional -I/usr/local/include -DLINUX -DX86_64 -DG95 -IInclude -INonlinear -IDrivers -ISeaIce Nonlin...
by isopycnal
Sat Mar 24, 2007 2:08 am
Forum: ROMS Installation
Topic: a problem in compiling ROMS
Replies: 15
Views: 15424

a problem in compiling ROMS

hello ,every one, I am trying to compile ROMS in my linux FC6 platform, with g95 and Intel C++ compilers, and a problem appears such as that, "make: *** No rule to make target `netcdf.inc', needed by `mod_netcdf.f90'. Stop. rm mod_kinds.f90" I have installed the Netcdf library. I don't kno...