Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 964)

Ticket Owner Reporter Resolution Summary
#196 arango m.hadfield Fixed Typo on ana_tobc.h
Description

In ROMS/Functionals/ana_tobc.h, lines 28-32 are

      CALL ana_tobc_tile (ng, tile, model,                              &
     &                    LBi, UBi, LBj, UBj, nstp(ng),                 &
     &                    IminS, ImaxS, JminS, JmaxS,),                 &
     &                    GRID(ng) % z_r,                               &
     &                    OCEAN(ng) % t)

There's a redundant ")" in line 30.

#200 arango kate Done passive tracer boundary conditions?
Description

I'm not understanding how the passive tracers get their boundary conditions. There's a clever way for them to be initialized differently from the active tracers with ANA_PASSIVE. There's a clever dye_ entry in varinfo.dat, but what about dye_west_ and friends?

What about analytic passive boundary conditions? I'm guessing there's something missing here.

#204 arango m.hadfield Fixed Grid spacing, Courant number output missing
Description

Forward runs (eg UPWELLING) in serial and OpenMP mode no longer print data about grid spacing and Courant number, i.e., instead of this

 Power filter parameters, Fgamma, gamma =  0.28400   0.18933

 Minimum X-grid spacing, DXmin =  1.00000000E+00 km
 Maximum X-grid spacing, DXmax =  1.00000000E+00 km
 Minimum Y-grid spacing, DYmin =  1.00000000E+00 km
 Maximum Y-grid spacing, DYmax =  1.00000000E+00 km
 Minimum Z-grid spacing, DZmin =  1.57503054E+00 m
 Maximum Z-grid spacing, DZmax =  2.30290891E+01 m

 Minimum barotropic Courant Number =  2.22358627E-01
 Maximum barotropic Courant Number =  5.42494240E-01
 Maximum Coriolis   Courant Number =  2.47800000E-02


 Maximum grid stiffness ratios:  rx0 =   6.931666E-02 (Beckmann and Haidvogel)
                                 rx1 =   1.188435E+00 (Haney)

we get this

 Power filter parameters, Fgamma, gamma =  0.28400   0.18933

 Maximum grid stiffness ratios:  rx0 =   6.931666E-02 (Beckmann and Haidvogel)
                                 rx1 =   1.188435E+00 (Haney)

MPI runs still produce the full output.

As far as I can tell, this change occurred some time between 21 July and 14 August.

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