Custom Query (986 matches)
Results (862 - 864 of 986)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#152 | Fixed | Wet/dry masks not initialized | ||
Description |
On the very first time through step2d, all the mask_wet arrays are still zero from the initialization to IniVal. This results in all of the ubar velocities ending up in the ELSE on line 2377 and getting set to zero (since they are multiplied by the zero umask_wet). The masks could be set in ini_fields before zeta gets modified. |
|||
#156 | Fixed | time_code overflow | ||
Description |
Looking at what happens in time_string, the first thing is INT(time) returning 0x80000000 or MIN_INT, being some huge negative number. My time is the number of seconds since the time origin of 1900, with years ranging from the 1950's to the present. The upshot is that all my time_codes end up being t = * :: |
|||
#160 | Done | NEMURO has no default grazing scheme option | ||
Description |
The problem Jordi was having with NEMURO was that he had not chosen a grazing option (neither HOLLING_GRAZING nor IVLEV_EXPLICIT). checkdefs.F catches the case that both are defined, but not the case that neither is defined. Can we add a trap for this situation to checkdefs? Thanks, John. |