Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 964)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Owner Reporter Resolution Summary
#17 arango arango Fixed Typo in set_data.F routines.
Description

There is a typo in set_data.F (NLM, TLM, RPM,ADM) routines when applying periodic boundary conditions to input winds. It apply twice periodic contidions to variable UWind.

#19 arango m.hadfield Fixed Errors in CPP logic in set_vbc.F
Description

The WEDDELL case uncovers some more errors. Throughout set_vbc.F there are preprocessor conditions of the form:

#if !(defined BBL_MODEL
defined ICESHELF)

that should be

#if !defined BBL_MODEL
defined ICESHELF

Corrected file attached.

#20 arango arango Fixed Application header file
Description

Need to allow full path be to included in cppdefs.h so users can modify distributed test cases by copying header files to the directory specified in makefile macro MY_HEADER_DIR.

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