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 9885 for NEMO/trunk/src/ICE/icedyn_adv.F90 – NEMO

Ignore:
Timestamp:
2018-07-05T18:45:20+02:00 (6 years ago)
Author:
clem
Message:

add melt ponds in BDY (very roughly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn_adv.F90

    r9880 r9885  
    9999      !---------------------------- 
    100100      ! clem: The 2 advection schemes above are not strictly positive. 
    101       !       In Prather, advected fields are bounded by 0 in the routine with a MAX(0,field) ==> likely conservation issues 
     101      !       In Prather, advected fields are bounded by 0 (not anymore?) in the routine with a MAX(0,field) ==> likely conservation issues 
    102102      !       In UMx    , advected fields are not bounded and negative values can appear. 
    103103      !                   These values are usually very small but in some occasions they can also be non-negligible 
Note: See TracChangeset for help on using the changeset viewer.