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 13226 for NEMO/trunk/src/OCE/STO – NEMO

Ignore:
Timestamp:
2020-07-02T16:24:31+02:00 (4 years ago)
Author:
orioltp
Message:

Merging dev_r12512_HPC-04_mcastril_Mixed_Precision_implementation into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/STO/stopar.F90

    r13216 r13226  
    687687      INTEGER             ::   idg                 ! number of digits 
    688688      INTEGER(KIND=8)     ::   ziseed(4)           ! RNG seeds in integer type 
    689       REAL(KIND=8)        ::   zrseed(4)           ! RNG seeds in real type (with same bits to save in restart) 
     689      REAL(KIND=dp)       ::   zrseed(4)           ! RNG seeds in double-precision (with same bits to save in restart) 
    690690      CHARACTER(LEN=9)    ::   clsto2d='sto2d_000' ! stochastic parameter variable name 
    691691      CHARACTER(LEN=9)    ::   clsto3d='sto3d_000' ! stochastic parameter variable name 
     
    749749      INTEGER             ::   idg                 ! number of digits 
    750750      INTEGER(KIND=8)     ::   ziseed(4)           ! RNG seeds in integer type 
    751       REAL(KIND=8)        ::   zrseed(4)           ! RNG seeds in real type (with same bits to save in restart) 
     751      REAL(KIND=dp)       ::   zrseed(4)           ! RNG seeds in double-precision (with same bits to save in restart) 
    752752      CHARACTER(LEN=20)   ::   clkt                ! ocean time-step defined as a character 
    753753      CHARACTER(LEN=50)   ::   clname              ! restart file name 
     
    835835      !! 
    836836      INTEGER  :: ji, jj 
    837       REAL(KIND=8) :: gran   ! Gaussian random number (forced KIND=8 as in kiss_gaussian) 
     837      REAL(wp) :: gran   ! Gaussian random number (forced KIND=8 as in kiss_gaussian) 
    838838 
    839839      DO_2D_11_11 
Note: See TracChangeset for help on using the changeset viewer.