When I was reading the ana_initial.h,there were some variables defined I didn't understand.I am fresh on ROMS, with poor English.I do hope someone can help me with these problems which seems not worthy mentioning.I really appreciate that.
Here are the variables:
Code: Select all
integer, intent(in) :: ng, tile, model
integer, intent(in) :: LBi, UBi, LBj, UBj
integer, intent(in) :: IminS, ImaxS, JminS, JmaxS
integer :: Iless, Iplus, itrc
Code: Select all
DO j=Jstr,JendR
DO i=IstrR,IendR
v(i,j,k,1)=0.0_r8
END DO
END DO
In the end, I am looking foward to any advice and suggestions on running ROMS,or any related websites,articles and so on.I express my greatest gratitude.