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 709 for trunk/NEMO/LIM_SRC/limthd.F90 – NEMO

Ignore:
Timestamp:
2007-10-10T16:23:51+02:00 (17 years ago)
Author:
smasson
Message:

continue changeset:704, see ticket:5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limthd.F90

    r699 r709  
    1212   !!---------------------------------------------------------------------- 
    1313   !! * Modules used 
    14    USE phycst          ! physical constants 
    1514   USE dom_oce         ! ocean space and time domain variables 
    16    USE lbclnk 
    17    USE in_out_manager  ! I/O manager 
    18    USE ice             ! LIM sea-ice variables 
     15   USE sbc_oce         ! surface boundary condition: ocean 
    1916   USE ice_oce         ! sea-ice/ocean variables 
    20    USE flx_oce         ! sea-ice/ocean forcings variables  
    2117   USE thd_ice         ! LIM thermodynamic sea-ice variables 
    2218   USE dom_ice         ! LIM sea-ice domain 
     19   USE ice             ! LIM sea-ice variables 
    2320   USE iceini 
    2421   USE limthd_zdf 
    2522   USE limthd_lac 
    2623   USE limtab 
     24   USE phycst          ! physical constants 
     25   USE in_out_manager  ! I/O manager 
    2726   USE prtctl          ! Print control 
     27   USE lbclnk 
    2828       
    2929   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.