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

Ignore:
Timestamp:
2007-10-16T16:59:56+02:00 (17 years ago)
Author:
ctlod
Message:

get back to the nemo_v2_3 version for trunk

File:
1 edited

Legend:

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

    • Property svn:keywords changed from Id to Author Date Id Revision
    r717 r719  
    3636   !!---------------------------------------------------------------------- 
    3737   !! * Modules used 
    38    USE oce             ! dynamics and tracers variables 
    3938   USE cpl_oce         ! ocean-atmosphere-sea ice coupled exchanges 
    4039   USE dom_oce         ! ocean space domain variables 
    41    USE sbc_oce         ! surface boundary condition: ocean 
     40   USE oce             ! dynamics and tracers variables 
    4241   USE trdmod_oce      ! ocean variables trends 
    4342   USE daymod          ! calendar 
     
    6160   USE phycst          ! physical constant                  (par_cst routine) 
    6261   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) 
    6567 
    6668   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
     
    9294   !!---------------------------------------------------------------------- 
    9395   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    94    !! $Id$ 
     96   !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/opa.F90,v 1.38 2007/06/05 10:32:02 opalod Exp $  
    9597   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    9698   !!---------------------------------------------------------------------- 
     
    309311#endif 
    310312 
     313      CALL flx_init                         ! Thermohaline forcing initialization 
     314 
     315      CALL flx_fwb_init                     ! FreshWater Budget correction 
     316 
    311317      CALL dia_ptr_init                     ! Poleward TRansports initialization 
    312318 
     
    460466      USE dtatem        ! temperature data 
    461467      USE dtasal        ! salinity data 
     468      USE dtasst        ! sea surface temperature data 
    462469      !!---------------------------------------------------------------------- 
    463470 
Note: See TracChangeset for help on using the changeset viewer.