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/IOM/iom_def.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/IOM/iom_def.F90

    r14072 r15540  
    5757      LOGICAL, DIMENSION(jpmax_vars)            ::   luld     !: variable using the unlimited dimension 
    5858      INTEGER, DIMENSION(jpmax_dims,jpmax_vars) ::   dimsz    !: size of variables dimensions 
    59       REAL(kind=wp), DIMENSION(jpmax_vars)      ::   scf      !: scale_factor of the variables 
    60       REAL(kind=wp), DIMENSION(jpmax_vars)      ::   ofs      !: add_offset of the variables 
     59      REAL(kind=dp), DIMENSION(jpmax_vars)      ::   scf      !: scale_factor of the variables 
     60      REAL(kind=dp), DIMENSION(jpmax_vars)      ::   ofs      !: add_offset of the variables 
    6161   END TYPE file_descriptor 
    6262   TYPE(file_descriptor), DIMENSION(jpmax_files), PUBLIC ::   iom_file !: array containing the info for all opened files 
Note: See TracChangeset for help on using the changeset viewer.