Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (139 - 141 of 964)

Ticket Owner Reporter Resolution Summary
#194 arango arango Fixed Couple of bugs in tl_def_his.F and tl_main2d.F
Description

One typo in tl_def_his.F for the barotropic case, the END DO is outside of the #ifdef at line 1351.

Also, tl_main2d.F has an error on line 155:

            CALL ini_zeta (ng, TILE, iTLM)

This should be:

            CALL tl_ini_zeta (ng, TILE, iTLM)
#195 arango m.hadfield Fixed OpenMP undeclared variables
Description

In ROMS/Modules/mod_grid.F, subroutine initialize_grid, at lines 421-447 we have

#ifdef _OPENMP
      IF (WESTERN_EDGE) THEN
        Imin=LBi
      ELSE
        Imin=Istr
      END IF
      ...
#else
      ...
#endif

The preprocessor macros WESTERN_EDGE, EASTERN_EDGE, etc (defined in globaldefs.h) involve variables, Istr, Iend, Jstr, Jend, but these are not declared. Consequently, the compiler gives error messages like

mod_grid.f90:269.14:

      IF (Iend.eq.Lm(ng)) THEN
             1
Error: Symbol 'iend' at (1) has no IMPLICIT type
#197 arango arango Fixed Observation Sensitivity bug
Description

There is a sign problem when writing the TLmodVal into model/observation NetCDF in the observation sensitivity driver. Many thanks to Andy Moore for reporting this bug.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.