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

Changeset 709


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

continue changeset:704, see ticket:5

Location:
trunk/NEMO
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/C1D_SRC/icestp1d.F90

    r708 r709  
    1919   USE ice_oce         ! ice variables 
    2020   USE dom_ice         ! LIM sea-ice domain 
    21    USE cpl_oce         ! coupled ocean-atmosphere variables 
    22    USE blk_oce         ! bulk variables 
    2321   USE sbc_oce         ! surface boundary condition: ocean 
    2422   USE sbc_ice         ! surface boundary condition: ice 
  • trunk/NEMO/LIM_SRC/iceini.F90

    r699 r709  
    1717   USE dom_oce 
    1818   USE dom_ice 
    19    USE in_out_manager 
    2019   USE ice_oce         ! ice variables 
    21    USE flx_oce 
     20   USE sbc_oce         ! surface boundary condition: ocean 
    2221   USE phycst          ! Define parameters for the routines 
    2322   USE ocfzpt 
     
    2726   USE limrst    
    2827   USE ini1d           ! initialization of the 1D configuration 
     28   USE in_out_manager 
    2929       
    3030   IMPLICIT NONE 
  • trunk/NEMO/LIM_SRC/limthd.F90

    r699 r709  
    1212   !!---------------------------------------------------------------------- 
    1313   !! * Modules used 
    14    USE phycst          ! physical constants 
    1514   USE dom_oce         ! ocean space and time domain variables 
    16    USE lbclnk 
    17    USE in_out_manager  ! I/O manager 
    18    USE ice             ! LIM sea-ice variables 
     15   USE sbc_oce         ! surface boundary condition: ocean 
    1916   USE ice_oce         ! sea-ice/ocean variables 
    20    USE flx_oce         ! sea-ice/ocean forcings variables  
    2117   USE thd_ice         ! LIM thermodynamic sea-ice variables 
    2218   USE dom_ice         ! LIM sea-ice domain 
     19   USE ice             ! LIM sea-ice variables 
    2320   USE iceini 
    2421   USE limthd_zdf 
    2522   USE limthd_lac 
    2623   USE limtab 
     24   USE phycst          ! physical constants 
     25   USE in_out_manager  ! I/O manager 
    2726   USE prtctl          ! Print control 
     27   USE lbclnk 
    2828       
    2929   IMPLICIT NONE 
  • 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 
  • 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.