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

Ignore:
Timestamp:
2008-04-11T19:05:03+02:00 (16 years ago)
Author:
ctlod
Message:

merge dev_001_SBC branche with the trunk to include the New Surface Module package, see ticket: #113

File:
1 edited

Legend:

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

    r833 r888  
    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 
     
    5960 
    6061   USE phycst          ! physical constant                  (par_cst routine) 
    61 #if defined key_lim3 
    62    USE iceini          ! initialization of sea-ice         (ice_init routine) 
    63 #endif 
    64 #if defined key_lim2 
    65    USE iceini_2        ! initialization of sea-ice         (ice_init_2 routine) 
    66 #endif 
    67    USE cpl             ! coupled ocean/atmos.              (cpl_init routine) 
    6862   USE ocfzpt          ! ocean freezing point              (oc_fz_pt routine) 
    6963   USE trdmod          ! momentum/tracers trends       (trd_mod_init routine) 
    70    USE flxfwb          ! freshwater budget correction  (flx_fwb_init routine) 
    71    USE flxmod          ! thermohaline forcing of the ocean (flx_init routine) 
    7264 
    7365   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
     
    9991   !!---------------------------------------------------------------------- 
    10092   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    101    !! $Header: /home/opalod/NEMOCVSROOT/NEMO/OPA_SRC/opa.F90,v 1.38 2007/06/05 10:32:02 opalod Exp $  
     93   !! $Id$ 
    10294   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
    10395   !!---------------------------------------------------------------------- 
     
    281273      IF( lk_obc    )   CALL obc_init       ! Open boundaries  
    282274 
    283       CALL day( nit000 )                    ! Calendar 
    284  
    285275      CALL istate_init                      ! ocean initial state (Dynamics and tracers) 
    286276 
    287277      CALL oc_fz_pt                         ! Surface freezing point 
    288  
    289 #if defined key_lim3 
    290       CALL ice_init                         ! Sea ice model LIM3 
    291 #endif 
    292  
    293 #if defined key_lim2 
    294       CALL ice_init_2                       ! Sea ice model LIM2 
    295 #endif 
    296278 
    297279      !                                     ! Ocean physics 
     
    319301      CALL cpl_prism_define 
    320302#endif 
    321  
    322       CALL flx_init                         ! Thermohaline forcing initialization 
    323  
    324       CALL flx_fwb_init                     ! FreshWater Budget correction 
    325303 
    326304      CALL dia_ptr_init                     ! Poleward TRansports initialization 
     
    475453      USE dtatem        ! temperature data 
    476454      USE dtasal        ! salinity data 
    477       USE dtasst        ! sea surface temperature data 
    478455      !!---------------------------------------------------------------------- 
    479456 
Note: See TracChangeset for help on using the changeset viewer.