Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (865 - 867 of 964)

Ticket Owner Reporter Resolution Summary
#266 arango m.hadfield Fixed Wrong type for Lfullgrid in get_bounds.F
Description

In ROMS/Utility/get_bounds.F line 169

integer, intent(in)
Lfullgrid

should be

logical, intent(in)
Lfullgrid
#267 arango kate Fixed boundary condition changes
Description

set_tides fails to compile because mod_boundary has tests on NORTH_FSOBC for the definition of zeta_north, but set_tides doesn't have this test. I have a NORTHERN_WALL, so get:

 PGF90-S-0142-zeta_north is not a member of this RECORD (set_tides.f90: 60)
 PGF90-S-0142-ubar_north is not a member of this RECORD (set_tides.f90: 60)
 PGF90-S-0142-vbar_north is not a member of this RECORD (set_tides.f90: 60)
#283 arango wilkin Fixed ana_srflux diurnal flux factor is wrong in high latitude endless daylight case
Description

Line 215 of ana_srflux.h should be

         cff=cff1

the factor of 2*pi is wrong.

The comment about it should read:

!  Normalization = (1/2*pi) INTEGRAL{ABS(a+b*COS(t)) dt} from 0 to 2*pi
!                = (a*ARCCOS(-a/b)+SQRT(b**2-a**2))/pi   for |a|<|b|
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.