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.
namelist_abl_tools in utils/tools/ABL_TOOLS – NEMO

source: utils/tools/ABL_TOOLS/namelist_abl_tools @ 11589

Last change on this file since 11589 was 11589, checked in by gsamson, 5 years ago

dev_r11265_ABL : see #2131

  • ABL_TOOLS first working version (README empty and arch files ignored for now)
File size: 1.6 KB
Line 
1:
2:-----------------------------------------------------------------------------
3: Atmospheric Boundary Layer preprocessing tool
4:-----------------------------------------------------------------------------
5:
6&nml_dom
7    jpka         =      50,
8    hmax         =   2000.,
9    theta_s      =      2.,
10    hc           =    100.,
11    ln_impose_z1 =  .true.,
12    z1           =     10.,
13/
14
15&nml_opt
16    ptemp_method    =        3  ,  ! potential temperature computation method
17    ln_slp_smth     =   .true.  ,  ! smooth slp and ghw at high latitudes only
18    ln_drw_smth     =   .false. ,  ! smooth after drowning
19    ln_slp_log      =   .false. ,  ! read log(slp)
20    ln_read_zsurf   =   .false. ,  ! read surface geopotential
21    ln_hpg_frc      =   .true.  ,  ! compute horizontal pressure gradient
22    ln_geo_wnd      =   .false. ,  ! compute geostrophic wind
23    ln_c1d          =   .false. ,  ! 1D case
24    ln_read_mask    =   .true.  ,  ! read mask file
25    ln_lsm_land     =   .false. ,  ! inverse land & sea masks
26    ln_perio_latbc  =   .true.  ,  ! periodic lateral boundary conditions
27/
28
29&nml_fld
30    cn_dir      = '',
31    mask_var    = 'LSM',
32    file_m      = 'MASK.nc',
33    file_u      = 'U3D.nc',
34    file_v      = 'V3D.nc',
35    file_t      = 'T3D.nc',
36    file_q      = 'Q3D.nc',
37    file_p      = 'P2D.nc',
38    file_z      = 'Z2D.nc',
39    file_geos   = 'UVG_OUT.nc',
40    file_hpg    = 'HPG_OUT.nc',
41/
42
43&nml_out
44    grd_file  = 'dom_cfg_abl_L50Z10.nc',
45    abl_file  = 'ABL_L50Z10_OUT.nc',
46    drwn_file = 'ABL_DRWN_L50Z10_OUT.nc',
47    var_name  = '',
48/
49
50&nml_c1d
51    iloc = 283,
52    jloc =  52,
53/
Note: See TracBrowser for help on using the repository browser.