Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (166 - 168 of 964)

Ticket Owner Reporter Resolution Summary
#14 arango mathieu Invalid SWAN / ROMS coupling problem
Description

The output abilities of ROMS are superior to SWAN so naturally, one wants to output with ROMS in netcdf instead of SWAN in ascii file. So, one set up no output between the two, i.e. NREOQ=0

But SWOUTP the subroutine for output also determine the value of "cplout" for coupling with ROMS and it also realize the interfacing. So with NREOQ=0 no coupling.

On the other hand if NREOQ=4 (4 field outputed), ocean_coupling is called 4 times, which is not correct.

Solution is to move the coupling outside of the 70 loop of SWOUTP.

#15 arango arango Fixed Make dependencies
Description

Remove MakeDepend and MakeDepend.orig from svn control. We now want the dependencies to be created in the build directory specified in the macro SCRATCH_DIR. This allows scripting the compilation stage (no need to change makefile) and simulataneous compilations of several projects provided that SCRATCH_DIR is unique for each project.

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

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