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 7428 for branches/2016 – NEMO

Changeset 7428 for branches/2016


Ignore:
Timestamp:
2016-12-01T19:03:22+01:00 (7 years ago)
Author:
flavoni
Message:

correct mppini_2.h90: rmeoved jpizoom does note exist anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r7421 r7428  
    117117      IF( ln_bdy .AND. ln_mask_file ) THEN 
    118118         CALL iom_open( cn_mask_file, inum ) 
    119          CALL iom_get ( inum, jpdom_unknown, 'bdy_msk', zdta(:,:), kstart=(/jpizoom,jpjzoom/), kcount=(/jpiglo,jpjglo/) ) 
     119         CALL iom_get ( inum, jpdom_unknown, 'bdy_msk', zdta(:,:) ) 
    120120         CALL iom_close( inum ) 
    121121         WHERE ( zdta(:,:) <= 0. ) imask = 0 
Note: See TracChangeset for help on using the changeset viewer.