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