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 15540 for NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/SBC/sbcflx.F90 – NEMO

Ignore:
Timestamp:
2021-11-26T12:27:56+01:00 (3 years ago)
Author:
sparonuz
Message:

Mixed precision version, tested up to 30 years on ORCA2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/SBC/sbcflx.F90

    r14644 r15540  
    8080      INTEGER  ::   ierror                ! return error code 
    8181      INTEGER  ::   ios                   ! Local integer output status for namelist read 
    82       REAL(wp) ::   zfact                 ! temporary scalar 
    83       REAL(wp) ::   zrhoa  = 1.22         ! Air density kg/m3 
    84       REAL(wp) ::   zcdrag = 1.5e-3       ! drag coefficient 
    85       REAL(wp) ::   ztx, zty, zmod, zcoef ! temporary variables 
     82      REAL(dp) ::   zfact                 ! temporary scalar 
     83      REAL(dp) ::   zrhoa  = 1.22         ! Air density kg/m3 
     84      REAL(dp) ::   zcdrag = 1.5e-3       ! drag coefficient 
     85      REAL(dp) ::   ztx, zty, zmod, zcoef ! temporary variables 
    8686      !! 
    8787      CHARACTER(len=100) ::  cn_dir                               ! Root directory for location of flx files 
Note: See TracChangeset for help on using the changeset viewer.