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 708 for trunk/NEMO/OPA_SRC/opa.F90 – NEMO

Ignore:
Timestamp:
2007-10-10T15:11:42+02:00 (17 years ago)
Author:
smasson
Message:

continue changeset:704, see ticket:5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r699 r708  
    3636   !!---------------------------------------------------------------------- 
    3737   !! * Modules used 
     38   USE oce             ! dynamics and tracers variables 
    3839   USE cpl_oce         ! ocean-atmosphere-sea ice coupled exchanges 
    3940   USE dom_oce         ! ocean space domain variables 
    40    USE oce             ! dynamics and tracers variables 
     41   USE sbc_oce         ! surface boundary condition: ocean 
    4142   USE trdmod_oce      ! ocean variables trends 
    4243   USE daymod          ! calendar 
     
    6061   USE phycst          ! physical constant                  (par_cst routine) 
    6162   USE iceini          ! initialization of sea-ice         (ice_init routine) 
    62    USE cpl             ! coupled ocean/atmos.              (cpl_init routine) 
    6363   USE ocfzpt          ! ocean freezing point              (oc_fz_pt routine) 
    6464   USE trdmod          ! momentum/tracers trends       (trd_mod_init routine) 
    65    USE flxfwb          ! freshwater budget correction  (flx_fwb_init routine) 
    66    USE flxmod          ! thermohaline forcing of the ocean (flx_init routine) 
    6765 
    6866   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
Note: See TracChangeset for help on using the changeset viewer.