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 990 for branches/dev_003_CPL/NEMO/OPA_SRC/SBC/sbcblk_clio.F90 – NEMO

Ignore:
Timestamp:
2008-05-23T16:38:21+02:00 (16 years ago)
Author:
smasson
Message:

dev_003_CPL: to the trunk , see ticket #155

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_003_CPL/NEMO/OPA_SRC/SBC/sbcblk_clio.F90

    r892 r990  
    5858   LOGICAL ::   lbulk_init = .TRUE.               ! flag, bulk initialization done or not) 
    5959 
     60#if ! defined key_lim3                           
     61   ! in namicerun with LIM3 
    6062   REAL(wp) ::   cai = 1.40e-3 ! best estimate of atm drag in order to get correct FS export in ORCA2-LIM 
    6163   REAL(wp) ::   cao = 1.00e-3 ! chosen by default  ==> should depends on many things...  !!gmto be updated 
     64#endif 
    6265 
    6366   REAL(wp) ::   yearday     !: number of days per year    
     
    270273      REAL(wp) ::   zdtetar, ztvmoyr, zlxins, zchcm, zclcm      !    -         - 
    271274      REAL(wp) ::   zmt1, zmt2, zmt3, ztatm3, ztamr, ztaevbk    !    -         - 
    272       REAL(wp) ::   zsst, ztatm, zcco1, zpatm, zinda            !    -         - 
     275      REAL(wp) ::   zsst, ztatm, zcco1, zpatm                   !    -         - 
    273276      REAL(wp) ::   zrhoa, zev, zes, zeso, zqatm, zevsqr        !    -         - 
    274277      !! 
     
    296299       
    297300      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  
    307301 
    308302      !------------------------! 
Note: See TracChangeset for help on using the changeset viewer.