# -*- mode: shell-script -*- # This is a very short example of CNRM-CM script for running Arpege # (here with Surfex, but just ignore parameters with SFX if your # Arpege namelist stes LMSE to False). # There is not much comment, see file param_example_couple in the same directory for explanations on # parameters. # This example also invoke the plugin atm_post for post-processing # ARpege outputs in the EAC way EXPID=$(basename $0| sed -r -e 's/.*param_//g') GEOM=tl127l70r GROUP=TEST/eac TITRE="Simulation de test du plugin de postpro atmosphériques globaux type EAC" RUNMAIL=senesi@meteo.fr # PERIOD TO PROCESS ######################################################## INIDATE=19790131 ; ENDDATE=19790201 ; INITIME=0 # MODEL BINARY and NAMELISTS USED. ######################################################## ATMEXE=~mrga589/public/arp600/dev/ald600_pcmt.03.exe ATMNAMREF=~mrga602/arpege/namelist/nam-P60+sfx SFXNAMREF=~mrga602/arpege/namelist/namsfx_37t1_jf_isa # RESTART FILES. ######################################################## MACH_RESTART=tori ATMREST=~mrga582/restart/${GEOM}_tke_19790101 SFXREST=~mrga582/restart/tl127l31r_19790101_37t1 # FORCINGS ######################################################## YEAR_BCD=no ; BCOND=~mrga561/bcond/nclim4_tl127l31r_mMM aero=~mrga602/clim/aero_$GEOM/aero_tegen_espece.MM.ieee YEAR_BCA=no ; FORBCA=${aero/espece/bc} ; YEAR_ORA=no ; FORORA=${aero/espece/or} YEAR_SDA=no ; FORSDA=${aero/espece/sd} ; YEAR_SSA=no ; FORSSA=${aero/espece/ss} YEAR_SUL=no ; FORSUL=${aero/espece/su} YEAR_SST=SCEN_1975_2009 ; FORSST=~mrga561/clim/ssttl127l31r/sst_era40sfx_YYYYMM.ieee YEAR_OZO=no ; FOROZO=~mrga582/clim/ozoneUREAD_$GEOM/O3UREADMM.ieee YEAR_GHG=SCEN_1975_2008 ; FORGHG=~mrgu548/forcages/ghg_et_solaire_cmip5/GHG_RCP45.dat # JOBS CHARACTERISTICS ######################################################## NMONTH=12 ; QUEUE=vector ; NN=1 ; NNP=8 ELAPSFRONT=00:20:00 ; MEMFRONT=8gb ELAPS=05:59:00 ; MEM=70gb # OUTPUT FILES: DIAGNOSTICS, RESTART, LISITINGS ######################################################## SAVE_LISTING=no ; SAVE_RESTART_PER=12 # PLUGINS : post-processing atmospheric outputs ############################################################## PLUGINS="atm_post" # Each of the 13 parameters below has a default value in the file # quoted above( which is found in directory plugins, close to the # INSTALLER quoted further below). This may save setting values here LISTPP=~mrga602/arpege/pp_tl127l70r GLOB_LONLAT=~mrga602/bcond/lonlat_$GEOM MSKF=~mrga602/bcond/france_$GEOM NHH=6 NPE="" # if null, defaults to NPP/2 PATHM=nec/ifs/sorties/$EXPID # monthly means PATHG=nec/ifs/series/$EXPID # global series PATHE=nec/ifs/prudence/$EXPID # "hemispheric" series PATHL=nec/ifs/regclim/$EXPID # local series postM=~mrga561/library/postM5a ; postG=~mrga561/library/postG5a postE=~mrga561/library/postE5a ; postL=~mrga561/library/postF5a # FOR ADVANCED USE ######################################################## UPDCLI=~mrga561/library/updclig5a ; UPDOZO=~mrga561/library/updozo5a EXPARCHDIR=${GROUP:-CM}/$EXPID # Will hold a copy of the current file ATMARCH=$EXPARCHDIR/atm; ATMRESARCH=$ATMARCH/restart ; ATMOUTARCH=$ATMARCH/output SFXARCH=$EXPARCHDIR/sfx; SFXRESARCH=$SFXARCH/restart ; SFXOUTARCH=$SFXARCH/output RELDIR=$HOME/relances/$EXPARCHDIR INSTALLER=~mrgu548/cnrm-cm/V5.4/scripts/instexp_force . $INSTALLER