Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 986)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Owner Reporter Resolution Summary
#23 arango m.hadfield Fixed Miscellaneous fixes to Functionals files
Description

ana_diag.h: Remove declarations for u & v when SOLVE3D is undefined.

ana_grid.h: Replace "#elif defined CANYON_A
defined CANYON_B" with "#elif defined CANYON"

Files attached.

#25 arango m.hadfield Fixed Declaration problem in cgradient.h
Description

In file cgradient.h, subroutine read_state.F, the explicit-shape version of the declaration for argument s_t is

real(r8), intent(inout) :: s_t(LBi:UBi,LBj:UBj,N(ng),NT(ng))

This has only 4 dimensions, whereas the corresponding assumed-shape declaration has 5:

real(r8), intent(inout) :: s_t(LBi:,LBj:,:,:,:)

I think the correct explicit-shape declaration is

real(r8), intent(inout) :: s_t(LBi:UBi,LBj:UBj,N(ng),2,NT(ng))

Corrected file attached.

#26 arango elhunter Fixed ROMS fails to initialize in parallel with point sources/sink
Description

I ran the LATTE model for several cases with ROMS 3.0 changeset 56. Compiled on moby using pgf90. If I set tiles to 2x2 (or 1x4) the program freezes on initialization(at runtime). This does not happen with a 1x1 tile or if I compile in serial. Also, the upwelling case compiles and initializes fine at runtime.

Once UV_SOURCE and TS_SOURCE are undefined there is no apparent problem running in parallel.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.