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/C1D/c1d.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/C1D/c1d.F90

    r12377 r15540  
    2626   LOGICAL , PUBLIC, PARAMETER ::  lk_c1d = .TRUE.   ! 1D config. flag 
    2727 
    28    REAL(wp), PUBLIC ::  rn_lat1d     !: Column latitude 
    29    REAL(wp), PUBLIC ::  rn_lon1d     !: Column longitude 
     28   REAL(dp), PUBLIC ::  rn_lat1d     !: Column latitude 
     29   REAL(dp), PUBLIC ::  rn_lon1d     !: Column longitude 
    3030   LOGICAL , PUBLIC ::  ln_c1d_locpt !: Localization (or not) of 1D column in a grid 
    3131 
Note: See TracChangeset for help on using the changeset viewer.