Custom Query (986 matches)
Results (829 - 831 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#10 | Fixed | Allocate only needed point Sources/Sinks | ||
Description |
Remove Msrc from mod_param.F and allocate to the needed number of point Sources/Sinks available in the input forcing NetCDF file. The variable Msrc is still set to 200 in mod_sources.F but for analytical point Sources/Sinks (ANA_PSOURCE) applications. It is very unlikely that we need more than 200 analytical point Sources/Sinks. |
|||
#18 | Fixed | Syntax error in ana_fsobc.h for WEDDELL case | ||
Description |
Just a parenthesis in the wrong place at line 135. Corrected file attached... |
|||
#24 | Fixed | BL_TEST case suffering from bit rot | ||
Description |
The BL_TEST case appears to lack some preprocessor macros that it needs. The macro ANA_WWAVE is defined, but there is a compiler error on the source in ana_wwave.h. See below. Should this case be updated or deleted? The error: in ana_wwave.h the following code is specified #if defined BL_TEST wdir=210.0_r8*deg2rad DO j=JstrR,JendR DO i=IstrR,IendR Hwave(i,j)=0.5_r8 Dwave(i,j)=wdir Pwave(i,j)=8.0_r8 END DO END DO #elif ... however Hwave is available only if WAVES_HEIGHT is defined (which it isn't), Dwave is available only if BBL_MODEL or NEARSHORE_MELLOR is defined (which they aren't), and Pwave appears to have been replaced by Pwave_top and Pwave_bot. |