Skip to content
Snippets Groups Projects
Commit cae21f7d authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 11/07/2024: KTEST add OUTPUT tests and add missing file for BLAZE

parent 8e37b5c4
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cp -f /cnrm/phynh/data1/rodierq/GRIB_KTEST/BMAP* .
if [ ! -d BMAP.nc ]; then
wget -c -nd http://mesonh.aero.obs-mip.fr/mesonh/dir_doc/dir_namelist_examples/GRIB_KTEST/BMAP.nc
wget -c -nd http://mesonh.aero.obs-mip.fr/mesonh/dir_doc/dir_namelist_examples/GRIB_KTEST/BMAP.des
fi
# generate FuelMap.nc and FuelMap.des files
ln -sf ../../fuelmap.py .
python3 fuelmap.py
......
......@@ -30,6 +30,12 @@
XALKTOP = 0.01, XALZBOT = 14000. /
&NAM_BACKUP
XBAK_TIME_FREQ(1) = 20. /
&NAM_OUTPUT XOUT_TIME_FREQ(1) = 20.,
COUT_VAR(1,1) = 'UT',
COUT_VAR(1,2) = 'VT',
COUT_VAR(1,3) = 'WT',
COUT_VAR(1,4) = 'THT',
COUT_VAR(1,5) = 'PABST'/
&NAM_BUDGET CBUTYPE='CART', XBULEN=40.,
NBUKL=2, NBUKH=50, NBUIL=15, NBUIH=64, NBUJL=15, NBUJH=68,
LBU_KCP=.TRUE., LBU_ICP=.FALSE., LBU_JCP=.FALSE. /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment