Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (949 - 951 of 964)

Ticket Owner Reporter Resolution Summary
#225 arango ianthomas Fixed Uninitialised string in error message.
Description

In Utility/get_varcoords.F line 91, the variable 'name' is used in an error message without it being initialised. A similar error message on line 85 has the correct initialisation on the previous line. The solution is therefore to insert the line

status=nf90_inquire_variable(ncid, ncvarid, name)

before line 91.

#243 arango arango Done Update makefile configuration files
Description

I updated all the makefile configuration files (Compilers/*.mk) to report the full path of the loader (LD macro) during compilation. Previously, I made this change in the compiler (FC macro) but I missed the loader.

#262 Arango mathieu Fixed typo
Description

In varinfo.dat line 1347, replace

  'Wave_dissip, scalar, series'

by

  'Wave_break, scalar, series'
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.