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 14634 – NEMO

Changeset 14634


Ignore:
Timestamp:
2021-03-24T11:06:04+01:00 (3 years ago)
Author:
jchanut
Message:

AGFdomcfg: temporary removal of lbclnk in procnames: this prevents using the tool in mpp mode, #2638

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/agrif_dom_update.F90

    r14623 r14634  
    5555            ssmask(i1:i2,j1:j2) = 1. 
    5656         END WHERE  
    57          zk(:,:) = REAL(mbkt(:,:),wp); CALL lbc_lnk('update_bottom',zk,'T',1.); mbkt(:,:) = MAX(NINT(zk(:,:)),1) 
    58          CALL lbc_lnk('update_bottom',ssmask,'T',1.)           
     57!         zk(:,:) = REAL(mbkt(:,:),wp); CALL lbc_lnk('update_bottom',zk,'T',1.); mbkt(:,:) = MAX(NINT(zk(:,:)),1) 
     58!         CALL lbc_lnk('update_bottom',ssmask,'T',1.)           
    5959      ENDIF 
    6060      ! 
     
    9898         END DO 
    9999 
    100          CALL lbc_lnk('update_e3t',e3t_0,'T',1.,kfillmode = jpfillcopy) 
     100!         CALL lbc_lnk('update_e3t',e3t_0,'T',1.,kfillmode = jpfillcopy) 
    101101         ! 
    102102      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.