Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 986)

Ticket Owner Reporter Resolution Summary
#84 arango jcwarner Fixed regrid wrong dimension
Description

regrid.F, bottom, has:

      IF (iflag.eq.linear) THEN
        CALL linterp2d (ng, 1, Nx, 1, Nx,                 
              &
         ............
      ELSE IF (iflag.eq.cubic) THEN
        CALL cinterp2d (ng, 1, Nx, 1, Nx,                               &
         .......
      END IF

I think this should be

        CALL linterp2d (ng, 1, Nx, 1, Ny,                               &
        CALL cinterp2d (ng, 1, Nx, 1, Ny,                               &
#85 arango arango Fixed Several bugs in 4DVAR when adjusting surface fluxes
Description

There are several bugs in the 4DVAR algorith when adjusting surface wind stress and surface tracer flux using ADJUST_WSTRESS and ADJUST_STFLUX. This is a new capability in the 4DVAR algorithms which we are still developing. Many thanks to Gregoire Broque for reporting and fixing these bugs.

#86 arango arango Fixed NEMURO model input file
Description

Some of the input parameters in input script nemuro.in have the incorrect units. As implemented in ROMS, the concentration is in millimoles/meter3. The values of these parameters in the Kishi et al paper are in micromoles/liter. Notice that the conversion is:

1 micromole/liter = 1 millimole/m^3

Many thanks to Al Hermann for reporting this bug.

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