adjoint compilation problem

Discussion about tangent linear and adjoint models, variational data assimilation, and other related issues.

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
donguiyo
Posts: 29
Joined: Thu Mar 11, 2004 5:17 pm
Location: BOEM

adjoint compilation problem

#1 Unread post by donguiyo »

anyone has encountered this compilation error before? I have up to revision 110 which is the latest as of this posting....thx. Guiyo.


fortcom: Error: ad_t3dbc_im.f90, line 197: This is not a field name that is defined in the encompassing structure. [T_NORTH_CE]
IF (BOUNDARY(ng)%t_north_Ce(i,k,itrc).eq.0.0_r8) THEN
-------------------------------^

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

#2 Unread post by kate »

Well, you can check the BOUNDARY structure in mod_boundary.F. You will find that there is a t_north_Ce, with either of these #defined:
# if defined CELERITY_READ || defined CELERITY_WRITE

If you don't have either of them #defined, you are probably missing some #if defined stuff in ad_t3dbc_im.F. Check it out.

Post Reply