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 1465 for trunk/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2009-06-11T09:29:51+02:00 (15 years ago)
Author:
smasson
Message:

supress ice_oce module, see ticket:448

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/ice.F90

    r1229 r1465  
    189189   !! * Share Module variables 
    190190   !!-------------------------------------------------------------------------- 
     191   REAL(wp), PUBLIC ::   rdt_ice      !: ice time step 
     192 
    191193   INTEGER , PUBLIC ::   &     !!: ** ice-dynamic namelist (namicedyn) ** 
    192194      nbiter = 1      ,  &     !: number of sub-time steps for relaxation 
     
    298300      fdvolif,   &  !: Total variation of ice volume (only used for outputs) 
    299301      rdvonif,   &  !: Lateral Variation of ice volume (only used for outputs) 
    300       sist   ,   &  !: Average Sea-Ice Surface Temperature (Kelvin ??? degree ??? I don't know) 
     302      sist   ,   &  !: Average Sea-Ice Surface Temperature (Kelvin) 
     303      icethi ,   &  !: total ice thickness (for all categories) (only used for outputs) 
    301304      t_bo   ,   &  !: Sea-Ice bottom temperature (Kelvin)       
    302305      hicifp ,   &  !: Ice production/melting 
Note: See TracChangeset for help on using the changeset viewer.