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/limwri.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/limwri.F90

    r699 r709  
    1515   !!   lim_wri_init : initialization and namelist read 
    1616   !!---------------------------------------------------------------------- 
     17   USE dom_oce 
     18   USE ice_oce         ! ice variables 
     19   USE dom_ice 
     20   USE sbc_oce         ! surface boundary condition: ocean 
     21   USE phycst 
     22   USE daymod 
     23   USE ice 
     24   USE in_out_manager 
     25   USE dianam    ! build name of file (routine) 
     26   USE lbclnk 
    1727   USE ioipsl 
    18    USE dianam    ! build name of file (routine) 
    19    USE phycst 
    20    USE dom_oce 
    21    USE daymod 
    22    USE in_out_manager 
    23    USE ice_oce         ! ice variables 
    24    USE flx_oce 
    25    USE dom_ice 
    26    USE ice 
    27    USE lbclnk 
    2828 
    2929   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.