Skip to content
Snippets Groups Projects
Commit 7702005e authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 24/05/2018: COUPLING , minor correction for...

Juan 24/05/2018: COUPLING , minor correction for 013_Iroise_ideal_case_coupling , +1 dim in variables & rm old files
parent 5de5b524
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ imax=dims(1)-2 ...@@ -27,9 +27,9 @@ imax=dims(1)-2
jmax=dims(0)-2 jmax=dims(0)-2
LON_MNH=a->LON(1:jmax,1:imax) LON_MNH=a->LON(1:jmax,1:imax)
LAT_MNH=a->LAT(1:jmax,1:imax) LAT_MNH=a->LAT(1:jmax,1:imax)
U10_MNH=a->UT(2,1:jmax,1:imax) U10_MNH=a->UT(0,2,1:jmax,1:imax)
V10_MNH=a->VT(2,1:jmax,1:imax) V10_MNH=a->VT(0,2,1:jmax,1:imax)
PRES_MNH=a->PABST(2,1:jmax,1:imax) PRES_MNH=a->PABST(0,2,1:jmax,1:imax)
if(isfilevar(a,"EVAP3D")) then if(isfilevar(a,"EVAP3D")) then
EVAP_MNH=a->EVAP3D(1:jmax,1:imax) EVAP_MNH=a->EVAP3D(1:jmax,1:imax)
......
...@@ -36,6 +36,7 @@ echo '-- input for Meso-NH : ' ...@@ -36,6 +36,7 @@ echo '-- input for Meso-NH : '
echo '-- Create_restart_file_for_MNH.ncl/py ' echo '-- Create_restart_file_for_MNH.ncl/py '
echo '---------------------------------------' echo '---------------------------------------'
rm -f rstrt_MNH.nc
ncl Create_restart_file_for_MNH.ncl ncl Create_restart_file_for_MNH.ncl
#python Create_restart_file_for_MNH.py #python Create_restart_file_for_MNH.py
......
...@@ -15,6 +15,8 @@ else ...@@ -15,6 +15,8 @@ else
ln -sf $PREP_PGD_FILES/etopo2.nc topo.nc ln -sf $PREP_PGD_FILES/etopo2.nc topo.nc
rm -f grid_toy_model.nc
rm -f rstrt_TOY.nc
ncl Create_grid_and_restart_files_for_TOY.ncl ncl Create_grid_and_restart_files_for_TOY.ncl
#python Create_grid_and_restart_files_for_TOY.py #python Create_grid_and_restart_files_for_TOY.py
......
...@@ -10,8 +10,8 @@ export PATH_EXETOY=${SRC_MESONH}/src/LIB/toy_v1-0/ ...@@ -10,8 +10,8 @@ export PATH_EXETOY=${SRC_MESONH}/src/LIB/toy_v1-0/
export TYPE_TOY='WAVE' export TYPE_TOY='WAVE'
#~~~~~ MESONH #~~~~~ MESONH
ln -sf ../1_INPUT_MNH/IROISE_5KM.??? . ln -sf ../1_INPUT_MNH/IROISE_5KM.* .
ln -sf ../1_INPUT_MNH/IROISE_5KM_201109_0?_??.??? . ln -sf ../1_INPUT_MNH/IROISE_5KM_201109_0?_??.* .
cp ../1_INPUT_MNH/rstrt_MNH.nc rst_A.nc cp ../1_INPUT_MNH/rstrt_MNH.nc rst_A.nc
ln -sf ../1_INPUT_MNH/EXSEG1.nam_${TYPE_TOY} EXSEG1.nam ln -sf ../1_INPUT_MNH/EXSEG1.nam_${TYPE_TOY} EXSEG1.nam
......
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