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 5220 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90 – NEMO

Ignore:
Timestamp:
2015-04-17T11:50:03+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: first update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/LIM_SRC_3/limsbc.F90

    r5187 r5220  
    9494      !!              - fr_i    : ice fraction 
    9595      !!              - tn_ice  : sea-ice surface temperature 
    96       !!              - alb_ice : sea-ice albedo (lk_cpl=T) 
     96      !!              - alb_ice : sea-ice albedo (ln_cpl=T) 
    9797      !! 
    9898      !! References : Goosse, H. et al. 1996, Bul. Soc. Roy. Sc. Liege, 65, 87-90. 
     
    128128            ! Solar heat flux reaching the ocean = zfcm1 (W.m-2)  
    129129            !--------------------------------------------------- 
    130             IF( lk_cpl ) THEN  
     130            IF( ln_cpl ) THEN  
    131131               !!! LIM2 version zqsr = qsr_tot(ji,jj) + ( fstric(ji,jj) - qsr_ice(ji,jj,1) ) * ( 1.0 - pfrld(ji,jj) ) 
    132132               zfcm1 = qsr_tot(ji,jj) 
     
    168168            !         
    169169            !  computing freshwater exchanges at the ice/ocean interface 
    170             IF( lk_cpl ) THEN  
     170            IF( ln_cpl ) THEN  
    171171                zemp =   emp_tot(ji,jj)                                    &   ! net mass flux over grid cell 
    172172                   &   - emp_ice(ji,jj) * ( 1._wp - pfrld(ji,jj) )         &   ! minus the mass flux intercepted by sea ice 
     
    216216      !    Snow/ice albedo (only if sent to coupler)   ! 
    217217      !------------------------------------------------! 
    218       IF( lk_cpl ) THEN          ! coupled case 
     218      IF( ln_cpl ) THEN          ! coupled case 
    219219 
    220220            CALL wrk_alloc( jpi, jpj, jpl, zalb_cs, zalb_os ) 
Note: See TracChangeset for help on using the changeset viewer.