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 712 for trunk/NEMO – NEMO

Changeset 712 for trunk/NEMO


Ignore:
Timestamp:
2007-10-11T11:19:59+02:00 (17 years ago)
Author:
smasson
Message:

add use sbc_ice, continue changeset:709, see ticket:6

Location:
trunk/NEMO
Files:
3 edited

Legend:

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

    r710 r712  
    1414   USE zdf_oce         ! ocean vertical physics 
    1515   USE sbc_oce         ! surface boundary condition: ocean 
     16   USE sbc_ice         ! surface boundary condition: ice 
    1617   USE zdftke          ! TKE vertical mixing 
    1718   USE zdfkpp          ! KPP vertical mixing 
  • trunk/NEMO/LIM_SRC/iceini.F90

    r709 r712  
    1919   USE ice_oce         ! ice variables 
    2020   USE sbc_oce         ! surface boundary condition: ocean 
     21   USE sbc_ice         ! surface boundary condition: ice 
    2122   USE phycst          ! Define parameters for the routines 
    2223   USE ocfzpt 
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r710 r712  
    1515   USE ice_oce         ! ice variables 
    1616   USE sbc_oce         ! surface boundary condition: ocean 
     17   USE sbc_ice         ! surface boundary condition: ice 
    1718   USE phycst          ! physical constants 
    1819   USE ocfzpt          ! ocean freezing point 
Note: See TracChangeset for help on using the changeset viewer.