Custom Query (986 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (340 - 342 of 986)

Ticket Owner Reporter Resolution Summary
#438 arango arango Done Update ROMS plotting package
Description
  • The ROMS plotting package was updated to allow processing of spherical variable as an integer or character.
  • A new routine plot/src/Utility/slevels.F was added to overlay ROMS levels in a cross-section. This can be done by setting IREF=-1 in csec.in or sec.in.
  • The field incides were updated for new variables to plot
#439 arango arango Done Update all Readme files in 4D-Var Test Cases
Description

I added information about error covariance standard deviation and normalization coefficients in all Readme files for the 4D-Var Test Cases in the test/WC13 repository.

#440 arango m.hadfield Fixed Declaration error in set_avg.F
Description

In set_avg.F, subroutine set_avg_tile, line 103, there is a USE mod_grid statement inside an #ifdef SOLVE3D block. But later, beginning at line 150, there is a call to vorticity_tile in which several components of GRID(ng) are passed, some not inside an #ifdef SOLVE3D block. So compilation of this module fails when SOLVE3D is not defined.

The solution: move USE mod_grid outside the #ifdef SOLVE3D block.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.