Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 964)

1 2 3 4 5 6 7 8 9 10 11
Ticket Owner Reporter Resolution Summary
#2 arango phil Fixed cosmetic bug
Description

the line 136 in ROMS/Functionals/analytical.F :

# include <ana_m3clima.h"

should be replaced by :

# include <ana_m3clima.h>

#37 arango jacopo Fixed typo in varinfo.dat
Description

'ubar_Rstress' ! Output

'vertically-integrated u-radiatiation stress'

It should be 'u-radiation'

#53 arango jprinehimer Fixed SVNREV variable in makefile
Description

Line 273 in the makefile has: SVNREV := $(shell svnversion -n .)

SVNREV should be set as a ?= so that the variable can be set in a build script in case the build computer doesn't have svn (e.g. you use one system for maintaining code and another for building/running code). The build doesn't fail the way it's set up now, but the errors about svnversion not being found are annoying.

1 2 3 4 5 6 7 8 9 10 11
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.