Search found 29 matches

by zhouwei
Wed Oct 20, 2010 5:24 am
Forum: ROMS Adjoint
Topic: compiling adjoint error with gfortran
Replies: 1
Views: 2654

compiling adjoint error with gfortran

Dear ROMS users, Has anyone compiled ROMS adjoint using gfortran compiler? The following errors appeared,when I try to build it using gfortran and openmpi. I can compile and run ROMS Nonlinear model successfully with this fortran compiler. tl_set_vbc.f90: In function 'tl_set_vbc_tile': tl_set_vbc.f9...
by zhouwei
Thu Jul 29, 2010 12:51 am
Forum: ROMS Discussion
Topic: How to judge a model if it is an Eddy-resolving model
Replies: 2
Views: 2036

Re: How to judge a model if it is an Eddy-resolving model

Hi, Kate. Thank you for your explanations ,which help me remove my misunderstanding of this problem.
by zhouwei
Mon Jul 26, 2010 2:20 am
Forum: ROMS Discussion
Topic: How to judge a model if it is an Eddy-resolving model
Replies: 2
Views: 2036

How to judge a model if it is an Eddy-resolving model

Dear all,

I ofen see ' ROMS is an Eddy-resolving model ' from various of paper , but I don't know how to judge a model if it is a eddy-resolving model.
What unique charateristic and function does an eddy-resolving model have? Any information are greatly appreciated .
by zhouwei
Sat Apr 03, 2010 12:27 am
Forum: ROMS Discussion
Topic: orthogonality requirement in ROMS
Replies: 0
Views: 1206

orthogonality requirement in ROMS

Hi, everybody:

I find cosine values of grid corners should be less than 0.02 in offshore areas for Delft3d, that means grid corner's angle should be bigger than 88.85 degree. So what is orthogonality requirement in ROMS ? Thanks.
by zhouwei
Mon Mar 15, 2010 1:50 am
Forum: ROMS Discussion
Topic: why Roms can restart from the step where the model blows up?
Replies: 1
Views: 1715

why Roms can restart from the step where the model blows up?

My model blows up at 1494, but I can't find any problem from rst file. So I rerun this model from the restart file without changing other input files like forcing files and bry files, it can run successfully. Could anyone tell me why this happened? The First Run: 430248 1493 22:00:00 3.575556E-02 2....
by zhouwei
Thu Dec 24, 2009 2:49 am
Forum: ROMS Discussion
Topic: Configurations of Climatological simulation
Replies: 3
Views: 3364

Re: Configurations of Climatological simulation

Thank you so much for your help, Dakui. I will try it following your kindly suggestions and then present the new result as soon as possible. Hi,yang. I can only answer your second question as I have few experience of modelling,especially of ROMS. 2. How did you run the Climatology simulation ? Run t...
by zhouwei
Wed Dec 23, 2009 3:45 pm
Forum: ROMS Discussion
Topic: Configurations of Climatological simulation
Replies: 3
Views: 3364

Configurations of Climatological simulation

Hello All! I want to setup my first application by using climatological forcings(ECMWF wind and COADS heat flux) and boundary conditions(SODA). My physical and numerical settings are as follows: Activated C-preprocessing Options: SCS South China sea ERA wind ANA_BSFLUX Analytical kinematic bottom sa...
by zhouwei
Wed Mar 25, 2009 3:04 am
Forum: ROMS Problems
Topic: How to read ROMS source code
Replies: 0
Views: 1242

How to read ROMS source code

Hi,everyone. Recently,I have succeeded in configuring an simple application of the forward simulation using ana_*.h . But I have trouble with creating netcdf files such as initial files and forcing files , because I am not very clear what variables to be given values. So I want to read the source co...
by zhouwei
Wed Oct 17, 2007 10:51 am
Forum: ROMS Adjoint
Topic: Optimal method in ROMS
Replies: 0
Views: 2832

Optimal method in ROMS

Hi ,everyone.
What optimal method used by ROMS to adjust the control variable to minimize the cost function ? which procedure to compute the optimal direction towards the minimum of the cost function and the step size in that direction?
Thank you very much.
by zhouwei
Wed Aug 22, 2007 7:00 pm
Forum: ROMS Problems
Topic: How to use forcing package
Replies: 12
Views: 10382

