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 914 for trunk/NEMO/OPA_SRC/SBC/sbcblk_clio.F90 – NEMO

Ignore:
Timestamp:
2008-04-30T16:30:23+02:00 (16 years ago)
Author:
ctlod
Message:

move the set to zero of qsr(:,:) (when more than 50% of sea-ice) from sbcblk_clio.F90 into sbcice_lim*, see ticket: #131

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/sbcblk_clio.F90

    r892 r914  
    270270      REAL(wp) ::   zdtetar, ztvmoyr, zlxins, zchcm, zclcm      !    -         - 
    271271      REAL(wp) ::   zmt1, zmt2, zmt3, ztatm3, ztamr, ztaevbk    !    -         - 
    272       REAL(wp) ::   zsst, ztatm, zcco1, zpatm, zinda            !    -         - 
     272      REAL(wp) ::   zsst, ztatm, zcco1, zpatm                   !    -         - 
    273273      REAL(wp) ::   zrhoa, zev, zes, zeso, zqatm, zevsqr        !    -         - 
    274274      !! 
     
    296296       
    297297      CALL blk_clio_qsr_oce( qsr ) 
    298  
    299       ! CAUTION: ocean shortwave radiation sets to zero if more than 50% of sea-ice !!gm to be removed 
    300       DO jj = 1, jpj 
    301          DO ji = 1, jpi 
    302             zinda    = MAX(  0.e0, SIGN(  1.e0, -( -1.5 - freeze(ji,jj) )  )  ) 
    303             qsr(ji,jj) = zinda * qsr(ji,jj) 
    304          END DO 
    305       END DO 
    306  
    307298 
    308299      !------------------------! 
Note: See TracChangeset for help on using the changeset viewer.