Custom Query (986 matches)
Results (910 - 912 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#538 | Done | Updated Matlab script d_obc_roms2roms.m | ||
Description |
I updated the script matlab/boundary/d_obc_roms2roms.m and added a call to force Java to clean garbage collection when computing a long time-series. We may get Java exception errors about heap space when reading input files from an OpenDAP server, if applicable. % If processing an OpenDAP file, force Java garbage collection. if (nc_url(NWAdata)), java.lang.System.gc end Also, notice that if we want to restart the computation, we can set CREATE = false and get the record of the last boundary conditions processed for appending. if (CREATE) BryRec = 0; else BryRec = length(nc_read(BRYname,'bry_time')); end
|
|||
#547 | Fixed | ana_m2obc.h ESTUARY_TEST bug | ||
Description |
In the conversion to the new open boundary conditions logical flags a bug was introduced in the block: #if defined ESTUARY_TEST IF (LBC(ieast,isUbar,ng)%acquire.and. & & LBC(ieast,isVbar,ng)%acquire.and. & & DOMAIN(ng)%Western_Edge(tile)) THEN ... ... The test should be on LBC(iwest ... not east. |
|||
#608 | Done | Support for new Gnu make version | ||
Description |
Version 4.0 of Gnu make is now available, so the NEED_VERSION variable in the ROMS makefile needs to be changed to NEED_VERSION := 3.80 3.81 3.82 3.82.90 4.0 |