- Timestamp:
- 10/19/07 15:38:59 (17 years ago)
- Location:
- CONFIG/trunk/LMDZINCA_v2
- Files:
-
- 31 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/LMDZINCA_v2/AA_make
r160 r184 1 1 #- $Id$ 2 ifneq ($(MAKECMDGOALS),$(shell cat . chimie))2 ifneq ($(MAKECMDGOALS),$(shell cat .resol)) 3 3 ifneq ($(MAKECMDGOALS),) 4 4 $(shell rm -rf ../../modeles/INCA3/config) … … 11 11 #-Q- sx8brodie @echo On brodie, please, WAIT until the end of the batch job submitted : 12 12 #-Q- sx8brodie @echo \(use command : qstat or wait for an email\) 13 #-Q- sx8brodie qsub -v CHIMIEjob.comp13 #-Q- sx8brodie qsub -v RESOL job.comp 14 14 15 15 16 16 17 17 all : 18 if [ -s ./. chimie ] ; then gmake `cat .chimie` ; else gmake AER; fi18 if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake AERxLMD9672 ; fi 19 19 20 20 21 CH4_AER : libioipsl inca3lmdz9672_ch4aer22 echo "CH4_AER " > .chimie21 CH4_AERxLMD9672 : libioipsl inca3_lmdz9672_ch4aer 22 echo "CH4_AERxLMD9672" > .resol 23 23 24 CH4 : libioipsl inca3lmdz9672_ch425 echo "CH4 " > .chimie24 CH4xLMD9672 : libioipsl inca3_lmdz9672_ch4 25 echo "CH4xLMD9672" > .resol 26 26 27 NMHC : libioipsl inca3lmdz9672_nmhc28 echo "NMHC " > .chimie27 NMHCxLMD9672 : libioipsl inca3_lmdz9672_nmhc 28 echo "NMHCxLMD9672" > .resol 29 29 30 NMHC_AER : libioipsl inca3lmdz9672_nmhcaer31 echo "NMHC_AER " > .chimie30 NMHC_AERxLMD9672 : libioipsl inca3_lmdz9672_nmhcaer 31 echo "NMHC_AERxLMD9672" > .resol 32 32 33 AER : libioipsl inca3lmdz9672_aer34 echo "AER " > .chimie33 AERxLMD9672 : libioipsl inca3_lmdz9672_aer 34 echo "AERxLMD9672" > .resol 35 35 36 GES : libioipsl inca3lmdz9672_ges37 echo "GES " > .chimie36 GESxLMD9672 : libioipsl inca3_lmdz9672_ges 37 echo "GESxLMD9672" > .resol 38 38 39 39 40 lmdz9672_aer : 41 ( echo "AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 31 -v false -chimie AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t31_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 42 ( echo "AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 31 -v false -chimie AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t31_phylmd_para.e ../../bin/gcm.e ; ) 40 inca3_lmdz9672_aer : 41 (cd ../../modeles/INCA3; ./inca_fcm -chimie AER -parallel true -m $(FCM_ARCH); ) 42 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 31 -v false -chimie AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t31_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 43 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 31 -v false -chimie AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t31_phylmd_para.e ../../bin/gcm.e ; ) 43 44 44 45 45 lmdz9672_ch4aer : 46 ( echo "CH4_AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 75 -v false -chimie CH4_AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t75_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 47 ( echo "CH4_AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 75 -v false -chimie CH4_AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t75_phylmd_para.e ../../bin/gcm.e ; ) 46 inca3_lmdz9672_ch4aer : 47 (cd ../../modeles/INCA3; ./inca_fcm -chimie CH4_AER -parallel true -m $(FCM_ARCH); ) 48 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 75 -v false -chimie CH4_AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t75_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 49 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 75 -v false -chimie CH4_AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t75_phylmd_para.e ../../bin/gcm.e ; ) 48 50 49 lmdz9672_ch4 : 50 ( echo "CH4" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 45 -v false -chimie CH4 -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t45_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 51 ( echo "CH4" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 45 -v false -chimie CH4 -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t45_phylmd_para.e ../../bin/gcm.e ; ) 51 inca3_lmdz9672_ch4 : 52 (cd ../../modeles/INCA3; ./inca_fcm -chimie CH4 -parallel true -m $(FCM_ARCH); ) 53 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 45 -v false -chimie CH4 -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t45_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 54 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 45 -v false -chimie CH4 -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t45_phylmd_para.e ../../bin/gcm.e ; ) 52 55 53 56 54 lmdz9672_nmhcaer : 55 ( echo "NMHC_AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 119 -v false -chimie NMHC_AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t119_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 56 ( echo "NMHC_AER" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 119 -v false -chimie NMHC_AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t119_phylmd_para.e ../../bin/gcm.e ; ) 57 inca3_lmdz9672_nmhcaer : 58 (cd ../../modeles/INCA3; ./inca_fcm -chimie NMHC_AER -parallel true -m $(FCM_ARCH); ) 59 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 119 -v false -chimie NMHC_AER -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t119_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 60 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 119 -v false -chimie NMHC_AER -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t119_phylmd_para.e ../../bin/gcm.e ; ) 57 61 58 lmdz9672_nmhc : 59 ( echo "NMHC" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 89 -v false -chimie NMHC -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t89_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 60 ( echo "NMHC" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 89 -v false -chimie NMHC -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t89_phylmd_para.e ../../bin/gcm.e ; ) 62 inca3_lmdz9672_nmhc : 63 (cd ../../modeles/INCA3; ./inca_fcm -chimie NMHC -parallel true -m $(FCM_ARCH); ) 64 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 89 -v false -chimie NMHC -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t89_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 65 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 89 -v false -chimie NMHC -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t89_phylmd_para.e ../../bin/gcm.e ; ) 61 66 62 67 63 lmdz9672_ges : 64 ( echo "GES" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 13 -v false -chimie GES -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t13_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 65 ( echo "GES" > .chimie ; cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 13 -v false -chimie GES -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t13_phylmd_para.e ../../bin/gcm.e ; ) 68 inca3_lmdz9672_ges : 69 (cd ../../modeles/INCA3; ./inca_fcm -chimie GES -parallel true -m $(FCM_ARCH); ) 70 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 13 -v false -chimie GES -parallel false -m $(FCM_ARCH) -g reg create_etat0_limit ; cp bin/create_etat0_limit_96x72x19_t13_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 71 ( cd ../../modeles/LMDZ4; ./makegcm_fcm -d 96x72x19 -t 13 -v false -chimie GES -parallel true -m $(FCM_ARCH) -g reg gcm ; cp bin/gcm_96x72x19_t13_phylmd_para.e ../../bin/gcm.e ; ) 66 72 67 73 -
CONFIG/trunk/LMDZINCA_v2/EXP_AER/COMP/inca.card
r163 r184 17 17 18 18 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/AER/inca.dat , inca.dat )\ 19 (${R_INIT}/CHM/CH4/o3clim_96x72.nc , o3clim.nc )\ 20 (${R_INIT}/CHM/CH4/mozart_96x72.nc , mozart.nc )\ 21 (${R_INIT}/CHM/CH4/oxydants_96x72.nc , oxydants.nc )\ 22 (${R_INIT}/CHM/CH4/npp_96x72.nc , npp.nc )\ 23 (${R_INIT}/CHM/CH4/aircraft_96x72.nc , aircraft.nc )\ 24 (${R_INIT}/CHM/CH4/so4_96x72.nc , so4.nc )\ 25 (${R_INIT}/CHM/CH4/obs_input.dat , obs_input.dat )\ 26 (${R_INIT}/CHM/AER/sflx_lmdz_phy_2000new.nc , sflx.nc )\ 27 (${R_INIT}/CHM/CH4/phototable.dat_V4.2 , phototable.dat )\ 28 (${R_INIT}/CHM/CH4/landuse_96x72.nc , landuse.nc )\ 29 (${R_INIT}/CHM/AER/rhvlmdz_96x72.txt , rhv.dat )\ 30 (${R_INIT}/CHM/AER/wthlmdz_96x72.txt , wth.dat )\ 31 (${R_INIT}/CHM/AER/clylmdz_96x72.txt , cly.dat )\ 32 (${R_INIT}/CHM/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 33 (${R_INIT}/CHM/AER/wthEC11.09092002.txt , wthEC.txt )\ 34 (${R_INIT}/CHM/AER/clyEC11.09092002.txt , clyEC.txt )\ 35 (${R_INIT}/CHM/AER/EmBClh_cl_96x73_cor , BClh.dat )\ 36 (${R_INIT}/CHM/AER/EmBChh_cl_96x73_cor , BChh.dat )\ 37 (${R_INIT}/CHM/AER/EmPOMlh_cl_96x73_cor , POMlh.dat )\ 38 (${R_INIT}/CHM/AER/EmPOMhh_cl_96x73_cor , POMhh.dat )\ 39 (${R_INIT}/CHM/AER/Sext_443_BC , . )\ 40 (${R_INIT}/CHM/AER/Sext_443_dust , . )\ 41 (${R_INIT}/CHM/AER/Sext_443_POM , . )\ 42 (${R_INIT}/CHM/AER/Sext_443_seasalt , . )\ 43 (${R_INIT}/CHM/AER/Sext_443_sulfate_toon , Sext_443_sulf )\ 44 (${R_INIT}/CHM/AER/Sext_443_h2o.new , Sext_443_h2o )\ 45 (${R_INIT}/CHM/AER/Sext_550_BC , . )\ 46 (${R_INIT}/CHM/AER/Sext_550_dust , . )\ 47 (${R_INIT}/CHM/AER/Sext_550_POM , . )\ 48 (${R_INIT}/CHM/AER/Sext_550_seasalt , . )\ 49 (${R_INIT}/CHM/AER/Sext_550_sulfate_toon , Sext_550_sulf )\ 50 (${R_INIT}/CHM/AER/Sext_550_h2o.new , Sext_550_h2o )\ 51 (${R_INIT}/CHM/AER/Sext_670_BC , . )\ 52 (${R_INIT}/CHM/AER/Sext_670_dust , . )\ 53 (${R_INIT}/CHM/AER/Sext_670_POM , . )\ 54 (${R_INIT}/CHM/AER/Sext_670_seasalt , . )\ 55 (${R_INIT}/CHM/AER/Sext_670_sulfate_toon , Sext_670_sulf )\ 56 (${R_INIT}/CHM/AER/Sext_670_h2o.new , Sext_670_h2o )\ 57 (${R_INIT}/CHM/AER/Sext_765_BC , . )\ 58 (${R_INIT}/CHM/AER/Sext_765_dust , . )\ 59 (${R_INIT}/CHM/AER/Sext_765_POM , . )\ 60 (${R_INIT}/CHM/AER/Sext_765_seasalt , . )\ 61 (${R_INIT}/CHM/AER/Sext_765_sulfate_toon , Sext_765_sulf )\ 62 (${R_INIT}/CHM/AER/Sext_765_h2o.new , Sext_765_h2o )\ 63 (${R_INIT}/CHM/AER/Sext_865_BC , . )\ 64 (${R_INIT}/CHM/AER/Sext_865_dust , . )\ 65 (${R_INIT}/CHM/AER/Sext_865_POM , . )\ 66 (${R_INIT}/CHM/AER/Sext_865_seasalt , . )\ 67 (${R_INIT}/CHM/AER/Sext_865_sulfate_toon , Sext_865_sulf )\ 68 (${R_INIT}/CHM/AER/Sext_865_h2o.new , Sext_865_h2o )\ 69 (${R_INIT}/CHM/AER/obs_aerinput.prn , . )\ 70 (${R_INIT}/CHM/AER/Sext_443_BCH2O , . )\ 71 (${R_INIT}/CHM/AER/Sext_443_dustH2O , . )\ 72 (${R_INIT}/CHM/AER/Sext_443_POMH2O , . )\ 73 (${R_INIT}/CHM/AER/Sext_443_seasaltH2O , . )\ 74 (${R_INIT}/CHM/AER/Sext_443_sulfH2O , . )\ 75 (${R_INIT}/CHM/AER/Sext_550_BCH2O , . )\ 76 (${R_INIT}/CHM/AER/Sext_550_dustH2O , . )\ 77 (${R_INIT}/CHM/AER/Sext_550_POMH2O , . )\ 78 (${R_INIT}/CHM/AER/Sext_550_seasaltH2O , . )\ 79 (${R_INIT}/CHM/AER/Sext_550_sulfH2O , . )\ 80 (${R_INIT}/CHM/AER/Sext_670_BCH2O , . )\ 81 (${R_INIT}/CHM/AER/Sext_670_dustH2O , . )\ 82 (${R_INIT}/CHM/AER/Sext_670_POMH2O , . )\ 83 (${R_INIT}/CHM/AER/Sext_670_seasaltH2O , . )\ 84 (${R_INIT}/CHM/AER/Sext_670_sulfH2O , . )\ 85 (${R_INIT}/CHM/AER/Sext_765_BCH2O , . )\ 86 (${R_INIT}/CHM/AER/Sext_765_dustH2O , . )\ 87 (${R_INIT}/CHM/AER/Sext_765_POMH2O , . )\ 88 (${R_INIT}/CHM/AER/Sext_765_seasaltH2O , . )\ 89 (${R_INIT}/CHM/AER/Sext_765_sulfH2O , . )\ 90 (${R_INIT}/CHM/AER/Sext_865_BCH2O , . )\ 91 (${R_INIT}/CHM/AER/Sext_865_dustH2O , . )\ 92 (${R_INIT}/CHM/AER/Sext_865_POMH2O , . )\ 93 (${R_INIT}/CHM/AER/Sext_865_seasaltH2O , . )\ 94 (${R_INIT}/CHM/AER/Sext_865_sulfH2O , . ) 19 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 20 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/mozart.nc , mozart.nc )\ 21 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 22 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc , npp.nc )\ 23 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 24 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc , so4.nc )\ 25 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 26 (${R_INIT}/CHM/LMDZINCA/AER/sflx_lmdz_phy_2000new.nc , sflx.nc )\ 27 (${R_INIT}/CHM/LMDZINCA/CH4/phototable.dat_V4.2 , phototable.dat )\ 28 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/landuse.nc , landuse.nc )\ 29 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/rhvlmdz.txt , rhv.dat )\ 30 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/wthlmdz.txt , wth.dat )\ 31 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/clylmdz.txt , cly.dat )\ 32 (${R_INIT}/CHM/LMDZINCA/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 33 (${R_INIT}/CHM/LMDZINCA/AER/wthEC11.09092002.txt , wthEC.txt )\ 34 (${R_INIT}/CHM/LMDZINCA/AER/clyEC11.09092002.txt , clyEC.txt )\ 35 (${R_INIT}/CHM/LMDZINCA/AER/obs_aerinput.prn , . ) 95 36 96 37 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_AER/COMP/inca.driver
r119 r184 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 -
CONFIG/trunk/LMDZINCA_v2/EXP_AER/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc) \11 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/precipinsoil.dat, precipinsoil.dat)9 List= (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/start.nc, start.nc) \ 10 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/startphy.nc, startphy.nc) \ 11 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/precipinsoil.dat, precipinsoil.dat) 12 12 13 13 … … 15 15 List= () 16 16 # The first one is the clim limit.nc computed with CLIM_CREATE job 17 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)17 ListNonDel= (${R_BC}/CHM/LMDZINCA/${RESOL_ATM}/limit.nc, limit.nc) 18 18 19 19 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_AER/COMP/lmdz.driver
r119 r184 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_AER/config.card
r167 r184 11 11 JobName=AER_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= AER13 TagName=LMDZINCA/AER 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #======================================================================== -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4/COMP/inca.card
r163 r184 12 12 13 13 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/CH4/inca.dat , inca.dat )\ 14 (${R_INIT}/CHM/ CH4/o3clim_96x72.nc , o3clim.nc )\15 (${R_INIT}/CHM/ CH4/mozart_96x72.nc , mozart.nc )\16 (${R_INIT}/CHM/ CH4/oxydants_96x72.nc , oxydants.nc )\17 (${R_INIT}/CHM/ CH4/npp_96x72.nc , npp.nc )\18 (${R_INIT}/CHM/ CH4/aircraft_96x72.nc , aircraft.nc )\19 (${R_INIT}/CHM/ CH4/so4_96x72.nc , so4.nc )\20 (${R_INIT}/CHM/ CH4/obs_input.dat , obs_input.dat )\21 (${R_INIT}/CHM/ CH4/phototable.dat_V4.2 , phototable.dat )\22 (${R_INIT}/CHM/ CH4/landuse_96x72.nc , landuse.nc )\23 (${R_INIT}/CHM/ CH4/sflx_96x72_Present.nc , sflx.nc )14 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 15 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/mozart.nc , mozart.nc )\ 16 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 17 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc , npp.nc )\ 18 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 19 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc , so4.nc )\ 20 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 21 (${R_INIT}/CHM/LMDZINCA/CH4/phototable.dat_V4.2 , phototable.dat )\ 22 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/landuse.nc , landuse.nc )\ 23 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/sflx_Present.nc , sflx.nc ) 24 24 25 25 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4/COMP/inca.driver
r119 r184 1 # $Id: inca.driver 73 2007-06-21 14:42:36Z acosce $1 #- $Id: inca.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 … … 27 29 28 30 echo FINALIZE CHM !!! 29 31 # 30 32 # IGCM_sys_Mkdir ${R_OUT_EXE} 31 33 # cd ${MODIPSL} -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc)9 List= (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/start.nc, start.nc) \ 10 (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/startphy.nc, startphy.nc) 11 11 12 12 [BoundaryFiles] 13 13 List= () 14 14 # The first one is the clim limit.nc computed with CLIM_CREATE job 15 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)15 ListNonDel= (${R_BC}/CHM/LMDZINCA/LMD9672/limit.nc, limit.nc) 16 16 17 17 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4/COMP/lmdz.driver
r119 r184 1 # $Id: lmdz.driver 73 2007-06-21 14:42:36Z acosce $1 #- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4/config.card
r167 r184 11 11 JobName=CH4_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= CH413 TagName=LMDZINCA/CH4 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #======================================================================== -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/COMP/inca.card
r163 r184 17 17 18 18 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/CH4_AER/inca.dat , inca.dat )\ 19 (${R_INIT}/CHM/CH4/o3clim_96x72.nc , o3clim.nc )\ 20 (${R_INIT}/CHM/CH4/mozart_96x72.nc , mozart.nc )\ 21 (${R_INIT}/CHM/CH4/oxydants_96x72.nc , oxydants.nc )\ 22 (${R_INIT}/CHM/CH4/npp_96x72.nc , npp.nc )\ 23 (${R_INIT}/CHM/CH4/aircraft_96x72.nc , aircraft.nc )\ 24 (${R_INIT}/CHM/CH4/so4_96x72.nc , so4.nc )\ 25 (${R_INIT}/CHM/CH4/obs_input.dat , obs_input.dat )\ 26 (${R_INIT}/CHM/AER/sflx_lmdz_phy.june07.nc , sflx.nc )\ 27 (${R_INIT}/CHM/CH4/phototable.dat_V4.2 , phototable.dat )\ 28 (${R_INIT}/CHM/CH4/landuse_96x72.nc , landuse.nc )\ 29 (${R_INIT}/CHM/AER/rhvlmdz_96x72.txt , rhv.dat )\ 30 (${R_INIT}/CHM/AER/wthlmdz_96x72.txt , wth.dat )\ 31 (${R_INIT}/CHM/AER/clylmdz_96x72.txt , cly.dat )\ 32 (${R_INIT}/CHM/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 33 (${R_INIT}/CHM/AER/wthEC11.09092002.txt , wthEC.txt )\ 34 (${R_INIT}/CHM/AER/clyEC11.09092002.txt , clyEC.txt )\ 35 (${R_INIT}/CHM/AER/EmBClh_cl_96x73_cor , BClh.dat )\ 36 (${R_INIT}/CHM/AER/EmBChh_cl_96x73_cor , BChh.dat )\ 37 (${R_INIT}/CHM/AER/EmPOMlh_cl_96x73_cor , POMlh.dat )\ 38 (${R_INIT}/CHM/AER/EmPOMhh_cl_96x73_cor , POMhh.dat )\ 39 (${R_INIT}/CHM/AER/Sext_443_BC , . )\ 40 (${R_INIT}/CHM/AER/Sext_443_dust , . )\ 41 (${R_INIT}/CHM/AER/Sext_443_POM , . )\ 42 (${R_INIT}/CHM/AER/Sext_443_seasalt , . )\ 43 (${R_INIT}/CHM/AER/Sext_443_sulfate_toon , Sext_443_sulf )\ 44 (${R_INIT}/CHM/AER/Sext_443_h2o.new , Sext_443_h2o )\ 45 (${R_INIT}/CHM/AER/Sext_550_BC , . )\ 46 (${R_INIT}/CHM/AER/Sext_550_dust , . )\ 47 (${R_INIT}/CHM/AER/Sext_550_POM , . )\ 48 (${R_INIT}/CHM/AER/Sext_550_seasalt , . )\ 49 (${R_INIT}/CHM/AER/Sext_550_sulfate_toon , Sext_550_sulf )\ 50 (${R_INIT}/CHM/AER/Sext_550_h2o.new , Sext_550_h2o )\ 51 (${R_INIT}/CHM/AER/Sext_670_BC , . )\ 52 (${R_INIT}/CHM/AER/Sext_670_dust , . )\ 53 (${R_INIT}/CHM/AER/Sext_670_POM , . )\ 54 (${R_INIT}/CHM/AER/Sext_670_seasalt , . )\ 55 (${R_INIT}/CHM/AER/Sext_670_sulfate_toon , Sext_670_sulf )\ 56 (${R_INIT}/CHM/AER/Sext_670_h2o.new , Sext_670_h2o )\ 57 (${R_INIT}/CHM/AER/Sext_765_BC , . )\ 58 (${R_INIT}/CHM/AER/Sext_765_dust , . )\ 59 (${R_INIT}/CHM/AER/Sext_765_POM , . )\ 60 (${R_INIT}/CHM/AER/Sext_765_seasalt , . )\ 61 (${R_INIT}/CHM/AER/Sext_765_sulfate_toon , Sext_765_sulf )\ 62 (${R_INIT}/CHM/AER/Sext_765_h2o.new , Sext_765_h2o )\ 63 (${R_INIT}/CHM/AER/Sext_865_BC , . )\ 64 (${R_INIT}/CHM/AER/Sext_865_dust , . )\ 65 (${R_INIT}/CHM/AER/Sext_865_POM , . )\ 66 (${R_INIT}/CHM/AER/Sext_865_seasalt , . )\ 67 (${R_INIT}/CHM/AER/Sext_865_sulfate_toon , Sext_865_sulf )\ 68 (${R_INIT}/CHM/AER/Sext_865_h2o.new , Sext_865_h2o )\ 69 (${R_INIT}/CHM/AER/obs_aerinput.prn , . )\ 70 (${R_INIT}/CHM/AER/Sext_443_BCH2O , . )\ 71 (${R_INIT}/CHM/AER/Sext_443_dustH2O , . )\ 72 (${R_INIT}/CHM/AER/Sext_443_POMH2O , . )\ 73 (${R_INIT}/CHM/AER/Sext_443_seasaltH2O , . )\ 74 (${R_INIT}/CHM/AER/Sext_443_sulfH2O , . )\ 75 (${R_INIT}/CHM/AER/Sext_550_BCH2O , . )\ 76 (${R_INIT}/CHM/AER/Sext_550_dustH2O , . )\ 77 (${R_INIT}/CHM/AER/Sext_550_POMH2O , . )\ 78 (${R_INIT}/CHM/AER/Sext_550_seasaltH2O , . )\ 79 (${R_INIT}/CHM/AER/Sext_550_sulfH2O , . )\ 80 (${R_INIT}/CHM/AER/Sext_670_BCH2O , . )\ 81 (${R_INIT}/CHM/AER/Sext_670_dustH2O , . )\ 82 (${R_INIT}/CHM/AER/Sext_670_POMH2O , . )\ 83 (${R_INIT}/CHM/AER/Sext_670_seasaltH2O , . )\ 84 (${R_INIT}/CHM/AER/Sext_670_sulfH2O , . )\ 85 (${R_INIT}/CHM/AER/Sext_765_BCH2O , . )\ 86 (${R_INIT}/CHM/AER/Sext_765_dustH2O , . )\ 87 (${R_INIT}/CHM/AER/Sext_765_POMH2O , . )\ 88 (${R_INIT}/CHM/AER/Sext_765_seasaltH2O , . )\ 89 (${R_INIT}/CHM/AER/Sext_765_sulfH2O , . )\ 90 (${R_INIT}/CHM/AER/Sext_865_BCH2O , . )\ 91 (${R_INIT}/CHM/AER/Sext_865_dustH2O , . )\ 92 (${R_INIT}/CHM/AER/Sext_865_POMH2O , . )\ 93 (${R_INIT}/CHM/AER/Sext_865_seasaltH2O , . )\ 94 (${R_INIT}/CHM/AER/Sext_865_sulfH2O , . ) 19 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 20 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/mozart.nc , mozart.nc )\ 21 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 22 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/npp.nc , npp.nc )\ 23 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 24 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/so4.nc , so4.nc )\ 25 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 26 (${R_INIT}/CHM/LMDZINCA/AER/sflx_lmdz_phy.june07.nc , sflx.nc )\ 27 (${R_INIT}/CHM/LMDZINCA/CH4/phototable.dat_V4.2 , phototable.dat )\ 28 (${R_INIT}/CHM/LMDZINCA/CH4/${RESOL_CHM}/landuse.nc , landuse.nc )\ 29 (${R_INIT}/CHM/LMDZINCA/AER/${RESOL_CHM}/rhvlmdz.txt , rhv.dat )\ 30 (${R_INIT}/CHM/LMDZINCA/AER/${RESOL_CHM}/wthlmdz.txt , wth.dat )\ 31 (${R_INIT}/CHM/LMDZINCA/AER/${RESOL_CHM}/clylmdz.txt , cly.dat )\ 32 (${R_INIT}/CHM/LMDZINCA/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 33 (${R_INIT}/CHM/LMDZINCA/AER/wthEC11.09092002.txt , wthEC.txt )\ 34 (${R_INIT}/CHM/LMDZINCA/AER/clyEC11.09092002.txt , clyEC.txt )\ 35 (${R_INIT}/CHM/LMDZINCA/AER/obs_aerinput.prn , . ) 95 36 96 37 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/COMP/inca.driver
r119 r184 1 # $Id$1 #- $Id$ 2 2 #!/bin/ksh 3 3 … … 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 … … 27 29 28 30 echo FINALIZE CHM !!! 29 31 # 30 32 # IGCM_sys_Mkdir ${R_OUT_EXE} 31 33 # cd ${MODIPSL} … … 33 35 # IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/. 34 36 # cd - 35 37 # 36 38 37 39 IGCM_debug_PopStack "CHM_Finalize" -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc)\11 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/precipinsoil.dat, precipinsoil.dat)9 List= (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM/start.nc, start.nc) \ 10 (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM/startphy.nc, startphy.nc)\ 11 (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM/precipinsoil.dat, precipinsoil.dat) 12 12 13 13 [BoundaryFiles] 14 14 List= () 15 15 # The first one is the clim limit.nc computed with CLIM_CREATE job 16 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)16 ListNonDel= (${R_BC}/CHM/LMDZINCA/LMD9672/limit.nc, limit.nc) 17 17 18 18 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/COMP/lmdz.driver
r119 r184 1 # $Id$1 #- $Id$ 2 2 #!/bin/ksh 3 3 … … 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_CH4_AER/config.card
r167 r184 11 11 JobName=CH4_AER_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= CH4_AER13 TagName=LMDZINCA/CH4_AER 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #======================================================================== -
CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/inca.card
r163 r184 12 12 13 13 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/GES/inca.dat, inca.dat )\ 14 (${R_INIT}/CHM/ CH4/o3clim_96x72.nc , o3clim.nc )\15 (${R_INIT}/CHM/ CH4/oxydants_96x72.nc , oxydants.nc )\16 (${R_INIT}/CHM/ CH4/npp_96x72.nc , npp.nc )\17 (${R_INIT}/CHM/ CH4/aircraft_96x72.nc , aircraft.nc )\18 (${R_INIT}/CHM/ CH4/so4_96x72.nc , so4.nc )\19 (${R_INIT}/CHM/ CH4/obs_input.dat , obs_input.dat )\20 (${R_INIT}/CHM/ NMHC/sflx_96x72_Present.nc , sflx.nc )\21 (${R_INIT}/CHM/ CH4/phototable.dat_V4.2 , phototable.dat )\22 (${R_INIT}/CHM/ NMHC/landuse_96x72.nc , landuse.nc )\23 (${R_INIT}/CHM/ AER/fco2.andres.fos.glo.fy95.m.lmdz96.nc ,andres.nc )\24 (${R_INIT}/CHM/ AER/fco2.casa.nep.glo.fy90.m.lmdz96.nc ,casa_m.nc )\25 (${R_INIT}/CHM/ AER/fco2.taka.oce.glo.fy95.m.lmdz96.nc ,taka.nc )\26 (${R_INIT}/CHM/ AER/fco2.casa.nep.glo.fy90.3hr.lmdz96.${month}.nc ,casa_h.nc )14 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 15 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 16 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc , npp.nc )\ 17 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 18 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc , so4.nc )\ 19 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 20 (${R_INIT}/CHM/LMDZINCA/NMHC/${RESOL_CHM}/sflx_Present.nc , sflx.nc )\ 21 (${R_INIT}/CHM/LMDZINCA/CH4/phototable.dat_V4.2 , phototable.dat )\ 22 (${R_INIT}/CHM/LMDZINCA/NMHC/${RESOL_CHM}/landuse_96x72.nc , landuse.nc )\ 23 (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.andres.fos.glo.fy95.m.lmdz96.nc ,andres.nc )\ 24 (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.casa.nep.glo.fy90.m.lmdz96.nc ,casa_m.nc )\ 25 (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.taka.oce.glo.fy95.m.lmdz96.nc ,taka.nc )\ 26 (${R_INIT}/CHM/LMDZINCA/GES/INCA${RESOL_CHM}/fco2.casa.nep.glo.fy90.3hr.lmdz96.${month}.nc ,casa_h.nc ) 27 27 28 28 -
CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/inca.driver
r119 r184 1 #- $Id: inca.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: inca.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 … … 27 29 28 30 echo FINALIZE CHM !!! 29 31 # 30 32 # IGCM_sys_Mkdir ${R_OUT_EXE} 31 33 # cd ${MODIPSL} 32 # tar cf src_${config_UserChoices_JobName}.tar modeles /INCA334 # tar cf src_${config_UserChoices_JobName}.tar modeles 33 35 # IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/. 34 36 # cd - 35 37 # 36 38 37 39 IGCM_debug_PopStack "CHM_Finalize" -
CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc)9 List= (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM}/start.nc, start.nc) \ 10 (${R_INIT}/CHM/${config_UserChoices_TagName}/${RESOL_CHM}/startphy.nc, startphy.nc) 11 11 12 12 … … 14 14 List= () 15 15 # The first one is the clim limit.nc computed with CLIM_CREATE job 16 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)16 ListNonDel= (${R_BC}/CHM/LMDZINCA/LMD9672/limit.nc, limit.nc) 17 17 18 18 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_GES/COMP/lmdz.driver
r119 r184 1 #- $Id: lmdz.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_GES/config.card
r167 r184 11 11 JobName=GES_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= GES13 TagName=LMDZINCA/GES 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #======================================================================== -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC/COMP/inca.card
r163 r184 12 12 13 13 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/NMHC/inca.dat, inca.dat )\ 14 (${R_INIT}/CHM/ CH4/o3clim_96x72.nc , o3clim.nc )\15 (${R_INIT}/CHM/ CH4/oxydants_96x72.nc , oxydants.nc )\16 (${R_INIT}/CHM/ CH4/npp_96x72.nc , npp.nc )\17 (${R_INIT}/CHM/ CH4/aircraft_96x72.nc , aircraft.nc )\18 (${R_INIT}/CHM/ CH4/so4_96x72.nc , so4.nc )\19 (${R_INIT}/CHM/ CH4/obs_input.dat , obs_input.dat )\20 (${R_INIT}/CHM/ NMHC/sflx_96x72_Present.nc , sflx.nc )\21 (${R_INIT}/CHM/ NMHC/phototable.dat_V4.1 , phototable.dat )\22 (${R_INIT}/CHM/ NMHC/landuse_96x72.nc , landuse.nc )14 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 15 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 16 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc , npp.nc )\ 17 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 18 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc , so4.nc )\ 19 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 20 (${R_INIT}/CHM/LMDZINCA/NMHC/INCA${RESOL_CHM}/sflx_Present.nc , sflx.nc )\ 21 (${R_INIT}/CHM/LMDZINCA/NMHC/phototable.dat_V4.1 , phototable.dat )\ 22 (${R_INIT}/CHM/LMDZINCA/NMHC/INCA${RESOL_CHM}/landuse.nc , landuse.nc ) 23 23 24 24 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC/COMP/inca.driver
r119 r184 1 #- $Id: inca.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: inca.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 … … 27 29 28 30 echo FINALIZE CHM !!! 29 31 # 30 32 # IGCM_sys_Mkdir ${R_OUT_EXE} 31 33 # cd ${MODIPSL} 32 # tar cf src_${config_UserChoices_JobName}.tar modeles /INCA334 # tar cf src_${config_UserChoices_JobName}.tar modeles 33 35 # IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/. 34 36 # cd - 35 37 # 36 38 37 39 IGCM_debug_PopStack "CHM_Finalize" -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc)9 List= (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/start.nc, start.nc) \ 10 (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/startphy.nc, startphy.nc) 11 11 12 12 … … 14 14 List= () 15 15 # The first one is the clim limit.nc computed with CLIM_CREATE job 16 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)16 ListNonDel= (${R_BC}/CHM/LMDZINCA/${RESOL_ATM}/limit.nc, limit.nc) 17 17 18 18 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC/COMP/lmdz.driver
r119 r184 1 #- $Id: lmdz.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC/config.card
r167 r184 11 11 JobName=NMHC_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= NMHC13 TagName=LMDZINCA/NMHC 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #======================================================================== -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/COMP/inca.card
r163 r184 15 15 16 16 ListNonDel= (${MODIPSL}/modeles/INCA3/SIMULATIONS/NMHC_AER/inca.dat, inca.dat )\ 17 (${R_INIT}/CHM/CH4/o3clim_96x72.nc , o3clim.nc )\ 18 (${R_INIT}/CHM/CH4/oxydants_96x72.nc , oxydants.nc )\ 19 (${R_INIT}/CHM/CH4/npp_96x72.nc , npp.nc )\ 20 (${R_INIT}/CHM/CH4/aircraft_96x72.nc , aircraft.nc )\ 21 (${R_INIT}/CHM/CH4/so4_96x72.nc , so4.nc )\ 22 (${R_INIT}/CHM/CH4/obs_input.dat , obs_input.dat )\ 23 (${R_INIT}/CHM/NMHC_AER/sflx_lmdz_phy_2000new.nc , sflx.nc )\ 24 (${R_INIT}/CHM/NMHC/phototable.dat_V4.1 , phototable.dat )\ 25 (${R_INIT}/CHM/NMHC/landuse_96x72.nc , landuse.nc )\ 26 (${R_INIT}/CHM/AER/rhvlmdz_96x72.txt , rhv.dat )\ 27 (${R_INIT}/CHM/AER/wthlmdz_96x72.txt , wth.dat )\ 28 (${R_INIT}/CHM/AER/clylmdz_96x72.txt , cly.dat )\ 29 (${R_INIT}/CHM/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 30 (${R_INIT}/CHM/AER/wthEC11.09092002.txt , wthEC.txt )\ 31 (${R_INIT}/CHM/AER/clyEC11.09092002.txt , clyEC.txt )\ 32 (${R_INIT}/CHM/AER/EmBClh_cl_96x73_cor , BClh.dat )\ 33 (${R_INIT}/CHM/AER/EmBChh_cl_96x73_cor , BChh.dat )\ 34 (${R_INIT}/CHM/AER/EmPOMlh_cl_96x73_cor , POMlh.dat )\ 35 (${R_INIT}/CHM/AER/EmPOMhh_cl_96x73_cor , POMhh.dat )\ 36 (${R_INIT}/CHM/AER/Sext_443_BC , . )\ 37 (${R_INIT}/CHM/AER/Sext_443_dust , . )\ 38 (${R_INIT}/CHM/AER/Sext_443_POM , . )\ 39 (${R_INIT}/CHM/AER/Sext_443_seasalt , . )\ 40 (${R_INIT}/CHM/AER/Sext_443_sulfate_toon , Sext_443_sulf )\ 41 (${R_INIT}/CHM/AER/Sext_443_h2o.new , Sext_443_h2o )\ 42 (${R_INIT}/CHM/AER/Sext_550_BC , . )\ 43 (${R_INIT}/CHM/AER/Sext_550_dust , . )\ 44 (${R_INIT}/CHM/AER/Sext_550_POM , . )\ 45 (${R_INIT}/CHM/AER/Sext_550_seasalt , . )\ 46 (${R_INIT}/CHM/AER/Sext_550_sulfate_toon , Sext_550_sulf )\ 47 (${R_INIT}/CHM/AER/Sext_550_h2o.new , Sext_550_h2o )\ 48 (${R_INIT}/CHM/AER/Sext_670_BC , . )\ 49 (${R_INIT}/CHM/AER/Sext_670_dust , . )\ 50 (${R_INIT}/CHM/AER/Sext_670_POM , . )\ 51 (${R_INIT}/CHM/AER/Sext_670_seasalt , . )\ 52 (${R_INIT}/CHM/AER/Sext_670_sulfate_toon , Sext_670_sulf )\ 53 (${R_INIT}/CHM/AER/Sext_670_h2o.new , Sext_670_h2o )\ 54 (${R_INIT}/CHM/AER/Sext_765_BC , . )\ 55 (${R_INIT}/CHM/AER/Sext_765_dust , . )\ 56 (${R_INIT}/CHM/AER/Sext_765_POM , . )\ 57 (${R_INIT}/CHM/AER/Sext_765_seasalt , . )\ 58 (${R_INIT}/CHM/AER/Sext_765_sulfate_toon , Sext_765_sulf )\ 59 (${R_INIT}/CHM/AER/Sext_765_h2o.new , Sext_765_h2o )\ 60 (${R_INIT}/CHM/AER/Sext_865_BC , . )\ 61 (${R_INIT}/CHM/AER/Sext_865_dust , . )\ 62 (${R_INIT}/CHM/AER/Sext_865_POM , . )\ 63 (${R_INIT}/CHM/AER/Sext_865_seasalt , . )\ 64 (${R_INIT}/CHM/AER/Sext_865_sulfate_toon , Sext_865_sulf )\ 65 (${R_INIT}/CHM/AER/Sext_865_h2o.new , Sext_865_h2o )\ 66 (${R_INIT}/CHM/AER/obs_aerinput.prn , . )\ 67 (${R_INIT}/CHM/AER/Sext_443_BCH2O , . )\ 68 (${R_INIT}/CHM/AER/Sext_443_dustH2O , . )\ 69 (${R_INIT}/CHM/AER/Sext_443_POMH2O , . )\ 70 (${R_INIT}/CHM/AER/Sext_443_seasaltH2O , . )\ 71 (${R_INIT}/CHM/AER/Sext_443_sulfH2O , . )\ 72 (${R_INIT}/CHM/AER/Sext_550_BCH2O , . )\ 73 (${R_INIT}/CHM/AER/Sext_550_dustH2O , . )\ 74 (${R_INIT}/CHM/AER/Sext_550_POMH2O , . )\ 75 (${R_INIT}/CHM/AER/Sext_550_seasaltH2O , . )\ 76 (${R_INIT}/CHM/AER/Sext_550_sulfH2O , . )\ 77 (${R_INIT}/CHM/AER/Sext_670_BCH2O , . )\ 78 (${R_INIT}/CHM/AER/Sext_670_dustH2O , . )\ 79 (${R_INIT}/CHM/AER/Sext_670_POMH2O , . )\ 80 (${R_INIT}/CHM/AER/Sext_670_seasaltH2O , . )\ 81 (${R_INIT}/CHM/AER/Sext_670_sulfH2O , . )\ 82 (${R_INIT}/CHM/AER/Sext_765_BCH2O , . )\ 83 (${R_INIT}/CHM/AER/Sext_765_dustH2O , . )\ 84 (${R_INIT}/CHM/AER/Sext_765_POMH2O , . )\ 85 (${R_INIT}/CHM/AER/Sext_765_seasaltH2O , . )\ 86 (${R_INIT}/CHM/AER/Sext_765_sulfH2O , . )\ 87 (${R_INIT}/CHM/AER/Sext_865_BCH2O , . )\ 88 (${R_INIT}/CHM/AER/Sext_865_dustH2O , . )\ 89 (${R_INIT}/CHM/AER/Sext_865_POMH2O , . )\ 90 (${R_INIT}/CHM/AER/Sext_865_seasaltH2O , . )\ 91 (${R_INIT}/CHM/AER/Sext_865_sulfH2O , . ) 17 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/o3clim.nc , o3clim.nc )\ 18 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/oxydants.nc , oxydants.nc )\ 19 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/npp.nc , npp.nc )\ 20 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/aircraft.nc , aircraft.nc )\ 21 (${R_INIT}/CHM/LMDZINCA/CH4/INCA${RESOL_CHM}/so4.nc , so4.nc )\ 22 (${R_INIT}/CHM/LMDZINCA/CH4/obs_input.dat , obs_input.dat )\ 23 (${R_INIT}/CHM/LMDZINCA/NMHC_AER/sflx_lmdz_phy_2000new.nc , sflx.nc )\ 24 (${R_INIT}/CHM/LMDZINCA/NMHC/phototable.dat_V4.1 , phototable.dat )\ 25 (${R_INIT}/CHM/LMDZINCA/NMHC/INCA${RESOL_CHM}/landuse.nc , landuse.nc )\ 26 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/rhvlmdz.txt , rhv.dat )\ 27 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/wthlmdz.txt , wth.dat )\ 28 (${R_INIT}/CHM/LMDZINCA/AER/INCA${RESOL_CHM}/clylmdz.txt , cly.dat )\ 29 (${R_INIT}/CHM/LMDZINCA/AER/rhvEC11.09092002.txt , rhvEC.txt )\ 30 (${R_INIT}/CHM/LMDZINCA/AER/wthEC11.09092002.txt , wthEC.txt )\ 31 (${R_INIT}/CHM/LMDZINCA/AER/clyEC11.09092002.txt , clyEC.txt )\ 32 (${R_INIT}/CHM/LMDZINCA/AER/obs_aerinput.prn , . ) 92 33 93 34 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/COMP/inca.driver
r119 r184 1 #- $Id: inca.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: inca.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 9 9 IGCM_debug_PushStack "CHM_Initialize" 10 10 11 RESOL_CHM=$( echo $RESOL_ATM | awk "-FD" '{print $2}' ) 12 echo 'resol chimie', $RESOL_CHM 11 13 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 12 14 … … 27 29 28 30 echo FINALIZE CHM !!! 29 31 # 30 32 # IGCM_sys_Mkdir ${R_OUT_EXE} 31 33 # cd ${MODIPSL} 32 # tar cf src_${config_UserChoices_JobName}.tar modeles /INCA334 # tar cf src_${config_UserChoices_JobName}.tar modeles 33 35 # IGCM_sys_Mv src_${config_UserChoices_JobName}.tar ${R_OUT_EXE}/. 34 36 # cd - 35 37 # 36 38 37 39 IGCM_debug_PopStack "CHM_Finalize" -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/COMP/lmdz.card
r163 r184 7 7 [InitialStateFiles] 8 8 # start and startphy are the clim files computed with CLIM_CREATE (create_etat0_limit) job 9 List= (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/start.nc, start.nc) \10 (${R_INIT}/ ATM/RESTART/${config_UserChoices_TagName}/startphy.nc, startphy.nc)9 List= (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/start.nc, start.nc) \ 10 (${R_INIT}/CHM/${config_UserChoices_TagName}/INCA${RESOL_CHM}/startphy.nc, startphy.nc) 11 11 12 12 … … 14 14 List= () 15 15 # The first one is the clim limit.nc computed with CLIM_CREATE job 16 ListNonDel= (${R_BC}/ ATM/limit.nc, limit.nc)16 ListNonDel= (${R_BC}/CHM/LMDZINCA/LMD9672/limit.nc, limit.nc) 17 17 18 18 [ParametersFiles] -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/COMP/lmdz.driver
r119 r184 1 #- $Id: lmdz.driver 70 2007-06-21 14:20:42Z acosce $1 #- $Id: lmdz.driver 119 2007-07-31 13:56:33Z acosce $ 2 2 #!/bin/ksh 3 3 … … 10 10 IGCM_debug_PushStack "ATM_Initialize" 11 11 12 RESOL_ATM=${RESOL} 12 RESOL_ATM=$( echo $RESOL | awk "-Fx" '{print $2}' ) 13 13 14 14 15 ##--Frequency purpose .... -
CONFIG/trunk/LMDZINCA_v2/EXP_NMHC_AER/config.card
r167 r184 11 11 JobName=NMHC_AER_AC00 12 12 LongName='LMDz4INCA with New scripts' 13 TagName= NMHC_AER13 TagName=LMDZINCA/NMHC_AER 14 14 #============================ 15 15 #D-- leap, noleap, 360d … … 18 18 #D-- "YYYY-MM-DD" 19 19 DateBegin=2000-01-01 20 DateEnd=2000- 12-3020 DateEnd=2000-01-01 21 21 #============================ 22 22 #D-- 1Y, 1M, 5D, 1D 23 PeriodLength=1 M23 PeriodLength=1D 24 24 #============================ 25 25 #-- PBS Class (required on brodie mono/multi) … … 34 34 JobRunOptions='"-np "${config_UserChoices_JobNumProcTot}' 35 35 #============================ 36 R_INIT=/dmnfs/p86cozic/IGCM /INIT37 R_BC=/dmnfs/p86cozic/IGCM /BC36 R_INIT=/dmnfs/p86cozic/IGCM_NEW/INIT 37 R_BC=/dmnfs/p86cozic/IGCM_NEW/BC 38 38 39 39 #========================================================================
Note: See TracChangeset
for help on using the changeset viewer.