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

Ignore:
Timestamp:
2019-07-29T16:47:01+02:00 (5 years ago)
Author:
gsamson
Message:

dev_r11265_ABL : see #2131

  • fix xml files to get xios working with ABL
  • introduce rdt_abl = rdt * nn_fsbc to get ABL working with nn_fsbc > 1
  • does not change results compared to rev11360 with nn_fsbc = 1
File:
1 edited

Legend:

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

    r11322 r11363  
    1919   INTEGER , PUBLIC, PARAMETER ::   jp_qa  = 2     !: indice for humidity 
    2020   INTEGER , PUBLIC, PARAMETER ::   jptime = 2     !: number of time indices stored in memory 
     21 
    2122   !!--------------------------------------------------------------------- 
    2223   !! namABL Namelist options   
     
    6970   ! parameter for the semi-implicit treatment of Coriolis term   
    7071   REAL(wp), PUBLIC, PARAMETER ::   gamma_Cor  = 0.55_wp 
     72   ! ABL timestep 
     73   REAL(wp), PUBLIC            :: rdt_abl 
    7174 
    7275   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.