Custom Query (964 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (538 - 540 of 964)

Ticket Owner Reporter Resolution Summary
#653 arango arango Done VERY IMPORTANT: Corrected and Improved ROMS Nested Algorithms
Description

This is a very important update of ROMS nesting algorithm. In particular, this is an update to the nesting algorithms for the Refinement Grids Super-Class.

This is an early holidays and end-of-the-year gift for all of you, cheers...

Instead of giving you information here about the changes, please read the following posting in the ROMS forum. It will be more visible in the ROMS Forum.

We also added several pages to WikiROMS describing several examples and configuration with the LAKE_JERSEY examples.


WARNINGS:

  • In order to use this new version of the nesting algorithms, you need to update your ROMS Matlab repository and recompute the input nested grids connectivity (NGC) NetCDF file. Check src:ticket:652 for more information.
  • The nesting algorithms in ROMS are very complex. I highly recommend to start simple and see how the solution evolves and then add complexity to your application. Please, do not be impatient and greedy setting up your more complex nesting application. Build such application slowly so you can grasp the complexities of the region that you are modeling. My more complex example is showing below.

This is a two-way nesting with 3 refinement grid. For more information about this case check WikiROMS.

https://www.myroms.org/wiki/images/6/67/lake_jersey_temp_twoway_4g_acde.png

https://www.myroms.org/wiki/images/9/9e/lake_jersey_salt_twoway_4g_acde.png

https://www.myroms.org/wiki/images/6/66/lake_jersey_zeta_twoway_4g_acde.png

#654 arango arango Done Updated test Repository to include LAKE_JERSEY Examples
Description

The test repository was updated to include all the input fine needed to run the LAKE_JERSEY example for nesting. Several combination between all nested grids is possible. See WikiROMS for more information.

Currently, LAKE_JERSEY has the following refinement grids:

https://www.myroms.org/wiki/images/7/78/Lake_Jersey_grids.png

https://www.myroms.org/wiki/images/f/ff/lake_jersey_grids_mesh_zoom.png

#655 arango arango Fixed Corrected minor typo in v2dbc_im.F
Description

There is a minor bug of no consequence in routine v2dbc_im.F:

#ifdef NESTING
!
!  If refinement grid and northern edge, impose mass flux from donor
!  coaser grid for volume and mass conservation.
!
        ELSE IF (LBC(inorth,isVbar,ng)%nested) THEN
          ...
#endif
        END IF

We needed to have LBC(inorth,isVbar,ng)%nested instead of LBC(isouth,isVbar,ng)%nested. This did not affected the solution because all the LBC(:.:,:)%nested are always done in refinement applications. However, it is good to correct this switch. Many thanks to John Warner for bringing this to my attention.

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