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

Ignore:
Timestamp:
2008-04-21T14:14:58+02:00 (16 years ago)
Author:
rblod
Message:

Correct light bugs after the introduction of the new surface module, see ticket #113

File:
1 edited

Legend:

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

    r888 r892  
    3333   USE par_ice 
    3434   USE ice 
     35   USE ice_oce         ! For ice surface temperature 
    3536#elif defined key_lim2 
    3637   USE par_ice_2 
     
    192193      ! 
    193194      CALL fld_read( kt, nn_fsbc, sf )                ! input fields provided at the current time-step 
     195      ! 
     196#if defined key_lim3       
     197      tatm_ice(:,:) = sf(jp_tair)%fnow(:,:)     !RB ugly patch 
     198#endif 
    194199      ! 
    195200      IF(lwp .AND. nitend-nit000 <= 100 ) THEN 
Note: See TracChangeset for help on using the changeset viewer.