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

Ignore:
Timestamp:
2011-03-30T17:58:35+02:00 (13 years ago)
Author:
rblod
Message:

First attempt to put dynamic allocation on the trunk

File:
1 edited

Legend:

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

    r2528 r2715  
    44   !! Surface module :  provide time-mean ocean surface variables 
    55   !!====================================================================== 
    6    !! History :  9.0   !  06-07  (G. Madec)  Original code 
     6   !! History :  9.0  ! 2006-07  (G. Madec)  Original code 
    77   !!            3.3  ! 2010-10  (C. Bricaud, G. Madec)  add the Patm forcing for sea-ice 
    88   !!---------------------------------------------------------------------- 
     
    3232   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
    3333   !! $Id$ 
    34    !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
     34   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3535   !!---------------------------------------------------------------------- 
    36  
    3736CONTAINS 
    3837 
     
    5049      !!      is add to ssh_m when ln_apr_dyn = T. Required for sea-ice dynamics. 
    5150      !!--------------------------------------------------------------------- 
    52       INTEGER, INTENT(in) ::   kt        ! ocean time step 
     51      INTEGER, INTENT(in) ::   kt   ! ocean time step 
    5352      ! 
    54       REAL(wp) ::   zcoef       ! temporary scalar 
    55       REAL(wp) ::   zf_sbc      ! read sbc frequency  
     53      REAL(wp) ::   zcoef, zf_sbc       ! local scalar 
    5654      !!--------------------------------------------------------------------- 
    5755      !                                                   ! ---------------------------------------- ! 
Note: See TracChangeset for help on using the changeset viewer.