Opened 17 years ago

Closed 17 years ago

#29 closed bug (Fixed)

Bugs in Master/mct_roms_wrf.h

Reported by: m.hadfield Owned by: arango
Priority: major Milestone: Release ROMS/TOMS 3.1
Component: Nonlinear Version: 3.1
Keywords: Cc:

Description

A few bugs, discovered while trying to compile BL_TEST case:

  • Fortran include statements don't work; replace with #include
  • Extraneous stuff at end of file; remove.
  • Variable ng declared as argument *and* as local variable in initialize_atmos_coupling.

Modified version attached. However BL_TEST still won't compile, I get

cd Build; g95 -c -fno-second-underscore -O3 -ffast-math ad_conv_3d.f90 /usr/bin/cpp -P -traditional -I/usr/local/include-g95 -DCYGWIN -DI686 -DG95 -D'ROOT_DIR="/tmp/hadfield/src"' -DBL_TEST -D'HEADER="bl_test.h"' -D'ROMS_HEADER="bl_test.h"' -DNestedGrids=1 -D'ANALYTICAL_DIR="/tmp/hadfield/src/ROMS/Functionals"' -D'SVN_REV="exported"' -IROMS/Include -IROMS/Adjoint -IROMS/Nonlinear -IROMS/Representer -IROMS/Tangent -IROMS/SeaIce -IROMS/Utility -IROMS/Drivers -IROMS/Functionals -IMaster -D'HEADER_DIR="./ROMS/Include"' ROMS/Adjoint/ad_convolution.F > Build/ad_convolution.f90 ROMS/Adjoint/ad_convolution.F:1: cppdefs.h: No such file or directory

Attachments (1)

mct_roms_wrf.h (22.5 KB ) - added by m.hadfield 17 years ago.

Download all attachments as: .zip

Change History (2)

by m.hadfield, 17 years ago

Attachment: mct_roms_wrf.h added

comment:1 by arango, 17 years ago

Resolution: fixed
Status: newclosed

The BL_TEST application is compiling for me. I don't understand your problem. I removed UV_QDRAG since a bottom boundary layer model is used for bottom momentum stress. I have to reduce the time-step by a factor of two. I added missing input script statations_bl_test.in.

Note: See TracTickets for help on using tickets.