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/OPA_SRC – NEMO

Changeset 709 for trunk/NEMO/OPA_SRC


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

continue changeset:704, see ticket:5

Location:
trunk/NEMO/OPA_SRC
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/domain.F90

    r708 r709  
    1414   USE dom_oce         ! ocean space and time domain 
    1515   USE ice_oce         ! ice variables 
    16    USE blk_oce         ! bulk variables 
    1716   USE sbc_oce         ! surface boundary condition: ocean 
    1817   USE phycst          ! physical constants 
  • trunk/NEMO/OPA_SRC/ice_oce.F90

    r699 r709  
    1717   !! * Modules used 
    1818   USE par_oce         ! ocean parameters 
    19    USE blk_oce         ! bulk parameters 
    2019 
    2120   IMPLICIT NONE 
  • trunk/NEMO/OPA_SRC/opa.F90

    r708 r709  
    464464      USE dtatem        ! temperature data 
    465465      USE dtasal        ! salinity data 
    466       USE dtasst        ! sea surface temperature data 
    467466      !!---------------------------------------------------------------------- 
    468467 
  • trunk/NEMO/OPA_SRC/restart.F90

    r699 r709  
    2020   USE daymod          ! calendar 
    2121   USE ice_oce         ! ice variables 
    22    USE blk_oce         ! bulk variables 
    2322   USE cpl_oce, ONLY : lk_cpl              ! 
    2423   USE in_out_manager  ! I/O manager 
  • trunk/NEMO/OPA_SRC/step.F90

    r703 r709  
    9393   USE zpshde          ! partial step: hor. derivative     (zps_hde routine) 
    9494   USE ice_oce         ! sea-ice variable 
    95    USE icestp          ! sea-ice time-stepping             (ice_stp routine) 
    9695 
    9796   USE diawri          ! Standard run outputs             (dia_wri routine) 
     
    112111   USE stpctl          ! time stepping control            (stp_ctl routine) 
    113112   USE restart         ! ocean restart                    (rst_wri routine) 
    114    USE cpl             ! exchanges in coupled mode        (cpl_stp routine) 
    115113   USE prtctl          ! Print control                    (prt_ctl routine) 
    116114   USE domvvl          ! variable volume                  (dom_vvl routine) 
Note: See TracChangeset for help on using the changeset viewer.