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 146 – NEMO

Changeset 146


Ignore:
Timestamp:
2004-10-19T15:30:28+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX091: Add missing "USE flx_oce" module

Location:
trunk/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r84 r146  
    2727   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    2828   USE in_out_manager  ! I/O manager 
     29   USE flx_oce         ! sea-ice/ocean forcings variables 
    2930 
    3031   IMPLICIT NONE 
  • trunk/NEMO/OPA_SRC/restart.F90

    r107 r146  
    2020   USE ice_oce         ! ice variables 
    2121   USE blk_oce         ! bulk variables 
     22   USE flx_oce         ! sea-ice/ocean forcings variables 
    2223 
    2324   USE dynspg_fsc,      ONLY : lk_dynspg_fsc       ! ( mpp version ) 
Note: See TracChangeset for help on using the changeset viewer.