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 Resolution Summary Owner Reporter
#644 Done WET_DRY and AVERAGES_DETIDE options fail to compile together. arango AlexisEspinosa
Description

WET_DRY and AVERAGES_DETIDE options fail to compile together. The solution is very simple:

1) Edit the file set_avg.F

2) Add the usage of mod_grid module in the set_detide_tile subroutine as in the other subroutines in that file. So, just add:

# ifdef WET_DRY
USE mod_grid
# endif

But it would be nice if this correction is added to ROMS files in the repository.

I commented this in the forum.

Cheers, Alexis

#663 Fixed a small bug in t3dmix4_iso.h arango Barbara
Description

Around line 115 in t3dmix4_iso.h, otherwise the "build" process will fail, when we define MIX_ISO_TS and TS_DIF4. We just need to add:

      USE mod_ncparam
#712 Fixed bug in WC13/PSAS build.bash, introduced at r822 (?) arango TomLav
Description

I am working from a fresh checkout (3 days ago), trying to run the WC13/PSAS test. After some segfaults and investigations, it seems the issue is in the build.bash file syntax, and specifically that a = sign is missing on line 129.

If I understand correctly, the 3 lines (1 causing the problem, and 2 commented ones) were added with revision 822. https://www.myroms.org/projects/src/changeset/822/test/WC13/PSAS/build.bash

The fix seems to be to add the '=' token.

I cannot assess if the results of the runs are scientifically correct, but without the '=', I get a segfault.

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.