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 10115 for NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_mfs.F90 – NEMO

Ignore:
Timestamp:
2018-09-12T15:59:13+02:00 (6 years ago)
Author:
cbricaud
Message:

phase 3.6 coarsening branch with nemo_3.6_rev9192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_mfs.F90

    r5602 r10115  
    167167         sh_now(:,:) = 0.0    ! initializze specifif humidity variable 
    168168 
    169          DO jj = 2, jpjm1 
    170             DO ji = fs_2, fs_jpim1   ! vector opt. 
     169         DO jj = 1, jpj 
     170            DO ji = 1, jpi   
    171171 
    172172         ! Calculate Specific Humidity  
     
    345345          END DO 
    346346       END DO 
     347      
     348       CALL lbc_lnk( rel_windu(:,:), 'U', -1. ) 
     349       CALL lbc_lnk( rel_windv(:,:), 'V', -1. ) 
    347350 
    348351       rspeed(:,:)= SQRT(rel_windu(:,:)*rel_windu(:,:)   & 
Note: See TracChangeset for help on using the changeset viewer.