#!/bin/ksh #--------------------------------- # Script de test pour la generation d'un atlas de validation # pour chacune des composantes du modele couple de l'IPSL # Patrick Brockmann - 24/11/2004 #--------------------------------- EXPER=2L27 YEARS=2030_2039 RESOL_ORCA=2 R_ATLAS=${EXPER}_SE_${YEARS}_atlas DATADIR=`pwd`/${EXPER}_SE_${YEARS}_output #--------------------------------- # Atmosphere atlas -o ${R_ATLAS}/Atm -l ${FER_ATLAS}/atlas_p_LMDZ3.3_diag1_*.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_histmth.nc #--------------------------------- # Orchidee atlas -o ${R_ATLAS}/Srf -l ${FER_ATLAS}/atlas_p_ORCHIDEE_diag1_*.cfg ${FER_ATLAS}/atlas_p_SECHIBA_diag1_*.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_sechiba.nc atlas -o ${R_ATLAS}/Srf_ISLSCP -l ${FER_ATLAS}/atlas_p_ORCHIDEE_diag2_a.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_sechiba.nc #--------------------------------- # Ocean atlas -o${R_ATLAS}/OceT -l ${FER_ATLAS}/atlas_p_ORCA${RESOL_ORCA}_diag1_[ab].cfg ${DATADIR}/${EXPER}_SE_${YEARS}_grid_T.nc atlas -o ${R_ATLAS}/OceU -l ${FER_ATLAS}/atlas_p_ORCA${RESOL_ORCA}_diag0_U.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_grid_U.nc atlas -o ${R_ATLAS}/OceV -l ${FER_ATLAS}/atlas_p_ORCA${RESOL_ORCA}_diag0_V.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_grid_V.nc atlas -o ${R_ATLAS}/OceW -l ${FER_ATLAS}/atlas_p_ORCA${RESOL_ORCA}_diag0_W.cfg ${DATADIR}/${EXPER}_SE_${YEARS}_grid_W.nc #--------------------------------- # Glace atlas -o ${R_ATLAS}/Ice -l ${FER_ATLAS}/atlas_p_ORCA${RESOL_ORCA}LIM_diag0_[ab].cfg ${DATADIR}/${EXPER}_SE_${YEARS}_icemod.nc