out-of-memory problem in .nc file while pre-process

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
hpd14thu
Posts: 68
Joined: Tue May 01, 2018 3:56 pm
Location: Tsinghua University

out-of-memory problem in .nc file while pre-process

#1 Unread post by hpd14thu »

Hello, I try to generate force.nc file by Matlab, and the variables in this file are Uwind, Vwind, Pair....
But the matrix of variables is too big and Matlab show that 'one or more variables sizes violate format'.

So I generate two force.nc, which are corresponding to different period of time.
But ROMS reported the bug:

Error when checking input Forcing file: typhoon_wind1.nc
last data time record available is for day: 1 06:00:00
but data is needed to finish run until day: 2 12:00:00

I wonder how to solve this problem.
Thank you !

lalvarez
Posts: 104
Joined: Wed Feb 03, 2010 6:59 pm
Location: Universidad Autonoma de Baja California Sur

Re: out-of-memory problem in .nc file while pre-process

#2 Unread post by lalvarez »

Hello there

You have to look at your files timelength, or how you set the order in your *.in file configuration

User avatar
hpd14thu
Posts: 68
Joined: Tue May 01, 2018 3:56 pm
Location: Tsinghua University

Re: out-of-memory problem in .nc file while pre-process

#3 Unread post by hpd14thu »

lalvarez wrote:Hello there

You have to look at your files timelength, or how you set the order in your *.in file configuration

Thank you for your reply, the problems are solved!

Post Reply