Hi,Kate. Thanks for your reply.

Sorry,I am not quite sure about what do you mean by
We have the CORE forcing files beat into shape
by zhouwei
Wed Aug 22, 2007 3:47 pm
Forum: ROMS Problems
Topic: How to use forcing package
Replies: 12
Views: 10382

How to use forcing package

Hello,everyone. Recently,I was trying to compile the forcing package in Fedora 7 . I have modified CFT and LDR in Makefile.Gnu as follows CFT = gfortran LDR = gfortran When I wanted to make it ,the following errors appeared : def_info.F: In function ‘def_info’: def_info.F:158: warning: Function retu...
by zhouwei
Sat Aug 18, 2007 4:28 pm
Forum: ROMS Installation
Topic: A compiling problem about OA package
Replies: 3
Views: 2735

Thank you very much for your reply,Kate. Recently ,I was trying to compile the initial package ,but the following errors appeared: gfortran -c -DNO_EXIT -g -O2 get_date.F In file get_date.F:111 mon=1 1 Error: Symbol 'mon' at (1) has no IMPLICIT type make: *** [get_date.o] Error 1 I have no idea how ...
by zhouwei
Mon Aug 13, 2007 1:49 pm
Forum: ROMS Installation
Topic: A compiling problem about OA package
Replies: 3
Views: 2735

A compiling problem about OA package

Hello,everyone I am trying to compile OA package in Fedora 7 with gfortran compiler, I typed this command and got the following errors. [zhouwei@localhost oa]$ make -f Makefile.Gnu g77 -DNO_EXIT -g -O2 -o /home/zhouwei/bin/oa oamain.o acor.o asm.o atg.o bcintrp.o bcucof.o caldate.o day_code.o def_oa...
by zhouwei
Sun Aug 12, 2007 1:54 am
Forum: ROMS Installation
Topic: A question about 'substitute' in the job_is4dvar.sh
Replies: 1
Views: 1931

A question about 'substitute' in the job_is4dvar.sh

Hello,everyone. I found these command in the job_is4dvar.sh # Modify S4DVAR template input script and specify above files. set IS4DVAR=is4dvar.in if (-e $IS4DVAR) then /bin/rm $IS4DVAR endif cp s4dvar.in $IS4DVAR substitute $IS4DVAR ocean_std.nc $STDname substitute $IS4DVAR ocean_nrm.nc $NRMname sub...
by zhouwei
Sat Aug 11, 2007 2:52 pm
Forum: ROMS Problems
Topic: A Problem about building Nemuro ecosystem test
Replies: 2
Views: 2477

A Problem about building Nemuro ecosystem test

Hi, I was trying to build Nemuro ecosystem test ,but I didn't find nemuro.h in ROMS/Include. Then I copied nemuro.h from ROMS/Nonlinear . cp ROMS/Nonlinear/nemuro.h ROMS/Include/ I activated NEMURO cpp option in the makefile and typed the command ]$ make Compilers/make_macros.mk:1: *** missing separ...
by zhouwei
Thu Aug 09, 2007 7:31 am
Forum: ROMS Problems
Topic: A problem about building OpenMP ROMS
Replies: 8
Views: 5560

Hi ,arango ,Kate
Thank you very much for your replies,which really help me a lot
by zhouwei
Wed Aug 08, 2007 4:46 pm
Forum: ROMS Problems
Topic: A problem about building OpenMP ROMS
Replies: 8
Views: 5560

Thank you very much for your constructions, m.hadfield. When I compiled the OMP ROMS and typed this command: make -j I got the following warning: make: warning: Clock skew detected. Your build may be incomplete. I don't know what caused this problem in general. I know few about OpenMP .Could you ple...
by zhouwei
Wed Aug 08, 2007 12:34 am
Forum: ROMS Problems
Topic: A problem about building OpenMP ROMS
Replies: 8
Views: 5560

Hi,jcwarner Thanks for your reply. When I typed this command: make -j > compile.txt I got the following message: zw@a330:~/roms> make -j >compile.txt makefile:230: INCLUDING FILE Compilers/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT MAKE DEFINITIONS make: svnversion: Command not found makefi...
by zhouwei
Tue Aug 07, 2007 5:15 pm
Forum: ROMS Problems
Topic: A problem about building OpenMP ROMS
Replies: 8
Views: 5560

