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 2777 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

Ignore:
Timestamp:
2011-06-07T11:55:02+02:00 (13 years ago)
Author:
smasson
Message:

LIM3 compiling and (partly?) running in v3_3_1, see ticket#817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r2748 r2777  
    180180      CALL fld_read( kt, nn_fsbc, sf )        ! input fields provided at the current time-step 
    181181 
    182 #if defined key_lim3 
    183       tatm_ice(:,:) = sf(jp_tair)%fnow(:,:,1)                  ! LIM3: make Tair available in sea-ice 
    184 #endif 
    185182      !                                                        ! surface ocean fluxes computed with CLIO bulk formulea 
    186183      IF( MOD( kt - 1, nn_fsbc ) == 0 )   CALL blk_oce_core( sf, sst_m, ssu_m, ssv_m ) 
     
    472469!!gm end 
    473470 
     471#if defined key_lim3 
     472      tatm_ice(:,:) = sf(jp_tair)%fnow(:,:,1)   ! LIM3: make Tair available in sea-ice. WARNING allocated after call to ice_init 
     473#endif 
    474474      ! ----------------------------------------------------------------------------- ! 
    475475      !    Wind components and module relative to the moving ocean ( U10m - U_ice )   ! 
     
    882882         &                    30,31,32,33,34                )   .OR.  &   
    883883         iwrk_not_released(2, 1)                                  )   & 
    884          CALL ctl_stop('TURB_CORE_1Z: failed to release workspace arrays') 
     884         CALL ctl_stop('TURB_CORE_2Z: failed to release workspace arrays') 
    885885      ! 
    886886    END SUBROUTINE TURB_CORE_2Z 
Note: See TracChangeset for help on using the changeset viewer.