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 14649 for NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/SBC/sbc_phy.F90 – NEMO

Ignore:
Timestamp:
2021-03-26T18:13:09+01:00 (3 years ago)
Author:
sparonuz
Message:

Corrected variables/function names spelled with wrong camelcase mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/src/OCE/SBC/sbc_phy.F90

    r14219 r14649  
    735735 
    736736 
    737    SUBROUTINE BULK_FORMULA_SCLR( pzu, pTs, pqs, pTa, pqa, & 
     737   SUBROUTINE bulk_formula_sclr( pzu, pTs, pqs, pTa, pqa, & 
    738738      &                          pCd, pCh, pCe,           & 
    739739      &                          pwnd, pUb, ppa,         & 
     
    787787      IF( PRESENT(prhoa) ) prhoa = zrho 
    788788 
    789    END SUBROUTINE BULK_FORMULA_SCLR 
    790    !! 
    791    SUBROUTINE BULK_FORMULA_VCTR( pzu, pTs, pqs, pTa, pqa, & 
     789   END SUBROUTINE bulk_formula_sclr 
     790   !! 
     791   SUBROUTINE bulk_formula_vctr( pzu, pTs, pqs, pTa, pqa, & 
    792792      &                          pCd, pCh, pCe,           & 
    793793      &                          pwnd, pUb, ppa,         & 
     
    832832      IF( PRESENT(prhoa) ) prhoa(ji,jj) = zrho 
    833833      END_2D 
    834    END SUBROUTINE BULK_FORMULA_VCTR 
     834   END SUBROUTINE bulk_formula_vctr 
    835835 
    836836 
Note: See TracChangeset for help on using the changeset viewer.