New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 12253 for utils/tools/NESTING/src/agrif_connect_topo.f90 – NEMO

Ignore:
Timestamp:
2019-12-16T10:59:22+01:00 (4 years ago)
Author:
clem
Message:

1) resolve some conflicts when using partial steps or not. 2) Make sure grids remain identical when they should. 3) in case of a double zoom, it is no more necessary to have the bilinear interpolation option when updating the 1st parent grid. Btw, I know these comments are unclear but it is very difficult to explain...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/NESTING/src/agrif_connect_topo.f90

    r10025 r12253  
    255255          ! 
    256256          IF (Grid%bathy_meter(i,j) .EQ. 0.0 ) THEN 
    257              Grid%bathy_level(i,j)=0. 
     257             Grid%bathy_level(i,j)=0 
    258258          ELSE 
    259259             !  
Note: See TracChangeset for help on using the changeset viewer.