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 4967 for branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_sla.F90 – NEMO

Ignore:
Timestamp:
2014-12-03T15:06:15+01:00 (10 years ago)
Author:
smasson
Message:

dev_MERGE_2014: add iom_use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/OBS/obs_read_sla.F90

    r4932 r4967  
    111111         & zphi, & 
    112112         & zlam 
    113       REAL(dp), DIMENSION(:), ALLOCATABLE :: & 
     113      real(wp), DIMENSION(:), ALLOCATABLE :: & 
    114114         & zdat 
    115115      LOGICAL :: llvalprof 
     
    117117      TYPE(obfbdata), POINTER, DIMENSION(:) :: & 
    118118         & inpfiles 
    119       REAL(dp), DIMENSION(knumfiles) :: & 
     119      real(wp), DIMENSION(knumfiles) :: & 
    120120         & djulini, & 
    121121         & djulend 
Note: See TracChangeset for help on using the changeset viewer.