WC13/R4DVAR Compiling Problem: rp_set_vbc.f90

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
ckers

WC13/R4DVAR Compiling Problem: rp_set_vbc.f90

#1 Unread post by ckers »

After I compiled the build_roms.bash in test/WC13/R4DVAR, I got this error:

rp_set_vbc.f90:248:10:

tl_stflx(i,j,isalt)=EmP*tl_t(i,j,N(ng),nrhs,isalt)+ &
1
Error: Unclassifiable statement at (1)

======================================================================================
I checked the rp_set_vbc.f90 in Build_roms directory under test/WC13/R4DVAR, and I found that

tl_stflx(i,j,isalt)=EmP*tl_t(i,j,N(ng),nrhs,isalt)+ &
& (tl_EmP-EmP))* &
& t(i,j,N(ng),nrhs,isalt)

As you can see, there is an extra right parenthesis. I have tried to delete the extra right parenthesis; however, after compiling it will generate a new rp_set_vbc.f90

How can I solve this?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: WC13/R4DVAR Compiling Problem: rp_set_vbc.f90

#2 Unread post by kate »

You need to fix rp_set_vbc.F, not the .f90 file.

Post Reply