Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 986)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Owner Reporter Resolution Summary
#16 arango arango Fixed Split get_data
Description

To facilitate coupling between several systems, we need to split get_data.F into time-dependent data and data that need to be processed only once. A new routine is created (get_idata.F) to process such data. Currently, it only includes tidal forcing (spectral time coordinates), and point Sources/Sinks.

#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.

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.