Changeset 13173
- Timestamp:
- 2020-06-29T16:47:09+02:00 (4 years ago)
- Location:
- utils/tools_ticket2362
- Files:
-
- 9 added
- 7 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/tools_ticket2362/ABL_TOOLS/namelist_abl_tools
r11589 r13173 5 5 : 6 6 &nml_dom 7 jpka = 50, 8 hmax = 2000., 9 theta_s = 2., 10 hc = 100., 11 ln_impose_z1 = .true., 12 z1 = 10., 7 jpka = 50, ! ABL vertical levels number 8 hmax = 2000., ! ABL last level altitude 9 theta_s = 2., ! vertical grid stretching parameters 10 hc = 100., ! 11 ln_impose_z1 = .true., ! force ABL first level altitude 12 z1 = 10., ! ABL firt level imposed altitude [m] 13 13 / 14 14 -
utils/tools_ticket2362/README.rst
r11751 r13173 133 133 Used to test the coupling interface. 134 134 This toy requires OASIS3-MCT to be installed and properly defined in the arch file. 135 136 ABL_TOOLS 137 --------- 138 139 3 steps to generate atmospheric forcings from ECMWF products for ABL1d model with NEMO: 140 - main_uvg_hpg (optional): geostrophic wind or horizontal pressure gradient computation on ECMWF eta-levels (to force ABL dynamics) 141 - main_vinterp: vertical interpolation from ECWMF vertical eta-levels to ABL Z-levels 142 - main_hdrown: 3D-fields horizontal drowning (extrapolation over land totally inspired from SOSIE by L. Brodeau) 143 (more details available in Lemarie et al. 2020 GMD) -
utils/tools_ticket2362/maketools
r13057 r13173 75 75 b_n=$(basename ${0}) 76 76 export MAIN_DIR=${PWD%/tools*} 77 export TOOLS_DIR=${MAIN_DIR}/tools 77 export TOOLS_DIR=${MAIN_DIR}/tools${PWD#*tools} 78 78 export COMPIL_DIR=${MAIN_DIR}/mk 79 79 export NEMO_DIR=${MAIN_DIR}/NEMO
Note: See TracChangeset
for help on using the changeset viewer.