Changeset 6502


Ignore:
Timestamp:
06/12/23 13:40:59 (11 months ago)
Author:
aclsce
Message:

Updated IPSLCM6 to run on new RH8 TGCC environment.

Location:
CONFIG/UNIFORM/v6/IPSLCM6
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/AA_make

    r4449 r6502  
    88MYSRC_DIR = $(shell /bin/pwd) 
    99 
     10submitdir=$(shell pwd) 
     11arch_path=${submitdir}/ARCH 
     12sources_RH8_path=${submitdir}/SOURCES/REDHAT8 
     13 
    1014all :  
    1115        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol` ; else $(M_K) IPSLCM6-LR ; fi 
     
    101105 
    102106libioipsl : ../../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) 
    104108 
    105109oasis3-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 ; ) 
    107111 
    108112liborchidee : ../../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) 
    110114 
    111115lmdz96x95x39: 
     
    129133lmdz: ../../modeles/LMDZ 
    130134#       (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 true -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 true -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 ; ) 
    132136 
    133137lmdzinca: ../../modeles/LMDZ 
    134138#       (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 ; ) 
    136140#       (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 true -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 true -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 ; ) 
    138142 
    139143lmdzstrataer: ../../modeles/LMDZ 
    140         (cd ../../modeles/LMDZ ; ./makelmdz_fcm   -d $(RESOL_LMDZ) -mem -cosp true -v true -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 true -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 ; ) 
    141145 
    142146xios: ../../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/. ; ) 
    144148 
    145149orca2lim2:  ../../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 ; ) 
    147151 
    148152orca2lim3:  ../../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 ; ) 
    150154 
    151155orca1lim3: ../../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 ; ) 
    153157 
    154158orca1lim3nopisces: ../../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 ; )  
    156160 
    157161orca1lim2:  ../../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 ; ) 
    159163 
    160164orca025lim3: ../../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 ; ) 
    162166 
    163167orca025lim3nopisces: ../../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 ; ) 
    165169 
    166170verif: ../../bin 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/dcppAhindcast_CMIP6/config.card

    r5085 r6502  
    3232#-- 1Y, 1M, 5D, 1D Period Length of one trunk of simulation 
    3333PeriodLength=1Y 
     34#-- Source following file with module settings, only if it exists 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36 
    3437 
    3538#=========================== 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/decadal/config.card

    r4883 r6502  
    3434#-- Compression level for netcdf output files 
    3535CompressionLevel=2 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3638#=========================== 
    3739[Ensemble] 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical_CMIP6/config.card

    r4871 r6502  
    3535#-- Compression level for netcdf output files 
    3636CompressionLevel=2 
     37#-- Source following file with module settings, only if it exists 
     38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     39 
    3740#======================================================================== 
    3841#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/historical_STRATAER/config.card

    r4871 r6502  
    3535#-- Compression level for netcdf output files 
    3636CompressionLevel=2 
     37#-- Source following file with module settings, only if it exists 
     38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     39 
    3740#======================================================================== 
    3841#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/pdControl_TEST/config.card

    r4871 r6502  
    3434#-- Compression level for netcdf output files 
    3535CompressionLevel=2 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     38 
    3639#======================================================================== 
    3740#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl-spinup_CMIP6/config.card

    r4871 r6502  
    3535#-- Compression level for netcdf output files 
    3636CompressionLevel=2 
     37#-- Source following file with module settings, only if it exists 
     38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     39 
    3740#======================================================================== 
    3841#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl_CMIP6/config.card

    r4871 r6502  
    3535#-- Compression level for netcdf output files 
    3636CompressionLevel=2 
     37#-- Source following file with module settings, only if it exists 
     38EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     39 
    3740#======================================================================== 
    3841#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/piControl_TEST/config.card

    r4871 r6502  
    3434#-- Compression level for netcdf output files 
    3535CompressionLevel=2 
     36#-- Source following file with module settings, only if it exists 
     37EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     38 
    3639#======================================================================== 
    3740#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/IPSLCM/scenario_CMIP6/config.card

    r4871 r6502  
    3636#-- Compression level for netcdf output files 
    3737CompressionLevel=2 
     38#-- Source following file with module settings, only if it exists 
     39EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     40 
    3841#======================================================================== 
    3942#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r4296 r6502  
    2727#-- Compression level for netcdf output files 
    2828CompressionLevel=2 
     29#-- Source following file with module settings, only if it exists 
     30EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     31 
    2932#============================ 
    3033PeriodNb=50 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/CREATE_clim_360d/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZ/clim_360d/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip_CMIP6/config.card

    r4870 r6502  
    3232#-- Compression level for netcdf output files 
    3333CompressionLevel=2 
     34#-- Source following file with module settings, only if it exists 
     35EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     36 
    3437#======================================================================== 
    3538#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/amip_nudge/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134#======================================================================== 
    3235#D-- ListOfComponents - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/clim_360d/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     33 
    3134 
    3235#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r4296 r6502  
    2929#-- Compression level for netcdf output files 
    3030CompressionLevel=2 
    31  
     31#-- Source following file with module settings, only if it exists 
     32EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    3233 
    3334#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZOR/highresmip_CMIP6/config.card

    r4870 r6502  
    3939#-- Compression level for netcdf output files 
    4040CompressionLevel=2 
     41#-- Source following file with module settings, only if it exists 
     42EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    4143 
    4244#======================================================================== 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZORINCA/piClim-control_CMIP6/config.card

    r5095 r6502  
    3333#-- Compression level for netcdf output files 
    3434CompressionLevel=2 
     35#-- Source following file with module settings, only if it exists 
     36EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     37 
    3538#======================================================================== 
    3639#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/EXPERIMENTS/LMDZORINCA/piClim-control_TEST/config.card

    r5072 r6502  
    3333#-- Compression level for netcdf output files 
    3434CompressionLevel=2 
     35#-- Source following file with module settings, only if it exists 
     36EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
     37 
    3538#======================================================================== 
    3639#D-- Restarts - 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR

    r4860 r6502  
    3232# PRINTLEV = 3, 4,.. : more output also at each timestep 
    3333PRINTLEV=1 
     34 
     35# PRINTSTANDOUT ([FLAG]) :  Print to standard output    {} 
     36PRINTSTANDOUT=y 
     37 
    3438 
    3539# Hydrology parameters 
     
    231235# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach? 
    232236CO2_FOR_BVOC_POSSELL=n 
    233  
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_Choi

    r4294 r6502  
    2525# default = 86400.0 
    2626WRITE_STEP = 0 
     27 
     28# PRINTSTANDOUT ([FLAG]) :  Print to standard output    {} 
     29PRINTSTANDOUT=y 
    2730 
    2831# Hydrology parameters 
     
    132135CWRR_AKS_A0 = 0.00012 
    133136CWRR_AKS_POWER = 0.53 
    134  
Note: See TracChangeset for help on using the changeset viewer.