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 Diff – NEMO

Changes between Initial Version and Version 6 of Ticket #1595


Ignore:
Timestamp:
2017-09-28T17:40:45+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1595

    • Property Keywords ICB nemo_v3_6* nemo_v3_6_STABLE added; iceberg removed
    • Property Owner changed from nemo to mathiot
    • Property Status changed from new to assigned
    • Property Cc mathiot added
  • Ticket #1595 – Description

    initial v6  
    11- In case of calving point over land point (ie, bad calving file), if no isf cavity, the model runs without any trouble. However, if the model runs with isf cavity on (with the same tmask(:,:,1), i.e. same coastline/ice shelf edge), the model stop because some icb are grounded in a land point.  
    22To avoid this, I suggest to mask the calving variable with tmask(:,:,1) in icbclv.F90 like this: 
    3 {{{ 
     3{{{#!f 
    44      zfact = ( (1000._wp)**3 / ( NINT(rday) * nyear_len(1) ) ) * 850._wp 
    55      berg_grid%calving(:,:) = src_calving(:,:) * tmask_i(:,:) * zfact * tmask(:,:,1)