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 13203 for utils/tools – NEMO

Changeset 13203 for utils/tools


Ignore:
Timestamp:
2020-07-02T10:33:49+02:00 (4 years ago)
Author:
smasson
Message:

tools: update with tools_ticket2362

Location:
utils/tools
Files:
7 deleted
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • utils/tools/ABL_TOOLS/namelist_abl_tools

    r11589 r13203  
    55: 
    66&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] 
    1313/ 
    1414 
  • utils/tools/README.rst

    r11751 r13203  
    133133Used to test the coupling interface. 
    134134This toy requires OASIS3-MCT to be installed and properly defined in the arch file. 
     135 
     136ABL_TOOLS 
     137--------- 
     138 
     1393 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/maketools

    r13057 r13203  
    7575b_n=$(basename ${0}) 
    7676export MAIN_DIR=${PWD%/tools*} 
    77 export TOOLS_DIR=${MAIN_DIR}/tools 
     77export TOOLS_DIR=${MAIN_DIR}/tools${PWD#*tools} 
    7878export COMPIL_DIR=${MAIN_DIR}/mk 
    7979export NEMO_DIR=${MAIN_DIR}/NEMO 
Note: See TracChangeset for help on using the changeset viewer.