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 8779 for branches – NEMO

Changeset 8779 for branches


Ignore:
Timestamp:
2017-11-22T11:17:36+01:00 (6 years ago)
Author:
davestorkey
Message:

UKMO dev_r5518_flux_correction branch: bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_flux_correction/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90

    r8778 r8779  
    186186         jfld = jpfld - COUNT( (/.NOT. ln_htcorr/) ) 
    187187         lhftau = ln_taudif                        ! do we use HF tau information? 
    188          jfld = jpfld - COUNT( (/.NOT. lhftau/) ) 
     188         jfld = jfld - COUNT( (/.NOT. lhftau/) ) 
    189189         ! 
    190190         ALLOCATE( sf(jfld), STAT=ierror )         ! set sf structure 
Note: See TracChangeset for help on using the changeset viewer.