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 10993 for NEMO/releases/release-4.0/src/ICE/icedyn.F90 – NEMO

Ignore:
Timestamp:
2019-05-17T15:07:59+02:00 (5 years ago)
Author:
clem
Message:

couple of commits to 1) deal with ice concentration reaching 1 (so, no more limitations in the max ice concentration imposed in the namelist), 2) deal with very small negative values that can occur due to roundoff errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/release-4.0/src/ICE/icedyn.F90

    r10910 r10993  
    118118         CALL ice_dyn_adv   ( kt )                                          ! -- advection of ice 
    119119         CALL Hpiling                                                       ! -- simple pile-up (replaces ridging/rafting) 
     120         CALL ice_var_zapsmall                                              ! -- zap small areas 
    120121         ! 
    121122      CASE ( np_dynADV1D )         !==  pure advection ==!   (1D) 
     
    189190      ! controls 
    190191      IF( ln_icediachk )   CALL ice_cons_hsm(0, 'Hpiling', rdiag_v, rdiag_s, rdiag_t, rdiag_fv, rdiag_fs, rdiag_ft) ! conservation 
    191       ! 
    192       CALL ice_var_zapsmall                       !-- zap small areas 
    193192      ! 
    194193      at_i(:,:) = SUM( a_i(:,:,:), dim=3 ) 
Note: See TracChangeset for help on using the changeset viewer.