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 15 for trunk/NEMO/OPA_SRC/par_kind.F90 – NEMO

Ignore:
Timestamp:
2004-02-17T08:25:44+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_kind.F90

    r3 r15  
    1313   PRIVATE 
    1414 
    15    INTEGER, PUBLIC, PARAMETER ::    & 
     15   INTEGER, PUBLIC, PARAMETER ::    &  !: 
    1616      jpbyt   = 8       ,           &  !: real size for mpp communications 
    1717      jpbytda = 4       ,           &  !: real size in input data files 4 or 8 
     
    2525   !            exponent = 37     exponent = 307 
    2626 
    27    INTEGER, PUBLIC, PARAMETER ::        &  !  Floating point section 
    28       sp = SELECTED_REAL_KIND(6,37)  ,  &  !: single precision (real 4) 
     27   INTEGER, PUBLIC, PARAMETER ::        &  !: Floating point section 
     28      sp = SELECTED_REAL_KIND( 6, 37),  &  !: single precision (real 4) 
    2929      dp = SELECTED_REAL_KIND(12,307),  &  !: double precision (real 8) 
    3030      wp = dp                              !: working precision 
    3131 
    32    INTEGER, PUBLIC, PARAMETER ::        &  !  Integer section 
     32   INTEGER, PUBLIC, PARAMETER ::        &  !: Integer section 
    3333      i4 = SELECTED_INT_KIND(9) ,       &  !: single precision (integer 4) 
    3434      i8 = SELECTED_INT_KIND(14)           !: double precision (integer 8) 
Note: See TracChangeset for help on using the changeset viewer.