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 9880 for NEMO/trunk/src/OCE – NEMO

Changeset 9880 for NEMO/trunk/src/OCE


Ignore:
Timestamp:
2018-07-05T17:43:44+02:00 (6 years ago)
Author:
clem
Message:

sea-ice: remove negative values mainly created by the advection schemes (UMx and Prather) + adapt BDY to ensure that all the fields are coherent with the rest of the code (max concentration etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/BDY/bdyice.F90

    r9657 r9880  
    1818   USE ice             ! sea-ice: variables 
    1919   USE icevar          ! sea-ice: operations 
    20    USE iceitd          ! sea-ice: rebining 
     20   USE icecor          ! sea-ice: corrections 
    2121   USE icectl          ! sea-ice: control prints 
    2222   USE phycst          ! physical constant 
     
    7373      END DO 
    7474      ! 
    75       CALL ice_var_zapsmall 
     75      CALL ice_cor( kt , 0 )      ! -- In case categories are out of bounds, do a remapping 
     76      !                           !    i.e. inputs have not the same ice thickness distribution  
     77      !                           !    (set by rn_himean) than the regional simulation 
    7678      CALL ice_var_agg(1) 
    7779      ! 
     
    250252      END DO !jl 
    251253      ! 
    252       ! --- In case categories are out of bounds, do a remapping --- ! 
    253       !     i.e. inputs have not the same ice thickness distribution  
    254       !          (set by rn_himean) than the regional simulation 
    255       IF( jpl > 1 )   CALL ice_itd_reb( kt ) 
     254!!      ! --- In case categories are out of bounds, do a remapping --- ! 
     255!!      !     i.e. inputs have not the same ice thickness distribution  
     256!!      !          (set by rn_himean) than the regional simulation 
     257!!      IF( jpl > 1 )   CALL ice_itd_reb( kt ) 
    256258      !       
    257259   END SUBROUTINE bdy_ice_frs 
Note: See TracChangeset for help on using the changeset viewer.