Regarding ROMS PISCES model

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
SSRIVASTAVA
Posts: 4
Joined: Sat Apr 23, 2022 4:06 pm
Location: IIT KHARAGPUR

Regarding ROMS PISCES model

#1 Unread post by SSRIVASTAVA »

While running the make_clim_pisces the following error is coming:
make_clim_pisces

obc =

1 1 1 1

======================================================
=> You need the roms_oa.nc file created by make_clim.m
=> with makeoa=1 from romstools_param.m
======================================================
Add_no3: creating variables and attributes for the OA file
In an assignment A(:) = B, the number of elements in A and B must be the same.

Error in ncvar/subsasgn (line 295)
temp(:) = other;

Error in netcdf/subsasgn (line 83)
result = subsasgn(v, s, other);

Error in add_no3 (line 126)
nc{'no3_time'}(:)=t*30; % if time in month in the dataset !!!

Error in make_clim_pisces (line 65)
add_no3(oaname,clmname,ininame,grdname,no3_seas_data,...

Post Reply