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 12344 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/DIA/diamlr.F90 – NEMO

Ignore:
Timestamp:
2020-01-28T15:17:27+01:00 (4 years ago)
Author:
acc
Message:

Branch dev_r11943_MERGE_2019. Fixed ticket #2373. Changes to enable compilation without key_iomput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/OCE/DIA/diamlr.F90

    r12340 r12344  
    1313   USE dom_oce        , ONLY :   adatrj 
    1414   USE timing         , ONLY :   timing_start, timing_stop 
     15#if defined key_iomput 
    1516   USE xios 
     17#endif 
    1618   USE tide_mod 
    1719 
     
    5961      !! 
    6062      !!---------------------------------------------------------------------- 
     63#if defined key_iomput 
    6164 
    6265      TYPE(xios_fieldgroup)                       ::   slxhdl_fldgrp 
     
    387390 
    388391      END IF 
     392#else 
     393      IF( .FALSE. ) write(numout,*) 'dia_mlr_iom_init: should not see this'    ! useless statement to avoid compiler warnings 
     394#endif 
    389395 
    390396   END SUBROUTINE dia_mlr_iom_init 
Note: See TracChangeset for help on using the changeset viewer.