I could not run ROMS2.1 with SEDIMENT defined

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
dhson
Posts: 32
Joined: Wed Apr 09, 2003 10:40 am
Location: Institute of Meteorology and hydrology

I could not run ROMS2.1 with SEDIMENT defined

#1 Unread post by dhson »

Dear all,

I could not run ROMS-2.1 with SEDIMENT option (with BIO_FASHAM defined).

I believed there is a problem with this command in ANALYTICAL.F

CALL exchange_r3d_tile (ng, Istr, Iend, Jstr, Jend, &
& LBi, UBi, LBj, UBj, 1, MBEDP, &
& bed)
because bed is 4d array.
I' ve corrected it to:
CALL exchange_r3d_tile (ng, Istr, Iend, Jstr, Jend, &
& LBi, UBi, LBj, UBj, 1, MBEDP, &
& bed(:,:,:,ised))

and got an error relating to memory allocation.

Please get me out!
Many thanks

Post Reply