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 5320 for branches/2015/dev_r5302_CNRS18_HPC_scalability/NEMOGCM/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2015-05-29T18:13:37+02:00 (9 years ago)
Author:
mcastril
Message:

ticket #1523 Convergence Check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5302_CNRS18_HPC_scalability/NEMOGCM/NEMO/LIM_SRC_3/ice.F90

    r5167 r5320  
    181181   REAL(wp), PUBLIC ::   rn_ahi0_ref      !: sea-ice hor. eddy diffusivity coeff. (m2/s) 
    182182   REAL(wp), PUBLIC ::   rn_relast        !: ratio => telast/rdt_ice (1/3 or 1/9 depending on nb of subcycling nevp)  
    183  
     183   LOGICAL , PUBLIC ::  cc_opt 
     184   INTEGER , PUBLIC ::  cc_freq 
     185    
    184186   !                                     !!** ice-salinity namelist (namicesal) ** 
    185187   REAL(wp), PUBLIC ::   rn_simax         !: maximum ice salinity [PSU] 
     
    398400   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)     ::   diag_vice     !: ice volume variation   [m/s]  
    399401   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:,:)     ::   diag_vsnw     !: snw volume variation   [m/s]  
     402 
    400403   ! 
    401404   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.