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 13374 for NEMO/branches/2020/tickets_icb_1900/src/OCE/ICB/icbini.F90 – NEMO

Ignore:
Timestamp:
2020-08-03T15:48:40+02:00 (4 years ago)
Author:
mathiot
Message:

ticket #1900: fix issue about mask management in icb_utl_bilin_3d_h; add option to ground icb if icb bottom lvl hit oce bottom lvl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/tickets_icb_1900/src/OCE/ICB/icbini.F90

    r13365 r13374  
    415415         &              ln_time_average_weight          , nn_test_icebergs    , rn_test_box          ,   & 
    416416         &              ln_use_calving , rn_speed_limit , cn_dir, sn_icb      , ln_M2016             ,   & 
    417          &              cn_icbrst_indir, cn_icbrst_in   , cn_icbrst_outdir    , cn_icbrst_out 
     417         &              cn_icbrst_indir, cn_icbrst_in   , cn_icbrst_outdir    , cn_icbrst_out        ,   & 
     418         &              ln_icb_grd 
    418419      !!---------------------------------------------------------------------- 
    419420 
     
    494495            &                    'bits_erosion_fraction = ', rn_bits_erosion_fraction 
    495496 
     497         WRITE(numout,*) '   Use icb module modification from Merino et al. (2016) : ln_M2016 = ', ln_M2016 
     498         WRITE(numout,*) '       ground icebergs if icb bottom lvl hit the oce bottom level : ln_icb_grd = ', ln_icb_grd 
     499 
    496500         WRITE(numout,*) '   Shift of sea-ice concentration in erosion flux modulation ',   & 
    497501            &                    '(0<sicn_shift<1)    rn_sicn_shift  = ', rn_sicn_shift 
Note: See TracChangeset for help on using the changeset viewer.