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 2236 for branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/SBC/sbcblk_core.F90 – NEMO

Ignore:
Timestamp:
2010-10-12T20:49:32+02:00 (14 years ago)
Author:
cetlod
Message:

First guess of NEMO_v3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r2228 r2236  
    7474   !! NEMO/OPA 3.3 , NEMO-consortium (2010)  
    7575   !! $Id$ 
    76    !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt) 
     76   !! Software governed by the CeCILL licence  (NEMOGCM/License_CeCILL.txt) 
    7777   !!---------------------------------------------------------------------- 
    7878CONTAINS 
     
    169169         ENDIF 
    170170         DO ifpr= 1, jfld 
    171             ALLOCATE( sf(ifpr)%fnow(jpi,jpj,1  ) ) 
    172             ALLOCATE( sf(ifpr)%fdta(jpi,jpj,1,2) ) 
     171            ALLOCATE( sf(ifpr)%fnow(jpi,jpj,1) ) 
     172            IF( slf_i(ifpr)%ln_tint ) ALLOCATE( sf(ifpr)%fdta(jpi,jpj,1,2) ) 
    173173         END DO 
    174174         !                                         ! fill sf with slf_i and control print 
     
    269269!CDIR COLLAPSE 
    270270      zqlw(:,:) = (  sf(jp_qlw)%fnow(:,:,1) - Stef * zst(:,:)*zst(:,:)*zst(:,:)*zst(:,:)  ) * tmask(:,:,1)   ! Long  Wave 
    271                        
    272271      ! ----------------------------------------------------------------------------- ! 
    273272      !     II    Turbulent FLUXES                                                    ! 
Note: See TracChangeset for help on using the changeset viewer.