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 4957 for branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/ICB/icb_oce.F90 – NEMO

Ignore:
Timestamp:
2014-12-02T15:21:47+01:00 (10 years ago)
Author:
acc
Message:

Branch dev_MERGE_2014. Style changes and implementation of ICB bugfix #1389.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_MERGE_2014/NEMOGCM/NEMO/OPA_SRC/ICB/icb_oce.F90

    r4934 r4957  
    4444 
    4545INTEGER, PUBLIC, PARAMETER ::   nclasses = 10   !: Number of icebergs classes    
    46 !!INTEGER, PUBLIC & 
    47 !!#if !defined key_agrif  
    48 !!           , PARAMETER & 
    49 !!#endif 
    50 !!     :: & 
    51 !!     nclasses = 10   !: Number of icebergs classes 
    5246   INTEGER, PUBLIC, PARAMETER ::   nkounts  =  3   !: Number of integers combined for unique naming 
    5347 
     
    9387   ! particularly for MPP when iceberg can lie inside T grid but outside U, V, or f grid 
    9488   REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE ::   uo_e, vo_e 
    95    REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE ::   ff_e 
     89   REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE ::   ff_e, tt_e, fr_e, hicth 
    9690   REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE ::   ua_e, va_e 
    9791   REAL(wp), PUBLIC, DIMENSION(:,:), ALLOCATABLE ::   ssh_e 
     
    180174         &      vi_e(0:jpi+1,0:jpj+1) ,                            & 
    181175#endif 
    182          &      ff_e(0:jpi+1,0:jpj+1) , ssh_e(0:jpi+1,0:jpj+1) ,   & 
     176         &      ff_e(0:jpi+1,0:jpj+1) , fr_e(0:jpi+1,0:jpj+1)  ,   & 
     177         &      tt_e(0:jpi+1,0:jpj+1) , ssh_e(0:jpi+1,0:jpj+1) ,   & 
     178         &      hicth(0:jpi+1,0:jpj+1),                            & 
    183179         &      first_width(nclasses) , first_length(nclasses) ,   & 
    184180         &      src_calving (jpi,jpj) ,                            & 
Note: See TracChangeset for help on using the changeset viewer.