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 7025 for branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/iom.f90 – NEMO

Ignore:
Timestamp:
2016-10-13T11:08:38+02:00 (8 years ago)
Author:
jpaul
Message:

see ticket #1781

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6999_CONFIGMAN_1/NEMOGCM/TOOLS/SIREN/src/iom.f90

    r5617 r7025  
    157157   !> @author J.Paul 
    158158   !> @date November, 2013 - Initial Version 
    159    ! 
     159   !> @date October, 2016 
     160   !> - open cdf4 file as cdf 
     161   !> 
    160162   !> @param[inout] td_file file structure 
    161163   !------------------------------------------------------------------- 
     
    172174      SELECT CASE(TRIM(ADJUSTL(fct_lower(td_file%c_type)))) 
    173175 
    174          CASE('cdf') 
     176         CASE('cdf','cdf4') 
    175177            CALL iom_cdf_open(td_file) 
    176178         CASE('dimg') 
Note: See TracChangeset for help on using the changeset viewer.