- Timestamp:
- 2017-11-22T11:17:36+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_flux_correction/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_core.F90
r8778 r8779 186 186 jfld = jpfld - COUNT( (/.NOT. ln_htcorr/) ) 187 187 lhftau = ln_taudif ! do we use HF tau information? 188 jfld = j pfld - COUNT( (/.NOT. lhftau/) )188 jfld = jfld - COUNT( (/.NOT. lhftau/) ) 189 189 ! 190 190 ALLOCATE( sf(jfld), STAT=ierror ) ! set sf structure
Note: See TracChangeset
for help on using the changeset viewer.