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 3614 for branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssm.F90 – NEMO

Ignore:
Timestamp:
2012-11-20T16:19:12+01:00 (11 years ago)
Author:
acc
Message:

Branch dev_NOC_2012_r3555. #1006. Step 6: Minor code changes and updated namelists to enable successful SETTE testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_NOC_2012_rev3555/NEMOGCM/NEMO/OPA_SRC/SBC/sbcssm.F90

    r3607 r3614  
    2525   PRIVATE 
    2626 
    27    PUBLIC   sbc_ssm    ! routine called by step.F90 
     27   PUBLIC   sbc_ssm         ! routine called by step.F90 
     28   PUBLIC   sbc_ssm_init    ! routine called by sbcmod.F90 
    2829    
    2930   LOGICAL, SAVE  ::   l_ssm_mean = .FALSE.       ! keep track of whether means have been read 
     
    7172      ELSE 
    7273         !                                                ! ----------------------------------------------- ! 
    73          IF( kt == nit000 && .NOT. l_ssm_mean ) THEN      !   Initialisation: 1st time-step, no input means ! 
     74         IF( kt == nit000 .AND. .NOT. l_ssm_mean ) THEN   !   Initialisation: 1st time-step, no input means ! 
    7475            !                                             ! ----------------------------------------------- ! 
    7576            IF(lwp) WRITE(numout,*) 
     
    145146      !! ** Action  : - read parameters 
    146147      !!---------------------------------------------------------------------- 
    147       REAL(wp) ::   zcoef               ! local scalar 
     148      REAL(wp) ::   zcoef, zf_sbc       ! local scalar 
    148149      !!---------------------------------------------------------------------- 
    149150 
Note: See TracChangeset for help on using the changeset viewer.