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 7990 for branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/SBC/sbcwave.F90 – NEMO

Ignore:
Timestamp:
2017-04-29T17:24:54+02:00 (7 years ago)
Author:
gm
Message:

#1880 (HPC-09): OPA remove avmu, avmv from zdf modules + move CALL tke(gls)_rst & gls_rst in zdftke(gls) + rename zdftmx and zdfqiao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_HPC09_ZDF/NEMOGCM/NEMO/OPA_SRC/SBC/sbcwave.F90

    r7864 r7990  
    1919   USE oce            ! ocean variables 
    2020   USE sbc_oce        ! Surface boundary condition: ocean fields 
    21    USE zdf_oce,  ONLY : ln_zdfqiao 
     21   USE zdf_oce,  ONLY : ln_zdfswm 
    2222   USE bdy_oce        ! open boundary condition variables 
    2323   USE domvvl         ! domain: variable volume layers 
     
    227227         ! 
    228228         ! Read also wave number if needed, so that it is available in coupling routines 
    229          IF( ln_zdfqiao .AND. .NOT.cpl_wnum ) THEN 
     229         IF( ln_zdfswm .AND. .NOT.cpl_wnum ) THEN 
    230230            CALL fld_read( kt, nn_fsbc, sf_wn )          ! read wave parameters from external forcing 
    231231            wnum(:,:) = sf_wn(1)%fnow(:,:,1) 
     
    345345         vsd(:,:,:) = 0._wp 
    346346         wsd(:,:,:) = 0._wp 
    347          ! Wave number needed only if ln_zdfqiao=T 
     347         ! Wave number needed only if ln_zdfswm=T 
    348348         IF( .NOT. cpl_wnum ) THEN 
    349349            ALLOCATE( sf_wn(1), STAT=ierror )           !* allocate and fill sf_wave with sn_wnum 
Note: See TracChangeset for help on using the changeset viewer.