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/ice_oce.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/ice_oce.F90

    • Property svn:keywords changed from Id to Author Date Id Revision
    r717 r719  
    88   !!---------------------------------------------------------------------- 
    99   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
    10    !! $Id$ 
     10   !! $Header$  
    1111   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt  
    1212   !!---------------------------------------------------------------------- 
     
    1717   !! * Modules used 
    1818   USE par_oce         ! ocean parameters 
     19   USE blk_oce         ! bulk parameters 
    1920 
    2021   IMPLICIT NONE 
     
    3940      fcalving            !: Iceberg calving  
    4041# endif 
     42 
     43   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &  !: field exchanges with ice model to ocean 
     44      sst_io, sss_io , &  !: sea surface temperature (C) and salinity (PSU) 
     45      u_io  , v_io   , &  !: velocity at ice surface (m/s) 
     46      fsolar, fnsolar, &  !: solar and non-solar heat fluxes (W/m2) 
     47      fsalt , fmass  , &  !: salt and freshwater fluxes 
     48      ftaux , ftauy  , &  !: wind stresses 
     49      gtaux , gtauy       !: wind stresses 
    4150    
    4251   REAL(wp), PUBLIC ::   &  !: 
     
    5160#endif 
    5261 
     62   INTEGER, PUBLIC ::   &  !: namdom : space/time domain (namlist) 
     63      nfice =  5           !: coupling frequency OPA ICELLN  nfice  
     64 
    5365   !!---------------------------------------------------------------------- 
    5466END MODULE ice_oce 
Note: See TracChangeset for help on using the changeset viewer.