Changeset 9689
- Timestamp:
- 2018-05-30T14:42:10+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/src/OCE/LBC/mpp_bdy_generic.h90
r9667 r9689 86 86 IF( .NOT. NAT_IN(jf) == 'F' ) ARRAY_IN(1:nn_hls,:,:,:,jf) = zland ! south except F-point 87 87 ! 88 ELSEIF(nbondi == 1) THEN! subdomain to the west only88 ELSEIF(nbondi == 1) THEN ! subdomain to the west only 89 89 ARRAY_IN(nlci-nn_hls+1:jpi,:,:,:,jf) = zland ! north 90 90 ENDIF … … 100 100 ARRAY_IN(:,nlcj-nn_hls+1:jpj ,:,:,jf) = zland ! west 101 101 ENDIF 102 ELSEIF(nbond i== -1) THEN ! subdomain to the east only102 ELSEIF(nbondj == -1) THEN ! subdomain to the east only 103 103 IF( .NOT. NAT_IN(jf) == 'F' ) ARRAY_IN(:,1:nn_hls,:,:,jf) = zland ! south except F-point 104 104 ! 105 ELSEIF(nbond i == 1) THEN! subdomain to the west only105 ELSEIF(nbondj == 1) THEN ! subdomain to the west only 106 106 ARRAY_IN(:,nlcj-nn_hls+1:jpj,:,:,jf) = zland ! north 107 107 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.