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 3237 – NEMO

Changeset 3237


Ignore:
Timestamp:
2011-12-21T17:42:19+01:00 (12 years ago)
Author:
cetlod
Message:

use vmask rather than umask for v-bbl diffusive coef in offline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NEMO_MERGE_2011/NEMOGCM/NEMO/OFF_SRC/dtadyn.F90

    r3154 r3237  
    261261      IF( ln_dynbbl ) THEN                                        ! read in a file 
    262262         ahu_bbl(:,:)  = sf_dyn(jf_ubl)%fnow(:,:,1) * umask(:,:,1) 
    263          ahv_bbl(:,:)  = sf_dyn(jf_vbl)%fnow(:,:,1) * umask(:,:,1) 
     263         ahv_bbl(:,:)  = sf_dyn(jf_vbl)%fnow(:,:,1) * vmask(:,:,1) 
    264264      ELSE                                                        ! Compute bbl coefficients if needed 
    265265         tsb(:,:,:,:) = tsn(:,:,:,:) 
Note: See TracChangeset for help on using the changeset viewer.