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 11334 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-07-24T11:20:42+02:00 (5 years ago)
Author:
flemarie
Message:

Follow-on to the ABL implementation (see ticket #2131)

  • Modification of diawri.F90 to output ABL variables with IOIPSL (i.e. without key_iomput)
  • Modification of ice_var_agg in icevar.F90 to allow the use of tm_su in ABL and bulk
  • Error handling in case ln_abl = .true. and ABL sources were not compiled
  • ABL now works with SI3 considering an average over ice categories
  • Update reference namelist to avoid runtime warnings due to nam_tide
  • Sanity checks with ORCA2 for the following configurations :

1 - ABL src + ln_blk = .true.
2 - ABL src + ln_abl = .true.
3 - no ABL src + ln_blk = .true.

All configurations are MPP reproducible and configurations 1 and 3 results are identical

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref

    r11322 r11334  
    301301   rn_Rod        = 0.15       ! c0 in RMCA17 mixing length formulation (not yet implemented) 
    302302   rn_Ric        = 0.139      !  Critical Richardson number (to compute PBL height and diffusivities) 
    303    ln_smth_pblh  = .false.    !  Smoothing of PBL height with a 2d Hanning filter 
     303   ln_smth_pblh  = .true.    !  Smoothing of PBL height with a 2d Hanning filter 
    304304/ 
    305305!----------------------------------------------------------------------- 
     
    589589!----------------------------------------------------------------------- 
    590590   ln_tide     = .false.      ! Activate tides 
    591       ln_tide_pot   = .true.                !  use tidal potential forcing 
    592          ln_scal_load  = .false.               ! Use scalar approximation for 
    593             rn_scal_load = 0.094               !     load potential 
    594          ln_read_load  = .false.               ! Or read load potential from file 
    595             cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
    596             !       
    597       ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    598          rdttideramp   =    0.                 !  ramp duration in days 
    599       clname(1)     = 'DUMMY'               !  name of constituent - all tidal components must be set in namelist_cfg 
     591   ln_tide_pot   = .true.                !  use tidal potential forcing 
     592   ln_scal_load  = .false.               ! Use scalar approximation for  
     593   ln_read_load  = .false.               ! Or read load potential from file 
     594   cn_tide_load  = 'tide_LOAD_grid_T.nc'  ! filename for load potential      
     595   ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
     596   rn_scal_load  = 0.094               !     load potential  
     597   rdttideramp   =    0.                 !  ramp duration in days 
     598   clname        = 'FOUR'               !  name of constituent - all tidal components must be set in namelist_cfg 
    600599/ 
    601600!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.