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 5400 for trunk – NEMO

Changeset 5400 for trunk


Ignore:
Timestamp:
2015-06-10T17:29:08+02:00 (9 years ago)
Author:
cbricaud
Message:

add a missing USE iom ; linked to ticket #1531

Location:
trunk/NEMOGCM/NEMO/OPA_SRC/LDF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c2d.h90

    r5396 r5400  
    337337      !!---------------------------------------------------------------------- 
    338338      USE ldftra_oce, ONLY:   aht0 
     339      USE iom 
    339340      ! 
    340341      LOGICAL, INTENT (in) ::   ld_print   ! If true, output arrays on numout 
  • trunk/NEMOGCM/NEMO/OPA_SRC/LDF/ldfdyn_c3d.h90

    r5396 r5400  
    195195      USE ldftra_oce, ONLY:   aht0 
    196196      USE iom 
    197    !RBB USE in_out_manager ! I/O manager 
    198    !RBB USE fldread        ! read input fields 
    199  
    200197      !! 
    201198      LOGICAL, INTENT(in) ::   ld_print   ! If true, output arrays on numout 
Note: See TracChangeset for help on using the changeset viewer.