Search found 14 matches

by Entrapmen
Thu Jan 26, 2012 9:06 am
Forum: ROMS Problems
Topic: Compilation Problem
Replies: 21
Views: 13841

Re: Compilation Problem

This has nothing to do with the build script. If I were you, I would edit the makefile to add another instance of libNLM after the second libUTIL in the linking, just to see if that helps it out. To do that, change: modules += ROMS/Nonlinear \ ROMS/Nonlinear/Biology \ ROMS/Nonlinear/Sediment \ ROMS...
by Entrapmen
Wed Jan 25, 2012 8:56 pm
Forum: ROMS Problems
Topic: Compilation Problem
Replies: 21
Views: 13841

Re: Compilation Problem

Thank you very much.

I will try compile using another computer and also with build script.
by Entrapmen
Wed Jan 25, 2012 7:33 pm
Forum: ROMS Problems
Topic: Compilation Problem
Replies: 21
Views: 13841

Re: Compilation Problem

Did you try a "make clean"? A new dependency was added to wrt_his, so that uv_rotate now needs to be compiled first. Question for Hernan - why rotate the averages at each timestep instead of in wrt_avg? I tried that, as well. I downloaded the code again and tried once more in order to be ...
by Entrapmen
Wed Jan 25, 2012 12:08 pm
Forum: ROMS Problems
Topic: Compilation Problem
Replies: 21
Views: 13841

Compilation Problem

Dear ROMS Users, I am using ifort to compile the latest version of ROMS. The model was compiled and run many times without any problems before. However, the following error came out today (yesterday I have updated it (version 600)). I have tried with different netcdf versions. Besides I have tried w...
by Entrapmen
Wed Jan 18, 2012 9:29 am
Forum: ROMS Problems
Topic: surface temperature problem
Replies: 0
Views: 1623

surface temperature problem

Dear Colleagues, I have a 0.6x0.6 degrees simple grid setup with closed boundaries and constant initial fields for tracers (temp=17C, salt=20ppt). I also use constant values for the BULK_FLUXES (Tair=23.567 C). There is no wind or surface momentum flux and no salt or freshwater input from the surfac...
by Entrapmen
Tue Mar 09, 2010 7:16 am
Forum: ROMS Discussion
Topic: Where is 'knew'
Replies: 1
Views: 1398

Where is 'knew'

I have the following error during compilation. I should invoke 'knew' parameter explicitly. Is this parameter kept under mod_stepping? fortcom: Error: analytical.f90, line 719: The shapes of the array expressions do not conform. [VAL1] val1=fac*(OCEAN(ng) % zeta(i,Jend,knew)+GRID(ng) % h(i,Jend)+ &a...
by Entrapmen
Mon Mar 01, 2010 2:31 pm
Forum: ROMS Discussion
Topic: about m3obc.h Question
Replies: 3
Views: 2309

Re: about m3obc.h Question

What are the boundary conditions for your domain?
by Entrapmen
Mon Feb 15, 2010 7:06 am
Forum: ROMS Discussion
Topic: hight temp values of my river input
Replies: 7
Views: 3720

Re: hight temp values of my river input

austinctodd wrote:I believe Kate is referring to whether or not you have "define TS_PSOURCE" in addition to "UV_PSOURCE" in your include file.
I activate both cpp options. I also add Q_PSOURCE.
by Entrapmen
Sun Feb 14, 2010 10:51 am
Forum: ROMS Discussion
Topic: hight temp values of my river input
Replies: 7
Views: 3720

Re: hight temp values of my river input

I have already specified in my netcdf file river_temp, river_salt and river_flag and checked their array consistencies. They look fine.
by Entrapmen
Fri Feb 12, 2010 9:49 am
Forum: ROMS Discussion
Topic: hight temp values of my river input
Replies: 7
Views: 3720

hight temp values of my river input

My domain is a rectangular channel and I want to add a river into my domain from one side. I set the river discharge not as a single source but a series of adjacent sources (31 points - Q=1000 m^3/s for each). domain.PNG The run blows up immediately within 15 time steps. I get crazy temperature valu...
by Entrapmen
Tue Feb 02, 2010 11:40 pm
Forum: ROMS Problems
Topic: compilation error
Replies: 3
Views: 5342

Re: compilation error

I use ifort and I set my application in makefile correctly. However, in order to be sure I tested it with UPWELLING test case. The same error occurs again. I have Linux-x86_64 system. I checked the svn status and list tells me some of the files are modified. There is no conflict between the old and ...
by Entrapmen
Tue Feb 02, 2010 8:52 am
Forum: ROMS Problems
Topic: compilation error
Replies: 3
Views: 5342

compilation error

I updated my code to the latest version(v442). Then, I try to compile my realistic application but I get the following error. Ozgur tr: extra operand `e' Try `tr --help' for more information. In file included from Compilers/make_macros.h:16: Compilers/../ROMS/Include/cppdefs.h:750:22: error: empty f...
by Entrapmen
Fri Dec 25, 2009 10:42 am
Forum: ROMS Discussion
Topic: About Coriolis parameter
Replies: 6
Views: 4640

Re: About Coriolis parameter

Is coriolis parameter calculated somewhere in the code if we provide simply lon and lat values? In another words, do I have to strictly define it under ana_grid.F or my grid.nc?

Özgür
by Entrapmen
Tue May 26, 2009 10:23 am
Forum: ROMS Tools and Techniques
Topic: rnc_CreateForcFile.m
Replies: 3
Views: 4601

rnc_CreateForcFile.m

I try to create my own ECMWF forcing file using rnt toolbox from Mr.Lorenzo. I get stuck with the following error. If I do not pass the opt argument and use the default values like; opt.sms_time=360; opt.sms_time_cycle=0; opt.sms_timeVal=[15:30:360]; then everything works fine. However, If I pass th...