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/1495_UKMO_ISF (diff) – NEMO

Changes between Version 19 and Version 20 of ticket/1495_UKMO_ISF


Ignore:
Timestamp:
2015-10-26T16:06:49+01:00 (9 years ago)
Author:
mathiot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/1495_UKMO_ISF

    v19 v20  
    1414 
    1515=== Description === 
    16 * Improvement of zgr_isf: one block change coastline every where      => done 
    17 * Improvement of sbc_isf: CALL statement out of a 2d loop             => done 
    18 * Improvement of zpshde_isf: too much variables computed.             => done 
    19 * Improvement of hpg_isf (used one as simple as for the bottom, hpg_sco) => done 
    20 * Bug in zdfbfr: top friction initialisation missing                  => done (already reported in the trunk) 
    21 * Change definition of mixed layer depth beneath ice shelf            => done 
    22 * Bug if ice shelf in ldfslp + change according to previous point     => done 
     16All the fixes beneath concern only the ice shelf code and do not impact result and performance of non ice shelf configuration 
     17* Bug fixes         in zgr_isf   : one block change coastline every where 
     18* Performance fixes in sbc_isf   : CALL statement out of a 2d loop + cleaning 
     19* Performance fixes in zpshde_isf: too much variables computed. I reduce the number used for isf to the same number used for noisf (bottom case) 
     20* Performance fixes in hpg_isf   : Simplification of the pressure gradient scheme to be as simple as for the bottom (hpg_sco) 
     21* Bug fixes         in zdfbfr    : top friction initialisation missing (already reported in the trunk) 
     22* Change definition of mixed layer depth beneath ice shelf in order to simplify ldfslp and traldf_iso 
     23* Bug fixes         in ldfslp + change according to previous point 
    2324* umask_i is not an interior mask, change it to ssumask (same on v, f)=> done 
    24 * cleaning sbcisf                                                     => done 
    25 * improve conservation (based on work of Jerome on runoff)            => done (already reported in the trunk) 
    26 * remove option rn_divisf in the namelist. Always apply on volume.    => done 
    27 * define ln_isf in namsbc as ln_rnf. Move nn_isf to namsbc_isf.       => done 
     25* Bug fixes         in many routine: conservation issue (based on work of Jerome on runoff). Already reported in the trunk 
     26* Namelist change : remove option rn_divisf (always applied ice shelf melting as a volume flux), define ln_isf in namsbc as ln_rnf. Move nn_isf to namsbc_isf. 
    2827 
    2928=== At this stage: ===