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.
ticket/0665_mass_heat_salt_fluxes (diff) – NEMO

Changes between Version 6 and Version 7 of ticket/0665_mass_heat_salt_fluxes


Ignore:
Timestamp:
2010-05-01T16:14:26+02:00 (14 years ago)
Author:
gm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0665_mass_heat_salt_fluxes

    v6 v7  
    4141   CAUTION : the changes have to be tested with NVTK  
    4242 
     43   N.B. : define in ice_2.F90  one for all  rone=1.e0 ; rzero=0.e0 ; epsi20=1.e-20 ; epsi13=1.e-13 ; epsi06=1.e-06, ...  and suppress their local definition almost every where in LIM-2 
     44 
    4345'''(1) heat content of Freezing/Melting ice'''.  
    4446 
     
    4648 
    4749   '''LIM2''' : the modules involved in the change are .... 
     50      • '''ice_2.F90''' : add arrays to describe the heat content associated with both snow and ice changes : 
     51{{{ 
     52   REAL(wp), PUBLIC ::   rdqsnif(jpi,jpj), rdqsnif_1d(jpij)   !: heat content associated to rdqsnif           [J/m2] 
     53   REAL(wp), PUBLIC ::   rdqicif(jpi,jpj), rdqicif_1d(jpij)   !: heat content associated to rdmicif           [J/m2] 
     54}}} 
     55 
    4856 
    4957   '''LIM3''' : the modules involved in the change are ....