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 8975 for branches/UKMO/2017_dev_r7573_oasis/NEMOGCM/NEMO/OPA_SRC/oce.F90 – NEMO

Ignore:
Timestamp:
2017-12-11T14:04:27+01:00 (6 years ago)
Author:
andmirek
Message:

#1868 first working branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/2017_dev_r7573_oasis/NEMOGCM/NEMO/OPA_SRC/oce.F90

    r6755 r8975  
    3232   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   rhd    !: in situ density anomalie rhd=(rho-rau0)/rau0  [no units] 
    3333   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:,:) ::   rhop   !: potential volumic mass                           [kg/m3] 
     34   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:) ::   vcice 
    3435 
    3536   !! free surface                                      !  before  ! now    ! after  ! 
     
    9798      !!                   ***  FUNCTION oce_alloc  *** 
    9899      !!---------------------------------------------------------------------- 
    99       INTEGER :: ierr(4) 
     100      INTEGER :: ierr(5) 
    100101      !!---------------------------------------------------------------------- 
    101102      ! 
     
    129130         &     riceload(jpi,jpj),                             STAT=ierr(2) ) 
    130131         ! 
     132      ALLOCATE(vcice (jpi,jpj)) 
    131133      ALLOCATE( snwice_mass(jpi,jpj) , snwice_mass_b(jpi,jpj), snwice_fmass(jpi,jpj) , STAT=ierr(3) ) 
    132134         ! 
Note: See TracChangeset for help on using the changeset viewer.