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 11322 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/ABL/sbcabl.F90 – NEMO

Ignore:
Timestamp:
2019-07-22T17:00:21+02:00 (5 years ago)
Author:
flemarie
Message:

First implementation of ABL (see ticket #2131)

  • Update reference and cfg namelists for ORCA2_ICE_ABL
  • Run ABL over the ocean and BLK over sea-ice (ABL over sea-ice to come)
  • Bug fix in computation of pblh (+ add option to smooth pblh)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/src/ABL/sbcabl.F90

    r11305 r11322  
    6464         &                 nn_dyn_restore,                                        & 
    6565         &                 rn_ldyn_min , rn_ldyn_max, rn_ltra_min, rn_ltra_max,   & 
    66          &                 nn_amxl, rn_cm, rn_ct, rn_ce, rn_ceps, rn_Rod, rn_Ric  
     66         &                 nn_amxl, rn_cm, rn_ct, rn_ce, rn_ceps, rn_Rod, rn_Ric, & 
     67         &                 ln_smth_pblh        
    6768      !!--------------------------------------------------------------------- 
    6869 
     
    113114         END SELECT 
    114115         ! 
     116       IF( ln_smth_pblh )  WRITE(numout,*) '      ABL -- Smoothing of PBL height is activated'    
     117       ! 
    115118      ENDIF 
    116119 
     
    271274      !ENDIF 
    272275      !!GS restart case not supported 
    273  
     276      
    274277   END SUBROUTINE sbc_abl_init 
    275278 
     
    339342   END SUBROUTINE sbc_abl 
    340343 
    341  
    342344   !!====================================================================== 
    343345END MODULE sbcabl 
Note: See TracChangeset for help on using the changeset viewer.