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 8870 for branches/UKMO/ROMS_WAD_7832/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2017-12-01T10:48:12+01:00 (6 years ago)
Author:
deazer
Message:

Changed WAD option names to Iterative and Directional
Removed old Diagnostics
Updated Domain CFG to allow domain generation with ref height for wad cases
Cleaned up TEST_CASES/cfg.txt file (need to not include WAD2 etc)
TEST caaes run ok
SETTE runs OK
AMM15 5 level runs OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/ROMS_WAD_7832/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r8865 r8870  
    3434   USE wrk_nemo       ! Memory Allocation 
    3535   USE timing         ! Timing 
    36    USE wet_dry 
     36   USE wet_dry,   ONLY :   ln_wd_il, ln_wd_dl, rn_wdmin1 
    3737 
    3838   IMPLICIT NONE 
     
    123123      DO jj = 2, jpj 
    124124         DO ji = fs_2, fs_jpim1   ! vector opt. 
    125             IF ( ln_rwd_rmp ) THEN    ! If near WAD point limite the flux for now 
     125            IF ( ln_wd_il .or. ln_wd_dl ) THEN    ! If near WAD point limit the flux for now 
    126126               IF ( sshn(ji,jj) + ht_0(ji,jj) >  2._wp * rn_wdmin1 ) THEN 
    127127                  sbc_tsc(ji,jj,jp_tem) = r1_rau0_rcp * qns(ji,jj)   ! non solar heat flux 
Note: See TracChangeset for help on using the changeset viewer.