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 9098 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2017-12-15T18:38:45+01:00 (6 years ago)
Author:
flavoni
Message:

change lbc_lnk in lbc_lnk_multi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r9019 r9098  
    227227      ENDDO 
    228228 
    229       CALL lbc_lnk ( fr_iu , 'U', 1. ) 
    230       CALL lbc_lnk ( fr_iv , 'V', 1. ) 
     229      CALL lbc_lnk_multi( fr_iu , 'U', 1.,  fr_iv , 'V', 1. ) 
    231230 
    232231      ! set the snow+ice mass 
     
    607606      fmmflx(:,:) = ztmp1(:,:) !!Joakim edit 
    608607       
    609       CALL lbc_lnk( emp , 'T', 1. ) 
    610       CALL lbc_lnk( sfx , 'T', 1. ) 
     608      CALL lbc_lnk_multi( emp , 'T', 1., sfx , 'T', 1. ) 
    611609 
    612610! Solar penetrative radiation and non solar surface heat flux 
     
    669667      ENDDO 
    670668 
    671       CALL lbc_lnk ( fr_iu , 'U', 1. ) 
    672       CALL lbc_lnk ( fr_iv , 'V', 1. ) 
     669      CALL lbc_lnk_multi( fr_iu , 'U', 1., fr_iv , 'V', 1. ) 
    673670 
    674671      ! set the snow+ice mass 
Note: See TracChangeset for help on using the changeset viewer.