Custom Query (986 matches)
Results (136 - 138 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#189 | Fixed | Few corrections to big IO update | ||
Description |
Corrected few typos and bugs to the big IO update in src:ticket:184. Many thanks to Mark Hadfield, Gordon Zhang and Bin Zhang for reporting these problems. |
|||
#190 | Done | update estuary test | ||
Description |
I suggest 3 updates to the estaury test so that it is more consistent with the Ocean Modelling 2005 paper. 1) ROMS/External/ocean_estuary_test.in: Change Lm from 50 to 200, and N from 10 to 20. 2) ROMS/External/sediment_estuary_test.in: Change the erosion rate from 1e-5 to 1e-4. 3) ROMS/Functionals/ana_sediment.h: Create it's own settings and change init bed thickness to 1 mm. Theses files are updated in my branch. |
|||
#191 | Fixed | Table output for SWAN coupling | ||
Description |
Correction in swanout1.F to allow table output from SWAN during a coupled run. 1) Correct file Waves/SWAN/Src/swanout1.F near lines 302, replace IF (RTYPE(1:2) .EQ. 'SP') THEN IVTYPE=500 ELSE IVTYPE=CORQ%IVTYP(1) END IF with IF (RTYPE(1:3) .EQ. 'BLK') THEN IVTYPE=CORQ%IVTYP(1) ELSE IVTYPE=500 END IF 2) Modify file Waves/SWAN/External/swan_inlet_test.in to add the line: TABLE 'point1' HEADER 'point1.table' HSIGN DIR WLEN OUTPUT 20000101.000000 1 HR This will allow a test for this output option. |