Changeset 6494 for CONFIG/UNIFORM/v6


Ignore:
Timestamp:
06/07/23 16:41:00 (13 months ago)
Author:
snguyen
Message:

redhat8 changes

Location:
CONFIG/UNIFORM/v6/IPSLCM5A2
Files:
1 added
8 edited

Legend:

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

    r6491 r6494  
    3838 
    3939libioipsl : ../../modeles/IOIPSL/src 
    40         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
     40        (ln -s ${arch_path}/arch-${FCM_ARCH}.env ${arch_path}/arch.env; . ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 
    4141 
    4242oasis3-mct: 
    43         (. ${arch_path}/arch-X64_IRENE.env; cd $(OASIS_DIR)/util/make_dir ; cp $(MYSRC_DIR)/SOURCES/OASIS3-MCT/make_${FCM_ARCH} make.inc ; make -f TopMakefileOasis3 ; ) 
     43        (. ${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 ; ) 
    4444 
    4545liborchidee : ../../modeles/ORCHIDEE/ 
    46         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
     46        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
    4747 
    4848lmdz96x95x39: 
     
    5656 
    5757lmdz: ../../modeles/LMDZ 
    58         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    59         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     58        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     59        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    6060 
    6161paleolmdz: ../../modeles/LMDZ 
    62         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    63         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     62        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     63        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    6464 
    6565xios: ../../modeles/XIOS 
     
    6767 
    6868orca2lim2:  ../../modeles/NEMOGCM/CONFIG 
    69         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/STANDARD" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     69        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/STANDARD" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    7070 
    7171paleorca2lim2:  ../../modeles/NEMOGCM/CONFIG 
    72         (. ${arch_path}/arch-X64_IRENE.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/PALEO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/PALEO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
     72        (. ${arch_path}/arch-${FCM_ARCH}.env; cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/IPSLCM5A2/SOURCES/NEMO/PALEO/*.cfg ../TOOLS/COMPILE/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM_PISCES -e "$(MYSRC_DIR)/SOURCES/NEMO/PALEO" -j16 add_key "key_lim2_vp key_oasis3 key_diahth key_diaar5 key_xios2" del_key "key_nosignedzero " ; cp ORCA2_LIM_PISCES/BLD/bin/nemo.exe ../../../bin/opa ; ) 
    7373 
    7474verif: ../../bin 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/paleo/config.card

    r5879 r6494  
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/paleo 
     20#============================                                                    
     21#-- Source following file with module settings, only if it exists 
     22EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2023#============================ 
    2124#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/pdControl/config.card

    r3266 r6494  
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/pdControl 
     20#============================                                                    
     21#-- Source following file with module settings, only if it exists 
     22EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2023#============================ 
    2124#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/IPSLCM/piControl/config.card

    r3266 r6494  
    1818#D- Choice of experiment in EXPERIMENTS directory 
    1919ExpType=IPSLCM/piControl 
     20#============================                                                    
     21#-- Source following file with module settings, only if it exists 
     22EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    2023#============================ 
    2124#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/LMDZ/CREATE_amip/config.card

    r2758 r6494  
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    1515ExpType=LMDZ/CREATE_amip 
     16#============================                                                    
     17#-- Source following file with module settings, only if it exists 
     18EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1619#============================ 
    1720#D-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/LMDZ/CREATE_clim/config.card

    r2758 r6494  
    1414#D- Choice of experiment in EXPERIEMENTS directory 
    1515ExpType=LMDZ/CREATE_clim 
     16#============================                                                    
     17#-- Source following file with module settings, only if it exists 
     18EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1619#============================ 
    1720#D-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/LMDZOR/clim_pdControl/config.card

    r2966 r6494  
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    1717ExpType=LMDZOR/clim_pdControl 
     18#============================                                                    
     19#-- Source following file with module settings, only if it exists 
     20EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1821#============================ 
    1922#-- leap, noleap, 360d 
  • CONFIG/UNIFORM/v6/IPSLCM5A2/EXPERIMENTS/LMDZOR/paleo/config.card

    r5994 r6494  
    1616#D- Choice of experiment in EXPERIEMENTS directory 
    1717ExpType=LMDZOR/paleo 
     18#============================                                                    
     19#-- Source following file with module settings, only if it exists 
     20EnvFile=${SUBMIT_DIR}/../ARCH/arch.env 
    1821#============================ 
    1922#-- leap, noleap, 360d 
Note: See TracChangeset for help on using the changeset viewer.