Search found 5 matches

by chenjung
Fri Jul 27, 2018 9:11 am
Forum: ROMS Installation
Topic: Questions on ROMS compiling with ifort
Replies: 6
Views: 5787

Re: Questions on ROMS compiling with ifort

han wrote:
kate wrote:Are you sure you have an up-to-date netcdf4 and netcdf-fortran?
Definitely.

I installed the latest version.
hi han

Could you solve this problem??

I have the same problem.

I installed netcdf-c lib 4.6.1 and netcdf-fortran lib 4.4.4.
by chenjung
Wed Dec 03, 2008 8:12 am
Forum: ROMS Discussion
Topic: about tidal forcing
Replies: 5
Views: 4976

Re: about tidal forcing

Thanks for reply. I'll try it.
But I don't understand is that why the depth could affect the amplitude at boundary??
by chenjung
Tue Dec 02, 2008 6:38 am
Forum: ROMS Discussion
Topic: about tidal forcing
Replies: 5
Views: 4976

about tidal forcing

Hi, everybody
I set up the 2D idealisze case to test the M2 tide.
I used closed boundary conditon for north, west and south sides.
M2 tide with 1m amplitude just input from east side, and it's worked fine.
But when i change the domain depth from 150m to 50m, the result of tide amplitude at boundary ...
by chenjung
Tue Dec 02, 2008 6:14 am
Forum: ROMS Discussion
Topic: Running ROMS on the IBM p5-575 server
Replies: 2
Views: 2935

Re: Running ROMS on the IBM p5-575 server

The problem is that ROMS cannot find your ocean_upwelling.in (usually located in the External directory). So either you don't have it or you have a mistake on specifying your paths.

Thanks your replay.
I had solved this problem.
I change the script, then it's work.

original:
poe /package/local ...
by chenjung
Tue Nov 18, 2008 9:23 am
Forum: ROMS Discussion
Topic: Running ROMS on the IBM p5-575 server
Replies: 2
Views: 2935

Running ROMS on the IBM p5-575 server

Hello, everyone:
I'm a new ROMS user. I try to run upwelling case on IBM p5-575 server with MPI.
I already copy input file into my work directory and produced excutable file oceanM.
Here is my run script.
#!/bin/ksh
#
#@ jobname =ROMStest
#@ output = $(jobname).$(jobid)
#@ error = $(output)
#@ node ...