A problem about building OpenMP ROMS

Hi, I turned on shared-memory parallelization in ROMS using the OpenMP compiler directives in SGI workstation with ifort compiler in the upwelling test. It runs fine on SERIAL. I typed the following command : make -j 8 > compile.txt then I got the following warnings: makefile:230: INCLUDING FILE Com...
by zhouwei
Fri Aug 03, 2007 6:52 am
Forum: ROMS Installation
Topic: Problem about running the upwelling about test case
Replies: 7
Views: 3988

Thank you very much for your instruction.
by zhouwei
Thu Aug 02, 2007 1:39 pm
Forum: ROMS Installation
Topic: Problem about running the upwelling about test case
Replies: 7
Views: 3988

Hi, m.hadfield ,Kate,
Thanks for your reply . It is indeed the problem of the compiler .
By the way ,how do I know what compilers my Operating System has installed and which version they are.
Thank you.
by zhouwei
Wed Aug 01, 2007 2:00 pm
Forum: ROMS Problems
Topic: Compiling error in SGI workstation
Replies: 7
Views: 5600

Thanks to jcwarner ,gerardo and LIn, I have got rid of this problem at last .
It is caused by the netcdf . Thanks again for all your support. :D
by zhouwei
Tue Jul 31, 2007 7:25 am
Forum: ROMS Problems
Topic: Compiling error in SGI workstation
Replies: 7
Views: 5600

Hi jcwarner Thanks for your reply. After trying ' chmod +x cpp_clean ' and modifying the lib and include of netcdf,I run 'make' again. I get the following errors: zw@a330:~/roms> make make: svnversion: Command not found : No such file or directory cp -f /lun/home/zw/netcdf/include/netcdf.mod Build c...
by zhouwei
Mon Jul 30, 2007 6:33 am
Forum: ROMS Problems
Topic: Compiling error in SGI workstation
Replies: 7
Views: 5600

Compiling error in SGI workstation

Hi ,I am a new user of ROMS . Today I was trying to run the upwelling test case.I have modified the Linux-ifort.mk and makefile to define the netcdf lib and include When I try compiling the model on a SGI workstation with Linux-ifort. I get the following errors: zw@a330:~/roms> make make: svnversion...
by zhouwei
Mon Jul 30, 2007 5:04 am
Forum: ROMS Installation
Topic: Problem about running the upwelling about test case
Replies: 7
Views: 3988

Problem about running the upwelling about test case

Hi ,I am a new user of ROMS . Today I was trying to run the upwelling test case and I get the following errors when I try compiling the model on a Fedora 4 system with Linux-gfortran. [vchou@localhost roms]$ make makefile:226: INCLUDING FILE Build/make_macros.mk WHICH CONTAINS APPLICATION-DEPENDENT ...
by zhouwei
Wed Jul 18, 2007 3:58 am
Forum: ROMS Installation
Topic: An urgent problem about downloading ROMS by using SVN
Replies: 5
Views: 6013

Thanks,robertson,I have sent an email to robertson@marine.rutgers.edu to change my username.
by zhouwei
Tue Jul 17, 2007 12:44 am
Forum: ROMS Installation
Topic: An urgent problem about downloading ROMS by using SVN
Replies: 5
Views: 6013

Thanks,stef
I have tried type 'Zhou\ Wei' ,but it didn't work.
Have you any other ideas ,thank you . :)
by zhouwei
Mon Jul 16, 2007 1:41 am
Forum: ROMS Installation
Topic: An urgent problem about downloading ROMS by using SVN
Replies: 5
Views: 6013

An urgent problem about downloading ROMS by using SVN

Hi,I seem to have a problem when accessing this website by "svn checkout". https://www.myroms.org/svn/src The problem emerged when I try to login with my user name(Zhou Wei) and password, which are exactly as same as I used to login this Discussion and myroms.org website. == Svn checkout =...
by zhouwei
Mon Jul 16, 2007 1:14 am
Forum: ROMS Installation
Topic: svn checkout
Replies: 7
Views: 8360

I seem to have problem when accessing this website by "svn checkout". https://www.myroms.org/svn/src The problem emerged when I try to login with my user name(Zhou Wei) and password, which are exactly as same as I used to login this Discussion and myroms.org website. == Svn checkout == svn...