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
-------------------------------^
adjoint compilation problem
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.
# 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.