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 12345 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/IOM/iom.F90 – NEMO

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

Branch dev_r12072_MERGE_OPTION2_2019. Fixed ticket #2372. Changes to enable compilation without key_iomput

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/src/OCE/IOM/iom.F90

    r12251 r12345  
    298298      !!---------------------------------------------------------------------- 
    299299 
     300#if defined key_iomput 
    300301      CALL xios_close_context_definition() 
    301302      CALL xios_update_calendar( 0 ) 
     303#else 
     304      IF( .FALSE. )   WRITE(numout,*) 'iom_init_closedef: should not see this'   ! useless statement to avoid compilation warnings 
     305#endif 
    302306 
    303307   END SUBROUTINE iom_init_closedef 
     
    24712475   END SUBROUTINE iom_context_finalize 
    24722476 
     2477   SUBROUTINE iom_update_file_name( cdid ) 
     2478      CHARACTER(LEN=*), INTENT(in) ::   cdid 
     2479      IF( .FALSE. )   WRITE(numout,*)  cdid   ! useless test to avoid compilation warnings 
     2480   END SUBROUTINE iom_update_file_name 
     2481 
    24732482#endif 
    24742483 
     
    24902499#else 
    24912500      IF( .FALSE. )   WRITE(numout,*) cdname, pmiss_val   ! useless test to avoid compilation warnings 
     2501      IF( .FALSE. )   pmiss_val = 0._wp                   ! useless assignment to avoid compilation warnings 
    24922502#endif 
    24932503   END SUBROUTINE iom_miss_val 
Note: See TracChangeset for help on using the changeset viewer.