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 9628 for utils/tools/NESTING/src/agrif_types.f90 – NEMO

Ignore:
Timestamp:
2018-05-24T11:16:05+02:00 (6 years ago)
Author:
jchanut
Message:

Remove bathymetry connection if open boundary is closed, #2089

File:
1 edited

Legend:

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

    r9166 r9628  
    2222     REAL*8, DIMENSION(:,:), POINTER :: bathy_level => NULL() 
    2323     REAL*8, DIMENSION(:,:), POINTER :: bathy_meter => NULL() 
     24     REAL*8, DIMENSION(:,:), POINTER :: wgt => NULL() 
    2425     REAL*8, DIMENSION(:,:,:),POINTER :: fmask,umask,vmask,tmask => NULL() 
    2526     REAL*8, DIMENSION(:,:,:),POINTER :: e3t_ps,e3w_ps,gdept_ps,gdepwps => NULL() 
Note: See TracChangeset for help on using the changeset viewer.