Custom Query (986 matches)
Results (10 - 12 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#5 | Fixed | Maximum number of tidal constituents | ||
Description |
Need to compute maximum number of tidal constituents, MTC, internally. This parameter is now hardwired in mod_param.F. We just need to read its value from forcing NetCDF file and then allocate all the associated variables. |
|||
#6 | Fixed | Parallel bug in point data processing | ||
Description |
There is a distributed-memory parallel bug when processing point data forcing (met tower data). The model hangs out. Yes, needed to broadcast the status and exit_flag after reading by the input thread. |
|||
#7 | Fixed | Scrambled declarations in ad_forcing.F when ASSUMED_SHAPE active | ||
Description |
Declarations for imported variables in subroutine ad_forcing_tile, file ad_forcing.F are scrambled when ASSUMED_SHAPE is defined. The same problem occurs in tl_forcing.F and forcing.F. Trac failed when attaching files. |