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 8522 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/DOM/phycst.F90 – NEMO

Ignore:
Timestamp:
2017-09-14T17:52:02+02:00 (7 years ago)
Author:
clem
Message:

changes in style - part6 - ice diffusion (hope the scheme still converges)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/DOM/phycst.F90

    r8233 r8522  
    9191   REAL(wp), PUBLIC ::   r1_rhoic                    !: 1 / rhoic 
    9292   REAL(wp), PUBLIC ::   r1_rhosn                    !: 1 / rhosn 
     93   REAL(wp), PUBLIC ::   r1_cpic                     !: 1 / cpic 
    9394#endif 
    9495   !!---------------------------------------------------------------------- 
     
    159160      r1_rhoic = 1._wp / rhoic 
    160161      r1_rhosn = 1._wp / rhosn 
     162      r1_cpic  = 1._wp / cpic 
    161163#endif 
    162164      IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.