Fully 2D bartotropic model
Dear all,
I am trying to compile a fully 2D model only forced by winds and patm and tides (as well as ubar,vbar and zeta as obc). However, I am receiving the following error:
step2d_.f(484): error #6404: This name does not have a type, and must have an explicit type. [PATM2D] & *( patm2d(i,j)-patm2d(i-1,j) )
I noticed in the in forces.h the flags READ_PATM and OBC_PATM are read only if OA_COUPLING or BULK_FLUX && TEMPERATURE are defined. However, in cppdefs_dev.h, I noticed that if SOLVE3D is not defined, than the TEMPERATURE flag is disabled.
I am new to CROCO, so it is possible I am making some mistakes. If it is not the case, is there a way to implemet a fully 2D simulation, forced only by the atmospheric pressure gradient, winds (or surface stress) and tide? An example of a similar case would be helpful.
Thank you in advance for your time, Michele