Changeset 6539
- Timestamp:
- 07/07/23 15:49:43 (14 months ago)
- Location:
- CONFIG/UNIFORM/v6/IPSLCM6_LANDN
- Files:
-
- 7 added
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/AA_make
r5721 r6539 8 8 MYSRC_DIR = $(shell /bin/pwd) 9 9 10 submitdir=$(shell pwd) 11 arch_path=${submitdir}/ARCH 12 sources_RH8_path=${submitdir}/SOURCES/REDHAT8 13 10 14 all : 11 15 if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) IPSLCM6-LR ; fi … … 101 105 102 106 libioipsl : ../../modeles/IOIPSL/src 103 ( cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile)107 (ln -sf ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env; . ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 104 108 105 109 oasis3-mct: 106 ( cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; )110 (. ${arch_path}/arch-${FCM_ARCH}.env; cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; ) 107 111 108 112 liborchidee : ../../modeles/ORCHIDEE/ 109 ( cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2)113 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 110 114 111 115 lmdz96x95x39: … … 129 133 lmdz: ../../modeles/LMDZ 130 134 # (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 131 ( cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; )135 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 132 136 133 137 lmdzinca: ../../modeles/LMDZ 134 138 # (cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -resol $(RESOL) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 135 ( cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -xios -parallel mpi_omp -resol $(RESOL) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; )139 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/INCA; cp ${sources_RH8_path}/INCA/print_inca.F90 src/INCA_MOD/.; cd ../../modeles/INCA; ./makeinca_fcm -chimie $(CHIMIE) -prod -xios -parallel mpi_omp -resol $(RESOL) -j 8 -arch $(FCM_ARCH); cp SIMULATIONS/$(CHIMIE)/inca.dat ../../bin/inca.dat ; ) 136 140 # (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL) -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 137 ( cd ../../modeles/LMDZ ; ./makelmdz_fcm -chimie INCA -d $(RESOL) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL)_phylmd_para_mem_orch_couple_inca.e ../../bin/gcm.e ; )141 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -chimie INCA -d $(RESOL) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL)_phylmd_para_mem_orch_couple_inca.e ../../bin/gcm.e ; ) 138 142 139 143 lmdzstrataer: ../../modeles/LMDZ 140 ( cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -strataer true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; )144 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v orchidee2.0 -parallel mpi_omp -io xios -rrtm true -strataer true -c OMCT -job 8 -arch $(FCM_ARCH) gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 141 145 142 146 xios: ../../modeles/XIOS 143 ( cd ../../modeles/XIOS; ./make_xios--arch $(FCM_ARCH) --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; )147 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/XIOS; ./make_xios --arch_path ${arch_path} --arch $(FCM_ARCH) --prod --use_oasis oasis3_mct --job 8 ; cp bin/xios_server.exe ../../bin/. ; ) 144 148 145 149 orca2lim2: ../../modeles/NEMOGCM/CONFIG 146 ( cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_diahth key_oasis3" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )150 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim2_vp key_diahth key_oasis3" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 147 151 148 152 orca2lim3: ../../modeles/NEMOGCM/CONFIG 149 ( cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim3 key_oasis3 key_top key_pisces" del_key "key_lim2 key_nosignedzero" ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )153 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_lim3 key_oasis3 key_top key_pisces" del_key "key_lim2 key_nosignedzero" ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 150 154 151 155 orca1lim3: ../../modeles/NEMOGCM/CONFIG 152 ( cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero " ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )156 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero " ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 153 157 154 158 orca1lim3nopisces: ../../modeles/NEMOGCM/CONFIG 155 ( cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16 add_key "key_oasis3 " del_key "key_mpp_rep key_nosignedzero key_top key_pisces" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )159 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA1_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16 add_key "key_oasis3 " del_key "key_mpp_rep key_nosignedzero key_top key_pisces" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 156 160 157 161 orca1lim2: ../../modeles/NEMOGCM/CONFIG 158 ( cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM2_PISCES -d "OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC" -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_top key_pisces key_lim2 key_lim2_vp key_oasis3 key_vvl" del_key "key_lim3 key_nosignedzero " ; cp ORCA1_LIM2_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )162 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM2_PISCES -d "OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC" -e "$(MYSRC_DIR)/SOURCES/NEMO" -j16 add_key "key_top key_pisces key_lim2 key_lim2_vp key_oasis3 key_vvl" del_key "key_lim3 key_nosignedzero " ; cp ORCA1_LIM2_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 159 163 160 164 orca025lim3: ../../modeles/NEMOGCM/CONFIG 161 ( cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA025_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero" ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )165 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA025_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero" ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 162 166 163 167 orca025lim3nopisces: ../../modeles/NEMOGCM/CONFIG 164 ( cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA025_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age " ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; )168 (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.*90 ORCA025_LIM3_PISCES/MY_SRC/ ; cp ../../../config/IPSLCM6/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM6/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16 add_key "key_oasis3 key_diahth" del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age " ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 165 169 166 170 verif: ../../bin -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/dcppAhindcast_CMIP6/config.card
r5085 r6539 32 32 #-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 33 33 PeriodLength=1Y 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 34 36 35 37 #=========================== -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/decadal/config.card
r4883 r6539 34 34 #-- Compression level for netcdf output files 35 35 CompressionLevel=2 36 #-- Source following file with module settings, only if it exists 37 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 38 36 39 #=========================== 37 40 [Ensemble] -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/historical_CMIP6/config.card
r4871 r6539 35 35 #-- Compression level for netcdf output files 36 36 CompressionLevel=2 37 #-- Source following file with module settings, only if it exists 38 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 37 40 #======================================================================== 38 41 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/historical_STRATAER/config.card
r4871 r6539 35 35 #-- Compression level for netcdf output files 36 36 CompressionLevel=2 37 #-- Source following file with module settings, only if it exists 38 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 37 40 #======================================================================== 38 41 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/pdControl_TEST/config.card
r4871 r6539 34 34 #-- Compression level for netcdf output files 35 35 CompressionLevel=2 36 #-- Source following file with module settings, only if it exists 37 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 38 36 39 #======================================================================== 37 40 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/piControl-spinup_CMIP6/config.card
r4871 r6539 35 35 #-- Compression level for netcdf output files 36 36 CompressionLevel=2 37 #-- Source following file with module settings, only if it exists 38 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 37 40 #======================================================================== 38 41 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/piControl_CMIP6/config.card
r6164 r6539 35 35 #-- Compression level for netcdf output files 36 36 CompressionLevel=2 37 #-- Source following file with module settings, only if it exists 38 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 37 40 #======================================================================== 38 41 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/piControl_TEST/config.card
r6157 r6539 34 34 #-- Compression level for netcdf output files 35 35 CompressionLevel=2 36 #-- Source following file with module settings, only if it exists 37 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 38 36 39 #======================================================================== 37 40 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLCM/scenario_CMIP6/config.card
r4871 r6539 36 36 #-- Compression level for netcdf output files 37 37 CompressionLevel=2 38 #-- Source following file with module settings, only if it exists 39 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 40 38 41 #======================================================================== 39 42 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLESM/AER/piControl_AER_CMIP6/config.card
r5063 r6539 35 35 #-- Compression level for netcdf output files 36 36 CompressionLevel=2 37 #-- Source following file with module settings, only if it exists 38 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 39 37 40 #======================================================================== 38 41 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/IPSLESM/AER/piControl_AER_TEST/config.card
r5063 r6539 34 34 #-- Compression level for netcdf output files 35 35 CompressionLevel=2 36 #-- Source following file with module settings, only if it exists 37 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 38 36 39 #======================================================================== 37 40 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZ/CREATE_amip/config.card
r4296 r6539 27 27 #-- Compression level for netcdf output files 28 28 CompressionLevel=2 29 #-- Source following file with module settings, only if it exists 30 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 31 29 32 #============================ 30 33 PeriodNb=50 -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 33 31 34 #======================================================================== 32 35 #D-- ListOfComponents - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZ/clim_360d/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 33 31 34 #======================================================================== 32 35 #D-- ListOfComponents - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/amip/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 33 31 34 #======================================================================== 32 35 #D-- ListOfComponents - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card
r4870 r6539 32 32 #-- Compression level for netcdf output files 33 33 CompressionLevel=2 34 #-- Source following file with module settings, only if it exists 35 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 36 34 37 #======================================================================== 35 38 #D-- ListOfComponents - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/amip_nudge/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 33 31 34 #======================================================================== 32 35 #D-- ListOfComponents - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/clim_360d/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 33 31 34 32 35 #======================================================================== -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/clim_pdControl/config.card
r4296 r6539 29 29 #-- Compression level for netcdf output files 30 30 CompressionLevel=2 31 31 #-- Source following file with module settings, only if it exists 32 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 32 33 33 34 #======================================================================== -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card
r4870 r6539 39 39 #-- Compression level for netcdf output files 40 40 CompressionLevel=2 41 #-- Source following file with module settings, only if it exists 42 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 41 43 42 44 #======================================================================== -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZORINCA/piClim-control_CMIP6/config.card
r5095 r6539 33 33 #-- Compression level for netcdf output files 34 34 CompressionLevel=2 35 #-- Source following file with module settings, only if it exists 36 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 37 35 38 #======================================================================== 36 39 #D-- Restarts - -
CONFIG/UNIFORM/v6/IPSLCM6_LANDN/EXPERIMENTS/LMDZORINCA/piClim-control_TEST/config.card
r5072 r6539 33 33 #-- Compression level for netcdf output files 34 34 CompressionLevel=2 35 #-- Source following file with module settings, only if it exists 36 EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 37 35 38 #======================================================================== 36 39 #D-- Restarts -
Note: See TracChangeset
for help on using the changeset viewer.