We are using Romstools with ROMS_Agrif v1.2 Beta. ROMS has compiled well for intel fortran compilers (v9.1).
Now, we are proving to turn the output of roms to vis5d ( http://marine.rutgers.edu/po/tools/plot.html ). Apparently roms_to_vis5d has compiled well, but when we executed -> ./roms_to_v5d < roms_to_v5d.in
We have modified the archives roms_to_v5d.in and gridparam.h .pedro@afrodita:~/climate/roms-2.2/vis5d/roms_to_v5d$ ./roms_to_v5d < roms_to_v5d.in
dx = 9.9999998E-03 9.9999998E-03
x = 74.80000 74.80000
x = 73.26000 73.26000
y = 40.00000 37.49000
y = 40.00000 37.49000
in get_h
/home/pedro/climate/roms-2.2/vis5d/roms_to_v5d/roms_grd.nc
Reading: spherical
Reading: xl
Reading: el
Reading: h
Reading: f
Reading: pm
Reading: pn
Reading: lon_rho
Reading: lat_rho
Reading: angle
Reading: mask_rho
Reading: time_step
Reading: scrum_time
Reading: zeta
GET_SCOORD - unable to find grid variable: Cs_w
in grid NetCDF file: /home/pedro/climate/roms-2.2/vis5d/roms_to_v5d/roms_his.nc
GET_SCOORD
/home/pedro/climate/roms-2.2/vis5d/roms_to_v5d/roms_his.nc
/home/pedro/climate/roms-2.2/vis5d/roms_to_v5d/roms_grd.nc
leo.v5d
155 252 30
-1.0000000 -0.9666667 -0.9333333 -0.9000000 -0.8666667 -0.8333333 -0.8000000 -0.7666667 -0.7333333 -0.7000000 -0.6666667
-0.6333333 -0.6000000 -0.5666667 -0.5333333 -0.5000000 -0.4666667 -0.4333333 -0.4000000 -0.3666667 -0.3333333 -0.3000000
-0.2666667 -0.2333333 -0.2000000 -0.1666667 -0.1333333 -0.1000000 -0.0666667 -0.0333333 0.0000000
1
40. 74.8 .01 .01 0 0 0 0 0 0
1
It is possible that the version roms_to_vis5d isn`t prepared for ROMS_agrif and only work for ROMS Rutgers IMCS ??. What can be happening?. Must we rename some variable ?.integer L, M, N
parameter ( L=155 , M=252 , N=30 )
integer Lm, Lp, Mm, Mp, Np
parameter ( Lm=L-1, Lp=L+1, Mm=M-1, Mp=M+1, Np=N+1 )
integer isalt, itemp
parameter ( itemp=1, isalt=2 )
integer NT
parameter ( NT=2 )
Thanks.